aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove unused variable.Garrett D'Amore2025-10-27
* Remove the ability to get sockaddrs from endpoints.Garrett D'Amore2025-10-27
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* Remove unnecesary includes from pollq.hGarrett 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
* Drop the protocol version for internal implementations.Garrett D'Amore2025-10-25
* Add stream direct address functions for socket addresses.Garrett D'Amore2025-10-25
* dtls: add multi pub sub test (does not pass reliably)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
* Test certificate / key for RSA do not match.Garrett D'Amore2025-10-19
* fix includes for coreGarrett D'Amore2025-10-11
* nng_aio_start should imply resetGarrett D'Amore2025-10-10
* aio.c - include file fixesGarrett D'Amore2025-10-10
* nng_aio_finish should take nng_err rather than intGarrett D'Amore2025-10-10
* header file refactoring for IWYU (protocols)Garrett D'Amore2025-10-10
* fixes #1868 Add nng_http_[remote,local]_address APIs.Garrett D'Amore2025-10-09
* header file fixesGarrett 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
* adds nng_dialer_start_aio (#2163)Jon Gjengset2025-10-04
* 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
* remaps EAI_AGAIN to NNG_EADDRINVAL (#2169)Jon Gjengset2025-10-04
* dtls: Add a test for "large" (1K) messagesGarrett D'Amore2025-09-28
* Fix nuts colors to match acutest.Garrett D'Amore2025-09-28
* defs: Fix incorrect define of NNI_PUTLEXX macros.Garrett D'Amore2025-09-28
* Fix dtls reconnect attempts.Garrett D'Amore2025-09-14
* Only log aborted connections at debug.Garrett D'Amore2025-09-14
* mbedtls: reduce logging for debug crypto to debug logGarrett D'Amore2025-09-14
* dtls - additional test casesGarrett D'Amore2025-09-14
* dtls: use nng_err instead of int everywhereGarrett D'Amore2025-09-14
* Bump socket common socket stats for PUBGarrett D'Amore2025-09-09
* fixes #2148 Old id_reg_map seems not be freedGarrett D'Amore2025-08-25
* 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
* Disable illumos event ports until we can debug them.Garrett D'Amore2025-08-24
* Improve tests for SUNOS socketpair.Garrett D'Amore2025-08-24
* Add zone.h for illumos zones.Garrett D'Amore2025-08-24
* OmniOS fixes.Garrett D'Amore2025-08-24
* Fix build error on omnios.Garrett D'Amore2025-08-24
* Fix omnios clang-19 not foundGarrett D'Amore2025-08-24
* Minor spelling fixes.Garrett D'Amore2025-08-24
* fixes #2146 need statistics for PUB protocolGarrett D'Amore2025-08-24