aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* docs: pipe documentationGarrett D'Amore2025-01-14
* docs: update http docs for nng_http_statusGarrett D'Amore2025-01-12
* 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: remove some converted docsGarrett D'Amore2025-01-10
* 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
* nng/args.h: add header guardGarrett D'Amore2025-01-06
* 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
* api: remove the supplemental platform.h headerGarrett D'Amore2025-01-04
* tests: make NUTS_PASS use TEST_ASSERTGarrett D'Amore2025-01-04
* tests: TLS transport test resilience against EADDRINUSEGarrett D'Amore2025-01-04
* docs: remove converted nng_socket.7 docGarrett D'Amore2025-01-04
* docs: remove tls_engine stub docGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* api: remove dead NNG_OPT_URL macroGarrett D'Amore2025-01-04
* docs: minor revisions for migration guideGarrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* zerotier: remove unused zerotier.h transport headerGarrett D'Amore2025-01-04
* cmake: remove unused compat test macroGarrett D'Amore2025-01-04
* compat: remove unused leftover libnanomsg compatibility headersGarrett D'Amore2025-01-04
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* api: drop the 64-bit option accessors (no more 64-bit option types)Garrett D'Amore2025-01-03
* ipc: minor adjustments for ECLOSED and loggingGarrett D'Amore2025-01-03
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* docs: make the Staysail logo inline, with currentColorGarrett D'Amore2025-01-02
* docs: more transport doc updatesGarrett D'Amore2025-01-02