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
/
sp
/
protocol
/
pair1
Commit message (
Expand
)
Author
Age
*
header file refactoring for IWYU (protocols)
Garrett D'Amore
2025-10-10
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
Garrett D'Amore
2025-10-05
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
api: remove old protocol headers
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
*
protocols: move content from the protocols to nng.h
Garrett D'Amore
2025-01-01
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
pair1: use nni_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce NNG_ESTOPPED
Garrett D'Amore
2024-12-26
*
Remove untyped nng_socket_get and nng_socket_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
*
NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.
Garrett D'Amore
2024-11-02
*
Use `const` for nng_stat when possible.
Garrett D'Amore
2024-10-20
*
Log protocol connections rejected by protocol.
Garrett D'Amore
2024-04-14
*
fix: use ifdef for NNG_TEST_LIB
Marco Casaroli
2023-11-25
*
don't use deprecated functions in tests (#1560)
Edward Rudd
2021-12-29
*
Socket and context initialization never fails.
Garrett D'Amore
2021-12-25
*
Provide a tiny buf for lmq buffer by default.
Garrett D'Amore
2021-12-25
*
fixes #1346 windows ipc winsec fails frequently in CI/CD
Garrett D'Amore
2021-11-02
*
Fix LeakAnalyzer complaints due to deferred reap.
Garrett D'Amore
2021-07-07
*
fixes #1415 pair.c compiler warning
Garrett D'Amore
2021-01-24
*
fixes #808 Very slow PAIR performance compared to nanomsg
Garrett D'Amore
2021-01-18
*
fixes #1345 Restructure the source tree
Garrett D'Amore
2021-01-01