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
Commit message (
Expand
)
Author
Age
*
pipeline: use nni_aio_start
Garrett D'Amore
2024-12-26
*
sub: remove some calls to nni_aio_begin
Garrett D'Amore
2024-12-26
*
pair0: use nni_aio_start
Garrett D'Amore
2024-12-26
*
pair1: use nni_aio_start
Garrett D'Amore
2024-12-26
*
pub sub: use nni_aio_start
Garrett D'Amore
2024-12-26
*
bus: use nni_aio_start
Garrett D'Amore
2024-12-26
*
req rep: use nni_aio_start
Garrett D'Amore
2024-12-26
*
survey protocol conversion to nni_aio_start
Garrett D'Amore
2024-12-26
*
udp: more nni_aio_start
Garrett D'Amore
2024-12-26
*
http: more nni_aio_start changes
Garrett D'Amore
2024-12-26
*
tls: use nni_aio_begin
Garrett D'Amore
2024-12-26
*
http: No need to do nni_aio_begin for callbacks
Garrett D'Amore
2024-12-26
*
udp: use nni_aio_start
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
*
ipc: use nni_aio_start
Garrett D'Amore
2024-12-26
*
resolver: 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
*
websocket: use nni_aio_start
Garrett D'Amore
2024-12-26
*
http: 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 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
*
posix resolver: use nni_aio_defer
Garrett D'Amore
2024-12-24
*
msgq: use nni_aio_defer
Garrett D'Amore
2024-12-23
*
websocket test: workaround EADDRINUSE during tests
Garrett D'Amore
2024-12-22
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
posix tcp: use common refcnt implementation
Garrett D'Amore
2024-12-22
*
port events poller (illumos/Solaris): use atomic events mask
Garrett D'Amore
2024-12-22
*
epoll: use atomic event mask
Garrett D'Amore
2024-12-22
*
pollers: use atomic bit masking operations to eliminate lockss
Garrett D'Amore
2024-12-22
*
ipc dialer: use common refcnt logic
Garrett D'Amore
2024-12-22
*
test: fix valgrind complaint about unitialized test data in ipc test
Garrett D'Amore
2024-12-22
*
dialer: configure default redial cool-down times (fixes #1964)
Garrett D'Amore
2024-12-22
*
poll: sign extension bug + incorrect use leads to tiny max files on macOS
Garrett D'Amore
2024-12-22
*
http: limit handler uri to 1K
Garrett D'Amore
2024-12-22
*
http server test: fix leak in test
Garrett D'Amore
2024-12-22
*
http: nng_http_handler_set_data is now void return (API break)
Garrett D'Amore
2024-12-22
*
nng_http_server_collect_body now void return (API break)
Garrett D'Amore
2024-12-22
*
http: handler set tree no longer returns a value (API break)
Garrett D'Amore
2024-12-22
*
HTTP: nng_http_handler_set_method no longer fails
Garrett D'Amore
2024-12-22
*
HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)
Garrett D'Amore
2024-12-22
*
http: setting response status never fails (breaking API change)
Garrett D'Amore
2024-12-22
*
http: method on request structure is now static
Garrett D'Amore
2024-12-22
*
http handler: avoid method allocation
Garrett D'Amore
2024-12-22
[next]