aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* init: use nng_errGarrett D'Amore2025-01-14
* aio: more nng_err updatesGarrett D'Amore2025-01-14
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* tests: start using nng_err in NUTSGarrett D'Amore2025-01-12
* 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
* Update CMakeLists.txtVũ Quang Thịnh2025-01-09