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
/
core
Commit message (
Expand
)
Author
Age
*
UDP: Add support for connected mode UDP sockets.
gdamore/udpconn
Garrett D'Amore
2025-04-19
*
socketpair: use nng_err
Garrett D'Amore
2025-01-14
*
init: 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
*
http: use common canonify at request parse time
Garrett D'Amore
2025-01-12
*
platform: remove reader/writer locks
Garrett D'Amore
2025-01-05
*
reap: use sys init and fini instead of NNI_CV_INITIALIZER.
Garrett D'Amore
2025-01-05
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
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: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
compat: remove unused leftover libnanomsg compatibility 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
*
api: drop the 64-bit option accessors (no more 64-bit option types)
Garrett D'Amore
2025-01-03
*
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
*
pipes: fix crash caused by use after free race in rejection
Garrett D'Amore
2024-12-30
*
* MDF [core/socket] correct stat desc of rx_bytes
Jaylin
2024-12-30
*
aio: clear vector on advance (debugging aid)
Garrett D'Amore
2024-12-29
*
aio test: add a test for IOV overrun
Garrett D'Amore
2024-12-29
*
udp: use a bounce buffer if we lack sendmsg or recvmsg
Garrett D'Amore
2024-12-29
*
tcp listener: remove obsolete function prototypes
Garrett D'Amore
2024-12-28
*
fixup! resolver: use explicit resolver item provided by caller
Garrett D'Amore
2024-12-28
*
resolver: default to just a single resolver thread
Garrett D'Amore
2024-12-28
*
resolver: use explicit resolver item provided by caller
Garrett D'Amore
2024-12-28
*
fixes #961 surprising pipe event order
Garrett D'Amore
2024-12-28
*
tcp: flatten the listener implementation
Garrett D'Amore
2024-12-28
*
zerotier: removed
Garrett D'Amore
2024-12-26
*
tcp dialer: inline aio objects
Garrett D'Amore
2024-12-26
*
dialer: use inline aio
Garrett D'Amore
2024-12-26
*
aio: remove nni_aio_begin and nni_aio_schedule
Garrett D'Amore
2024-12-26
*
aio: nng_aio_defer replaced by nng_aio_start
Garrett D'Amore
2024-12-26
*
dialer: use nni_aio_start
Garrett D'Amore
2024-12-26
*
tcp: use nni_aio_start
Garrett D'Amore
2024-12-26
*
device: 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 nni_aio_reset to reset the aio before submitting more work
Garrett D'Amore
2024-12-26
*
msg queue: use nni_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce NNG_ESTOPPED
Garrett D'Amore
2024-12-26
*
nni_aio_start: introduce nni_aio_start to replace aio_begin, schedule, and defer
Garrett D'Amore
2024-12-26
*
taskq: skip the lock/unlock if there is no callback
Garrett D'Amore
2024-12-26
*
msgq: use nni_aio_defer
Garrett D'Amore
2024-12-23
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
pollers: use atomic bit masking operations to eliminate lockss
Garrett D'Amore
2024-12-22
*
dialer: configure default redial cool-down times (fixes #1964)
Garrett D'Amore
2024-12-22
*
syslog: test for existence
Garrett D'Amore
2024-12-17
*
transports: all transports use the new inline approach
Garrett D'Amore
2024-12-15
*
remove panic - left over from debug
Garrett D'Amore
2024-12-15
[next]