index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nng.c
Commit message (
Expand
)
Author
Age
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
args: Convert nng_opts_parse into a header only library using `nng_args_parse`.
Garrett D'Amore
2025-01-04
*
api: Promote idhash supplemental API to core
Garrett D'Amore
2025-01-04
*
api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv
Garrett D'Amore
2025-01-04
*
api: drop the 64-bit option accessors (no more 64-bit option types)
Garrett D'Amore
2025-01-03
*
ipc: minor adjustments for ECLOSED and logging
Garrett D'Amore
2025-01-03
*
api: remove unused _uint64 options accessors for contexts and sockets
Garrett D'Amore
2025-01-01
*
api: Remove the NNG_FLAG_ALLOC
Garrett D'Amore
2025-01-01
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
aio: nng_aio_defer replaced by nng_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce NNG_ESTOPPED
Garrett D'Amore
2024-12-26
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
ctx: Simplify handling for closed contexts.
Garrett D'Amore
2024-12-07
*
Remove all the get_ptr option accessors.
Garrett D'Amore
2024-11-24
*
Remove all the set_ptr option functions.
Garrett D'Amore
2024-11-24
*
Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.
Garrett D'Amore
2024-11-24
*
Remove string option functions from sockets and contexts.
Garrett D'Amore
2024-11-24
*
socket: remove unused nng_socket_get_ptr and nng_socket_set_ptr.
Garrett D'Amore
2024-11-24
*
listener: add listener_create_url and listen_url
Garrett D'Amore
2024-11-23
*
dialers: add nng_dial_url and nng_dialer_create_url
Garrett D'Amore
2024-11-23
*
Introduce nng_listener_get_url and nng_dialer_get_url.
Garrett D'Amore
2024-11-21
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
More url work. Undocument rawurl, and stop using it stats and logs.
Garrett D'Amore
2024-11-17
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
Remove untyped nng_socket_get and nng_socket_set.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_dialer_get/set and nng_listener_get/set.
Garrett D'Amore
2024-11-03
*
Remove nng_ctx untyped option functions
Garrett D'Amore
2024-11-03
*
Remove untyped nng_pipe_get, support for untyped sockaddr set.
Garrett D'Amore
2024-11-03
*
Replace `NNG_OPT_RAW` with `nng_socket_raw`.
Garrett D'Amore
2024-11-02
*
Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.
Garrett D'Amore
2024-11-02
*
Remove nng_ctx/socket_set/get_addr
Garrett D'Amore
2024-11-02
*
NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.
Garrett D'Amore
2024-11-02
*
UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...
Garrett D'Amore
2024-06-02
*
Move the rest of the functionality from platform.h into core.
Garrett D'Amore
2024-04-23
*
fixes #1572 nng creates too many threads
Garrett D'Amore
2024-01-01
*
fixes #1751 Support nng_aio_set_expire().
Garrett D'Amore
2023-12-30
*
fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_result
Garrett D'Amore
2022-04-18
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
Fix incorrect elides of deprecated code.
Garrett D'Amore
2021-11-29
*
fixes #1536 nng_sendmsg and nng_recvmsg could be faster
Garrett D'Amore
2021-11-28
*
fixes #1498 Endpoint close/shutdown could be synchronous (#1499)
Garrett D'Amore
2021-09-04
*
Add & document msg_capacity, msg_reserve (#1458)
Evan Balster
2021-07-06
*
fixes #1313 support deferred nng_aio destruction
Garrett D'Amore
2020-12-12
*
fixes #1365 nng_recvmsg returns NNG_ETIMEDOUT rather than NNG_EAGAIN
Garrett D'Amore
2020-12-05
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1171 message header could be inlined in the message structure
Garrett D'Amore
2020-02-26
*
fixes #1201 Unexpected error return code: NNG_ENOMEM
Garrett D'Amore
2020-02-25
*
fixes #1145 nng_msg options should be removed
Garrett D'Amore
2020-01-19
*
RESPOND needs to use atomic for TTL.
Garrett D'Amore
2020-01-16
[next]