aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_client.c
Commit message (Expand)AuthorAge
* http: use nng_err throughoutGarrett D'Amore2025-01-12
* http: status and reason fixes (make it match docs)Garrett D'Amore2025-01-12
* http: improve buffer reuse for heeaders, and discard unused bodiesGarrett D'Amore2025-01-11
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* http: inline aiosGarrett D'Amore2024-12-26
* http: more nni_aio_start changesGarrett D'Amore2024-12-26
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoullGarrett D'Amore2020-11-23
* Centralize the scheme handling for HTTP schemes.Garrett D'Amore2020-11-17
* fixes #1355 wss4 and wss6 don't work as they shouldGarrett D'Amore2020-11-17
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* set txn->client in nni_http_transactJanjaap Bos2019-04-24
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #456 TLS configuration object holdGarrett D'Amore2018-11-05
* fixes #682 Support for Chunked Transfer CodingGarrett D'Amore2018-11-02
* fixes #717 need nng_http_req_reset and nng_http_res_resetGarrett D'Amore2018-09-12
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #639 Memory leak in http clientGarrett D'Amore2018-08-13
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #436 fix for 429 incomplete (ws ep crash)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #174 Define public HTTP client APIGarrett D'Amore2018-02-01
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01