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 #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
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
fixes #62 Endpoint close should be synchronous #62
Garrett D'Amore
2017-08-14
*
Subsystem initialize is idempotent; simplify cleanup.
Garrett D'Amore
2017-08-07
*
Minor improvements to reap start/stop logic.
Garrett D'Amore
2017-08-05
*
Use a dedicated reap thread instead of taskq.
Garrett D'Amore
2017-08-05
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
fixes #27 Double free found in stress testing
Garrett D'Amore
2017-07-19
*
Clean up pipes on fini. EP close sync with pipes.
Garrett D'Amore
2017-07-16
*
Close negotiation race.
Garrett D'Amore
2017-07-16
*
Bind the pipe to the ep properly, and wake any closers needed.
Garrett D'Amore
2017-07-16
*
Delete old #ifdef 0 pipe_create logic.
Garrett D'Amore
2017-07-16
[next]