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
/
pipe.c
Commit message (
Expand
)
Author
Age
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
fixes #2148 Old id_reg_map seems not be freed
Garrett D'Amore
2025-08-25
*
Hold the pipe across for the DTLS rx cb.
Garrett D'Amore
2025-06-22
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
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
*
remove panic - left over from debug
Garrett D'Amore
2024-12-15
*
tcp transport: use preallocated SP objects
Garrett D'Amore
2024-12-15
*
pipes and endpoints: support for inline allocations of transport data
Garrett D'Amore
2024-12-08
*
Pipe protocol data is never null.
Garrett D'Amore
2024-12-07
*
fixes #1408 Reference count as a first class type
Garrett D'Amore
2024-12-07
*
fix for pipe statistic crash
Garrett D'Amore
2024-05-30
*
Logging improvements (#1816)
Garrett D'Amore
2024-04-21
*
fixes #1740 Public ID hash API
Garrett D'Amore
2023-12-29
*
fix: use ifdef for NNG_ENABLE_STATS
Marco Casaroli
2023-11-25
*
Birth pipe object with non-zero reference.
Garrett D'Amore
2023-04-19
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Minor cleanups.
Garrett D'Amore
2021-09-06
*
Eliminate the pipe mutex and use atomic for pipe closed.
Garrett D'Amore
2021-09-06
*
SP initialization cannot fail.
Garrett D'Amore
2021-09-06
*
Minor clang-tidy fixes.
Garrett D'Amore
2021-07-11
*
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
*
*Fix Add missing #define when disabling NNG_ENABLE_STATS (#1342)
JaylinYu
2020-11-13
*
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
*
Fix compilation errors and warnings when NNG_ENABLE_STATS is OFF
Robert Bielik
2019-12-30
*
fixes #1064 Potential deadlock in statistics code
Garrett D'Amore
2019-12-29
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
fixes #852 Eliminate pipe p_options and use new style getopt
Garrett D'Amore
2019-01-06
*
IPC option rework (pipe/conn) to reduce code duplication.
Garrett D'Amore
2018-12-29
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
fixes #799 Compile error on Windows with disabled stats
Garrett D'Amore
2018-11-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 #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #669 pipe.c type conversion warning
Garrett D'Amore
2018-08-20
*
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 #604 pipe free does not finalize cv
Garrett D'Amore
2018-07-20
*
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
*
fixes #579 Use ids for pipe listener and dialer
Garrett D'Amore
2018-07-06
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
fixes #540 nni_ep_opttype serves no purpose
Garrett D'Amore
2018-06-13
*
fixes #449 Want more flexible pipe events
Garrett D'Amore
2018-05-17
[next]