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
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
Garrett D'Amore
2025-10-05
*
remaps EAI_AGAIN to NNG_EADDRINVAL (#2169)
Jon Gjengset
2025-10-04
*
Disable illumos event ports until we can debug them.
Garrett D'Amore
2025-08-24
*
Improve tests for SUNOS socketpair.
Garrett D'Amore
2025-08-24
*
OmniOS fixes.
Garrett D'Amore
2025-08-24
*
Fix build error on omnios.
Garrett D'Amore
2025-08-24
*
Fix omnios clang-19 not found
Garrett D'Amore
2025-08-24
*
posix tcp: use after free in listener (need to stop before free)
Garrett D'Amore
2025-06-22
*
Fix typos across docs, comments, and CMake
mochalins
2025-06-02
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
Transport listen: use nng_err
Garrett D'Amore
2025-04-27
*
More nng_err -- this time for dialer and listener allocations.
Garrett D'Amore
2025-04-27
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
TLS: break up the TLS layer a bit to refactor for DTLS.
Garrett D'Amore
2025-04-27
*
posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...
wangchen
2025-03-15
*
Windows: Fix regression where no connections after 5 seconds can occur
Garrett D'Amore
2025-03-09
*
Windows: Bring back hEvent -- needed for real IPC.
Garrett D'Amore
2025-02-18
*
fixes #2092 nng_close may hang on Windows
v2.0.0-alpha.4
Garrett D'Amore
2025-01-26
*
tests: add some tcp dialer local address tests
Garrett D'Amore
2025-01-14
*
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
[next]