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
*
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
*
fixes #431 hang in taskq_wait
Garrett D'Amore
2018-05-15
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #389 Need pipe notification callbacks
Garrett D'Amore
2018-05-03
*
Some very minor pipe implementation cleanups.
Garrett D'Amore
2018-05-01
*
fixes #381 Want comparators for various types
Garrett D'Amore
2018-05-01
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
fixes #91 pair1 segfault seen
Garrett D'Amore
2017-09-28
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
More pipe option handling, pipe API support. Url option.
Garrett D'Amore
2017-09-22
*
Allocate AIOs dynamically.
Garrett D'Amore
2017-09-22
*
Add support for 64-bit ids in idhash.
Garrett D'Amore
2017-08-22
*
Endpoint API completely implemented.
Garrett D'Amore
2017-08-18
[next]