aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* chore/websocket: IWYU fixesGarrett D'Amore2025-11-09
* chore: drop unused includeGarrett D'Amore2025-11-09
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* Add stream direct address functions for socket addresses.Garrett D'Amore2025-10-25
* openssl - handle NULL SSL objectGarrett D'Amore2025-10-20
* Suppress KTLS requests, we do not support it.Garrett D'Amore2025-10-20
* Add support for OpenSSL v3.5 and newer.Garrett D'Amore2025-10-19
* fixes #1868 Add nng_http_[remote,local]_address APIs.Garrett D'Amore2025-10-09
* fixes #2133 websocket: new header iteration optionsGarrett D'Amore2025-10-08
* options: string options are passed by referenceGarrett D'Amore2025-10-07
* http: implement nng_http_next_headerGarrett D'Amore2025-10-07
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSLGarrett D'Amore2025-10-05
* tests: Add test for serving http static binaryGarrett D'Amore2025-10-04
* 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