aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
Commit message (Expand)AuthorAge
* 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
* Introduce nng_device_aio().Garrett D'Amore2021-12-27
* Fix incorrect elides of deprecated code.Garrett D'Amore2021-11-29
* fixes #1536 nng_sendmsg and nng_recvmsg could be fasterGarrett D'Amore2021-11-28
* fixes #1498 Endpoint close/shutdown could be synchronous (#1499)Garrett D'Amore2021-09-04
* Add & document msg_capacity, msg_reserve (#1458)Evan Balster2021-07-06
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* fixes #1365 nng_recvmsg returns NNG_ETIMEDOUT rather than NNG_EAGAINGarrett D'Amore2020-12-05
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1171 message header could be inlined in the message structureGarrett D'Amore2020-02-26
* fixes #1201 Unexpected error return code: NNG_ENOMEMGarrett D'Amore2020-02-25
* fixes #1145 nng_msg options should be removedGarrett D'Amore2020-01-19
* RESPOND needs to use atomic for TTL.Garrett D'Amore2020-01-16
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Add error message for NNG_ECONNSHUT (#1084)Robert Bielik2020-01-01
* fixes #901 shorter option get/set functions for all typesJake Woltersdorf2019-04-07