aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dtls: only run the completion if we actually cancelledv2.0.0-alpha.5Garrett D'Amore2025-07-13
* DTLS: hold tls configurationGarrett D'Amore2025-07-13
* 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
* posix tcp: use after free in listener (need to stop before free)Garrett D'Amore2025-06-22
* TLS: fixes for test coverage and improved identification logging.Garrett D'Amore2025-06-22
* Hold the pipe across for the DTLS rx cb.Garrett D'Amore2025-06-22
* dtls: stop the pipe to solve use after freeGarrett D'Amore2025-06-21
* 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
* demos: fix async clientKyle Schwarz2025-06-12
* UDP: Signficant refactoring and simplification.Garrett D'Amore2025-06-08
* UDP: constify sockaddrs in some placesGarrett D'Amore2025-06-07
* Add codeowners.Garrett D'Amore2025-06-07
* fixes mbedtls 3.6.3 handshake with NULL server nameelijahr2025-06-02
* Remove ZeroTier from README.Garrett D'Amore2025-06-02
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Add test coverage for new sockaddr functions.Garrett D'Amore2025-06-01
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Add new nng_sockaddr_equal and nng_sockaddr_hash functions.Garrett D'Amore2025-05-26
* Fix possible overrun in url test.Garrett D'Amore2025-05-26
* Fix valgrind uninitialized complaint in UDP test.Garrett D'Amore2025-05-26
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* nng_device should 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
* Tests: remove the legacy wss transport test and framework support for Convey ...Garrett D'Amore2025-04-27
* tests: Add wss_test following pattern of TLS test.Garrett D'Amore2025-04-27
* Fix typos in TLS test names.Garrett D'Amore2025-04-27
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* fix aio_reap_list use of nni_aio_free() pointer to incorrect function type UB...shikokuchuo2025-04-27
* Make pointers to data that is not modified const. (#2117)Søren Holm2025-04-27
* * FIX [HTTP] fix a blocking case when freeing http clientJaylin2025-04-27
* Set server name for TLS test.Garrett D'Amore2025-04-19
* docs: Fix reference to nng_finiGarrett D'Amore2025-04-13
* Fix typo in NNG_TLS_MAX_RECV_SIZEGarrett D'Amore2025-04-13
* fix source formattingshikokuchuo2025-03-16
* req protocol: free msg early if no retriesshikokuchuo2025-03-16
* posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...wangchen2025-03-15
* Windows: Fix regression where no connections after 5 seconds can occurGarrett D'Amore2025-03-09
* Windows: Bring back hEvent -- needed for real IPC.Garrett D'Amore2025-02-18
* fixes #2092 nng_close may hang on Windowsv2.0.0-alpha.4Garrett D'Amore2025-01-26
* docs: fix minor typo in rationaleDave K. Smith2025-01-15
* http docs: documentation conversion for http handlersGarrett D'Amore2025-01-15
* tests: add some tcp dialer local address testsGarrett D'Amore2025-01-14
* pipe: nng_pipe_notify should use nng_errGarrett D'Amore2025-01-14
* socketpair: use nng_errGarrett D'Amore2025-01-14