aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett 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
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* 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
* Converted property functions to use nng_err.Garrett 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
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* Make pointers to data that is not modified const. (#2117)Søren Holm2025-04-27
* http docs: documentation conversion for http handlersGarrett D'Amore2025-01-15
* 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
* 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: status and reason fixes (make it match docs)Garrett D'Amore2025-01-12
* http: remove public access to req / res structuresGarrett D'Amore2025-01-11
* http: drop exclusive tree modeGarrett D'Amore2025-01-10
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-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
* 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
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* api: remove dead NNG_OPT_URL macroGarrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* zerotier: remove unused zerotier.h transport headerGarrett 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
* api: remove unused _uint64 options accessors for contexts and socketsGarrett D'Amore2025-01-01
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
* api: add NNG1_MIGRATION transition assistance macroGarrett D'Amore2024-12-31
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* url: accessor functions missing NNG_DECL tagGarrett D'Amore2024-12-29
* fixes #961 surprising pipe event orderGarrett D'Amore2024-12-28
* zerotier: removedGarrett D'Amore2024-12-26
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26