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
/
posix
Commit message (
Expand
)
Author
Age
*
sockaddr: ingore the sin6_len field
Garrett D'Amore
2024-12-30
*
Use AF instead of PF for socket address families
Garrett D'Amore
2024-12-30
*
tcp dialer tests: add local address tests
Garrett D'Amore
2024-12-30
*
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
*
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
*
tcp stream: add test for ESTATE getting port on unbound listener
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
*
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
*
POSIX poller: add support for select, and for choosing the poller
Garrett D'Amore
2024-12-17
*
streams: add explicit stop functions
Garrett D'Amore
2024-12-12
*
performance: reference counters can use relaxed order when incrementing
Garrett D'Amore
2024-12-07
*
Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.
Garrett D'Amore
2024-11-24
*
ipc: Add NNG_OPT_REMADDR for dialer.
Garrett D'Amore
2024-11-23
*
Use 32-bit port numbers.
Garrett D'Amore
2024-11-21
*
URL refactor part 1.
Garrett D'Amore
2024-11-18
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
Cleanup POSIX platform initialization.
Garrett D'Amore
2024-11-11
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
Remove unused sockaddr NULL check
Garrett D'Amore
2024-11-06
[next]