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
/
transport
Commit message (
Expand
)
Author
Age
*
dtls: only run the completion if we actually cancelled
v2.0.0-alpha.5
Garrett D'Amore
2025-07-13
*
DTLS: hold tls configuration
Garrett D'Amore
2025-07-13
*
Hold the pipe across for the DTLS rx cb.
Garrett D'Amore
2025-06-22
*
dtls: stop the pipe to solve use after free
Garrett D'Amore
2025-06-21
*
UDP: Signficant refactoring and simplification.
Garrett D'Amore
2025-06-08
*
UDP: constify sockaddrs in some places
Garrett D'Amore
2025-06-07
*
Fix typos across docs, comments, and CMake
mochalins
2025-06-02
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
Fix valgrind uninitialized complaint in UDP test.
Garrett D'Amore
2025-05-26
*
Converted rest of transports to nng_err.
Garrett D'Amore
2025-04-27
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
Transport listen: 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
*
tests: Add wss_test following pattern of TLS test.
Garrett D'Amore
2025-04-27
*
Fix typos in TLS test names.
Garrett D'Amore
2025-04-27
*
Set server name for TLS test.
Garrett D'Amore
2025-04-19
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
tests: TLS transport test resilience against EADDRINUSE
Garrett D'Amore
2025-01-04
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
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
*
ipc: minor adjustments for ECLOSED and logging
Garrett D'Amore
2025-01-03
*
fixes #2061 Move IPC parameters from uint64 to int
Garrett D'Amore
2025-01-03
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
websocket tests: more resilience against EADDRINUSE
Garrett D'Amore
2024-12-31
*
udp: use a bounce buffer if we lack sendmsg or recvmsg
Garrett D'Amore
2024-12-29
*
resolver: use explicit resolver item provided by caller
Garrett D'Amore
2024-12-28
*
zerotier: removed
Garrett D'Amore
2024-12-26
*
fix for potential leaking connections
Garrett D'Amore
2024-12-26
*
udp: more nni_aio_start
Garrett D'Amore
2024-12-26
*
tls: use nni_aio_begin
Garrett D'Amore
2024-12-26
*
udp: use nni_aio_start
Garrett D'Amore
2024-12-26
*
ipc: use nni_aio_start
Garrett D'Amore
2024-12-26
*
tcp: use nni_aio_start
Garrett D'Amore
2024-12-26
*
websocket: use nni_aio_start
Garrett D'Amore
2024-12-26
*
inproc: use nni_aio_start
Garrett D'Amore
2024-12-26
*
sockfd: convert to use nni_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
*
test: fix valgrind complaint about unitialized test data in ipc test
Garrett D'Amore
2024-12-22
*
websocket: stop trying to accept once we're closed
Garrett D'Amore
2024-12-16
*
tls: fix deadlock in error path
Garrett D'Amore
2024-12-16
*
transports: all transports use the new inline approach
Garrett D'Amore
2024-12-15
*
websocket transport: use inline SP objects
Garrett D'Amore
2024-12-15
*
tls transport: use inline SP structures
Garrett D'Amore
2024-12-15
*
tls transport: inline aios
Garrett D'Amore
2024-12-15
*
inproc: use inline data structures for SP blocks
Garrett D'Amore
2024-12-15
*
inproc: use nni_refcnt
Garrett D'Amore
2024-12-15
*
test: fix uninitialized complaint from tcp recv max test
Garrett D'Amore
2024-12-15
[next]