aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
Commit message (Expand)AuthorAge
* nng_aio_start should imply resetGarrett D'Amore2025-10-10
* nng_aio_finish should take nng_err rather than intGarrett D'Amore2025-10-10
* options: string options are passed by referenceGarrett D'Amore2025-10-07
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* adds nng_dialer_start_aio (#2163)Jon Gjengset2025-10-04
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* nng_device should use nng_errGarrett D'Amore2025-04-27
* Make pointers to data that is not modified const. (#2117)Søren Holm2025-04-27
* pipe: nng_pipe_notify should use nng_errGarrett D'Amore2025-01-14
* socketpair: 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
* api: extend usage of nng_errGarrett D'Amore2025-01-12
* 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: 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
* api: remove unused _uint64 options accessors for contexts and socketsGarrett D'Amore2025-01-01
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* ctx: Simplify handling for closed contexts.Garrett D'Amore2024-12-07
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* Remove all the set_ptr option functions.Garrett D'Amore2024-11-24
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* Remove string option functions from sockets and contexts.Garrett D'Amore2024-11-24
* socket: remove unused nng_socket_get_ptr and nng_socket_set_ptr.Garrett D'Amore2024-11-24
* listener: add listener_create_url and listen_urlGarrett D'Amore2024-11-23
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* Introduce nng_listener_get_url and nng_dialer_get_url.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Remove nng_ctx untyped option functionsGarrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.Garrett D'Amore2024-11-02
* Remove nng_ctx/socket_set/get_addrGarrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* fixes #1751 Support nng_aio_set_expire().Garrett D'Amore2023-12-30
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18