aboutsummaryrefslogtreecommitdiff
path: root/src/transport/inproc
Commit message (Expand)AuthorAge
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1156 Message cloning could help reduce copies a lotGarrett D'Amore2020-01-20
* fixes #1159 inproc could skip message queueGarrett D'Amore2020-01-20
* inproc can use msg_header_clear to save a branch.Garrett D'Amore2020-01-16
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #541 inproc does not honor maxrecvsize optionGarrett D'Amore2018-08-20
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #336 inproc queue depths are too longGarrett D'Amore2018-04-10
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* Various man page fixups, add inproc header.Garrett D'Amore2017-10-24
* fixes #120 nng_sockaddr options initialized with garbage dataGarrett D'Amore2017-10-19
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Fix a few warnings and subtle test races.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* The common endpoint code already ensures state is proper.Garrett D'Amore2017-08-23
* fixes #39 Transport ops vector should be versionedGarrett D'Amore2017-08-17
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* Unify the msg API.Garrett D'Amore2017-08-10
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Remove unused variables.Garrett D'Amore2017-07-17
* Inproc leak fixes.Garrett D'Amore2017-07-16
* Add missing cancellation for inproc endpoints -- the source of much woe.Garrett D'Amore2017-07-15