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
/
platform
Commit message (
Expand
)
Author
Age
*
socketpair: use nng_err
Garrett D'Amore
2025-01-14
*
posix: move tcpdialer definition out of shared header
Garrett D'Amore
2025-01-05
*
platform: remove reader/writer locks
Garrett D'Amore
2025-01-05
*
platform: eliminate NNI_CV_INITIALIZER altogether
Garrett D'Amore
2025-01-05
*
pthreads: avoid double indirection for cv mutex
Garrett D'Amore
2025-01-05
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
fixes #2061 Move IPC parameters from uint64 to int
Garrett D'Amore
2025-01-03
*
poll poller: support concurrency for pollers using poll()
Garrett D'Amore
2024-12-30
*
poller: port events scalability (illumos/Solaris)
Garrett D'Amore
2024-12-30
*
fixes #530 POSIX pollqs should scale horizontally (epoll)
Garrett D'Amore
2024-12-30
*
kqueue: support concurrent pollers
Garrett D'Amore
2024-12-30
*
ipc test: add a case for IPC that never connects
Garrett D'Amore
2024-12-30
*
ipc/tcp stream tests: use dup() to avoid confusion and hang in teardown
Garrett D'Amore
2024-12-30
*
bump test timeouts for CI/CD
Garrett D'Amore
2024-12-30
*
fixup! fixes #863 socket activation: for TCP and IPC (POSIX only)
Garrett D'Amore
2024-12-30
*
socket activation: test fixes (improve coverage, etc.)
Garrett D'Amore
2024-12-30
*
fixes #863 socket activation: for TCP and IPC (POSIX only)
Garrett D'Amore
2024-12-30
*
posix: fall back to send if sendmsg is unavailable for ipc and tcp
Garrett D'Amore
2024-12-29
*
udp: use a bounce buffer if we lack sendmsg or recvmsg
Garrett D'Amore
2024-12-29
*
resolver: add some additional test coverage
Garrett D'Amore
2024-12-29
*
resolver: use explicit resolver item provided by caller
Garrett D'Amore
2024-12-28
*
windows tcp: fix compilation warning
Garrett D'Amore
2024-12-28
*
tcp stream: add test for ESTATE getting port on unbound listener
Garrett D'Amore
2024-12-28
*
windows tcp: Lookup extended TCP function pointers at startup
Garrett D'Amore
2024-12-28
*
tcp: flatten the listener implementation
Garrett D'Amore
2024-12-28
*
udp: 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
*
sockfd: convert to use nni_aio_start
Garrett D'Amore
2024-12-26
*
posix resolver: use nni_aio_defer
Garrett D'Amore
2024-12-24
*
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
*
poll: sign extension bug + incorrect use leads to tiny max files on macOS
Garrett D'Amore
2024-12-22
*
posix IPv6: BSD platforms us netinet6/in6.h
Garrett D'Amore
2024-12-21
*
posix udp: AF_INET6 fixup
Garrett D'Amore
2024-12-21
*
posix udp: More explicit checks for bogus address family
Garrett D'Amore
2024-12-21
*
files test: check to skip permissions before testing
Garrett D'Amore
2024-12-21
*
posix udp: stop the PFD explicitly before finalizing
Garrett D'Amore
2024-12-21
*
poll: fix poll based poller
Garrett D'Amore
2024-12-21
*
epoll: fixes for races and early wakeups
Garrett D'Amore
2024-12-21
*
posix: fix for IPC and TCP dialing
Garrett D'Amore
2024-12-21
*
posix pollers: inline the pfd and make callbacks constant
Garrett D'Amore
2024-12-20
*
poll: performance improvements, simplifications
Garrett D'Amore
2024-12-19
*
posix pollers: expose pfd structures (for sizes) and fix poller selection
Garrett D'Amore
2024-12-19
*
kqueue: eliminate extra locking on each I/O
Garrett D'Amore
2024-12-18
[next]