aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* http: server callback API simplifiedGarrett D'Amore2025-01-06
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* posix: move tcpdialer definition out of shared headerGarrett D'Amore2025-01-05
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* platform: eliminate NNI_CV_INITIALIZER altogetherGarrett D'Amore2025-01-05
* reap: use sys init and fini instead of NNI_CV_INITIALIZER.Garrett D'Amore2025-01-05
* pthreads: avoid double indirection for cv mutexGarrett 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