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
/
transport
/
inproc
Commit message (
Expand
)
Author
Age
*
fixes #1345 Restructure the source tree
Garrett D'Amore
2021-01-01
*
Work for test refactoring.
Garrett D'Amore
2020-11-18
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1239 Use after free in tls
Garrett D'Amore
2020-05-23
*
fixes #1156 Message cloning could help reduce copies a lot
Garrett D'Amore
2020-01-20
*
fixes #1159 inproc could skip message queue
Garrett D'Amore
2020-01-20
*
inproc can use msg_header_clear to save a branch.
Garrett D'Amore
2020-01-16
*
fixes #1040 Convert rest of the protocols to new CMake infra
Garrett D'Amore
2019-12-25
*
fixes #1032 Figure out Darwin bustedness
Garrett D'Amore
2019-12-24
*
fixes #815 Eliminate socket filters on message queues
Garrett D'Amore
2019-03-13
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
fixes #835 inproc should use new option API
Garrett D'Amore
2018-12-31
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #577 target library dependencies should be public
Garrett D'Amore
2018-11-05
*
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 #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #541 inproc does not honor maxrecvsize option
Garrett D'Amore
2018-08-20
*
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 #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #336 inproc queue depths are too long
Garrett D'Amore
2018-04-10
*
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 #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
CMake & CPack improvements.
Garrett D'Amore
2018-02-21
*
fixes #171 Refactor aio to use generic data fields
Garrett D'Amore
2018-02-08
*
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 #209 NNG_OPT_TLS_VERIFIED is busted
Garrett D'Amore
2018-01-17
*
fixes #3 TLS transport
Garrett D'Amore
2017-11-20
*
fixes #143 Protocols and transports should be "configurable"
Garrett D'Amore
2017-11-02
*
Various man page fixups, add inproc header.
Garrett D'Amore
2017-10-24
*
fixes #120 nng_sockaddr options initialized with garbage data
Garrett D'Amore
2017-10-19
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
Fix a few warnings and subtle test races.
Garrett D'Amore
2017-08-24
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
The common endpoint code already ensures state is proper.
Garrett D'Amore
2017-08-23
*
fixes #39 Transport ops vector should be versioned
Garrett D'Amore
2017-08-17
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
fixes #63 NNG_FLAG_SYNCH should be the default
Garrett D'Amore
2017-08-14
*
Unify the msg API.
Garrett D'Amore
2017-08-10
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
Fix close-related leak of pipes.
Garrett D'Amore
2017-07-18
*
Remove unused variables.
Garrett D'Amore
2017-07-17
*
Inproc leak fixes.
Garrett D'Amore
2017-07-16
*
Add missing cancellation for inproc endpoints -- the source of much woe.
Garrett D'Amore
2017-07-15
[next]