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
*
options: string options are passed by reference
Garrett D'Amore
2025-10-07
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
adds nng_dialer_start_aio (#2163)
Jon Gjengset
2025-10-04
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
nng_device should use nng_err
Garrett D'Amore
2025-04-27
*
Make pointers to data that is not modified const. (#2117)
Søren Holm
2025-04-27
*
pipe: nng_pipe_notify should use nng_err
Garrett D'Amore
2025-01-14
*
socketpair: use nng_err
Garrett D'Amore
2025-01-14
*
aio: more nng_err updates
Garrett D'Amore
2025-01-14
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
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
[next]