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.h
Commit message (
Expand
)
Author
Age
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
Garrett D'Amore
2025-10-05
*
Hold the pipe across for the DTLS rx cb.
Garrett D'Amore
2025-06-22
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
pipes and endpoints: support for inline allocations of transport data
Garrett D'Amore
2024-12-08
*
Remove NNI_TYPE_OPAQUE altogether.
Garrett D'Amore
2024-11-03
*
Logging improvements (#1816)
Garrett D'Amore
2024-04-21
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
SP initialization cannot fail.
Garrett D'Amore
2021-09-06
*
Move transport.[ch] to SP
Garrett D'Amore
2021-07-09
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
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 #568 Want a single reader/write lock on socket child objects
Garrett D'Amore
2018-07-06
*
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 #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
*
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
*
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
*
fixes #62 Endpoint close should be synchronous #62
Garrett D'Amore
2017-08-14
*
Use a dedicated reap thread instead of taskq.
Garrett D'Amore
2017-08-05
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
*
fixes #27 Double free found in stress testing
Garrett D'Amore
2017-07-19
*
Fix locking errors in endpoints, and simplify some logic.
Garrett D'Amore
2017-07-16
*
Implemented asynchronous (fully) accept.
Garrett D'Amore
2017-07-14
*
Use the same pipe teardown in all circumstances.
Garrett D'Amore
2017-07-13
*
Use the same flow regardless of whether pipe start is used or not.
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Move IPC negotiation out of connect/accept.
Garrett D'Amore
2017-07-05
*
Remove the extra _aio_ part of pipe send and recv functions.
Garrett D'Amore
2017-07-02
*
pipe_send and recv can be void.
Garrett D'Amore
2017-07-02
*
We don't need pipe_hold or pipe_rele anymore.
Garrett D'Amore
2017-06-28
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
Protocols keep their own reference counts.
Garrett D'Amore
2017-06-24
*
Make APIs for holding references more consistent.
Garrett D'Amore
2017-06-21
*
Create the pipe object hash (not used yet).
Garrett D'Amore
2017-06-07
*
Clean up some dead code.
Garrett D'Amore
2017-03-29
*
More interface hiding. (pipe tran data setting).
Garrett D'Amore
2017-03-19
*
More API cleanups to separate interfaces. (nni_pipe_create).
Garrett D'Amore
2017-03-19
*
Eliminate p_active, better names for pipe start and stop.
Garrett D'Amore
2017-03-19
*
Reduce socket/pipe private data coupling.
Garrett D'Amore
2017-03-19
*
Start of close related race fixes. Scalability test.
Garrett D'Amore
2017-03-10
*
Start of msgq aio.
Garrett D'Amore
2017-03-01
[next]