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
/
sockimpl.h
Commit message (
Expand
)
Author
Age
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
fixes #961 surprising pipe event order
Garrett D'Amore
2024-12-28
*
transports: all transports use the new inline approach
Garrett D'Amore
2024-12-15
*
pipes and endpoints: support for inline allocations of transport data
Garrett D'Amore
2024-12-08
*
fixes #1408 Reference count as a first class type
Garrett D'Amore
2024-12-07
*
Inline dialer URL.
Garrett D'Amore
2024-11-21
*
Avoid extra allocs for listener url.
Garrett D'Amore
2024-11-21
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
More url work. Undocument rawurl, and stop using it stats and logs.
Garrett D'Amore
2024-11-17
*
fix copyrights
Garrett D'Amore
2023-04-23
*
fixes #1658 Possible use-after-free in dialer
Garrett D'Amore
2023-04-23
*
fixes #1657 Use after free in listener (data race)
Garrett D'Amore
2023-04-23
*
Eliminate the pipe mutex and use atomic for pipe closed.
Garrett D'Amore
2021-09-06
*
fixes #1498 Endpoint close/shutdown could be synchronous (#1499)
Garrett D'Amore
2021-09-04
*
Minor cleanups.
Garrett D'Amore
2021-08-21
*
Minor format and spelling in comments.
Garrett D'Amore
2021-07-31
*
More work on moving SP stuff out of common. Remove unused defs.
Garrett D'Amore
2021-07-10
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1323 stats framework is *way* to heavy
Garrett D'Amore
2020-11-11
*
fixes #1289 zerotier should have it's own copy of the id hashing code
Garrett D'Amore
2020-08-16
*
fixes #1104 move allocation of protocol objects to common core
Garrett D'Amore
2020-01-03
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
fixes #782 stat namespace collision on QNX
Garrett D'Amore
2018-11-09
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
fixes #654 use aio for synchronous connect
Garrett D'Amore
2018-08-15
*
fixes #208 pipe start should occur before connect / accept
Garrett D'Amore
2018-08-14
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
fixes #601 pipe destroy can fail to close pipe
Garrett D'Amore
2018-07-18
*
fixes #568 Want a single reader/write lock on socket child objects
Garrett D'Amore
2018-07-06