aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* fixes #2165 nng_http_handler_alloc_static crashes if content type is nullGarrett D'Amore2025-10-04
* mbedtls: reduce logging for debug crypto to debug logGarrett D'Amore2025-09-14
* MbedTLS: CLOSE NOTIFY is not not really an error.Garrett D'Amore2025-08-25
* fixes #2150 build error if HTTP support is disabled.Garrett D'Amore2025-08-24
* TLS: eliminate more runtime ops vectorsGarrett D'Amore2025-06-30
* TLS: Configuration does not need to keep a reference to the engine.Garrett D'Amore2025-06-29
* TLS: fixes for test coverage and improved identification logging.Garrett D'Amore2025-06-22
* TLS: Remove support for dynamic engine initialization.Garrett D'Amore2025-06-21
* Drop mbedtls CTR_DRBG pseudo-random number generator.Garrett D'Amore2025-06-21
* tls: false is not a numberGarrett D'Amore2025-06-21
* fixes mbedtls 3.6.3 handshake with NULL server nameelijahr2025-06-02
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* More nng_err -- this time for dialer and listener allocations.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* * FIX [HTTP] fix a blocking case when freeing http clientJaylin2025-04-27
* Fix typo in NNG_TLS_MAX_RECV_SIZEGarrett D'Amore2025-04-13
* http: use nng_err throughoutGarrett D'Amore2025-01-12
* http: status is an enumGarrett D'Amore2025-01-12
* api: extend usage of nng_errGarrett D'Amore2025-01-12
* http: fix mishandling of very long headers or URIs, and mishandling of unicodeGarrett D'Amore2025-01-12
* http: remove unused nng_http_handler_get_dataGarrett D'Amore2025-01-12
* http: server error handling improvements and testsGarrett D'Amore2025-01-12
* http: use common canonify at request parse timeGarrett D'Amore2025-01-12
* http: move connection properties to http_conn, use static Location for redirectGarrett 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: remove public access to req / res structuresGarrett D'Amore2025-01-11
* http: drop unused internal functionsGarrett D'Amore2025-01-10
* http: drop exclusive tree modeGarrett D'Amore2025-01-10
* http test: test HEAD method in serverGarrett D'Amore2025-01-10
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* http: server callback API simplifiedGarrett D'Amore2025-01-06
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* api: Promote idhash supplemental API to coreGarrett D'Amore2025-01-04
* api: remove the supplemental platform.h headerGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojectsGarrett D'Amore2025-01-01
* http: fix zero status code by defaultGarrett D'Amore2025-01-01
* base64: move it to private for websocketsGarrett D'Amore2025-01-01
* sha1: move this to private websocket APIGarrett D'Amore2025-01-01
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* websocket tests: more resilience against EADDRINUSEGarrett D'Amore2024-12-31
* http: inline aiosGarrett D'Amore2024-12-26