aboutsummaryrefslogtreecommitdiff
path: root/src/protocol
Commit message (Expand)AuthorAge
* fixes #1308 Sub contexts/AIOs can share a single nng_msgGarrett D'Amore2020-10-29
* fixes #1304 Non-blocking send on rep sockets always fails (#1305)Garrett D'Amore2020-10-25
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1241 SIGSEGV in RepReq's rep0 recv - use after freeGarrett D'Amore2020-05-25
* fixes #1171 message header could be inlined in the message structureGarrett D'Amore2020-02-26
* Survey occasionally does not cancel properly.Garrett D'Amore2020-02-07
* fixes #1189 Extract and deprecate polyamorous modeGarrett D'Amore2020-02-07
* Convert SURVEY to use lmq and avoid message queues.Garrett D'Amore2020-02-06
* inline the pipe aios for pair0Garrett D'Amore2020-02-05
* Survey test rewrite.Garrett D'Amore2020-02-05
* fixes #1169 survey and xsurvey could use message cloningGarrett D'Amore2020-01-20
* fixes #1162 req_test needs to have better retry testsGarrett D'Amore2020-01-20
* fixes #1163 compat tests are very brittleGarrett D'Amore2020-01-20
* fixes #1156 Message cloning could help reduce copies a lotGarrett D'Amore2020-01-20
* fixes #1154 perf programs could use options to select different protocolsGarrett D'Amore2020-01-19
* fixes #1151 minor pairv1 optimizations possibleGarrett D'Amore2020-01-19
* fixes #1142 raw mode use of message headers is inconsistentGarrett D'Amore2020-01-18
* TTL reads could be fewer.Garrett D'Amore2020-01-18
* xrespond should use atomic TTL.Garrett D'Amore2020-01-18
* RESPOND needs to use atomic for TTL.Garrett D'Amore2020-01-16
* XSURVEY test suite added.Garrett D'Amore2020-01-13
* Give time for REQ backpressure to ease in test suite.Garrett D'Amore2020-01-13
* Remove the old PUB/SUB tests.Garrett D'Amore2020-01-13
* Add PUB/SUB test suite.Garrett D'Amore2020-01-12
* Test coverage improvements for REQ/REP.Garrett D'Amore2020-01-12
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1124 data race on ttl in xrepGarrett D'Amore2020-01-09
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #1105 pollable can be inlined, and use atomicsGarrett D'Amore2020-01-04
* fixes #1104 move allocation of protocol objects to common coreGarrett D'Amore2020-01-03
* More REP protocol coverage tests.Garrett D'Amore2020-01-02
* fixes #1099 Should inline backtrace buffer in REPGarrett D'Amore2020-01-02
* fixes #1088 REP protocol does not signal SENDFD properlyGarrett D'Amore2020-01-01
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* Brittleness in pair1 mono faithful test.Garrett D'Amore2019-12-27
* fixes #1057 reqpoll test fails (bad test logic) sometimesGarrett D'Amore2019-12-27
* 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
* Add option for preferring new messages on SUB0Nathan Kent2019-11-03
* fixes #923 #935 RECVBUF/SENDBUF has variable typeNathan Kent2019-05-19
* fixes #915 Memory Leak in pubGarrett D'Amore2019-04-11
* fixes #919 Polling on subscriber socket recvfd seems brokenBehrooze Sirang2019-04-11
* fixes #461 Context support for SUBGarrett D'Amore2019-02-26
* fixes #857 NNG_OPT_REQ_RESENDTIME does not honor NNG_DURATION_INFINITEGarrett D'Amore2019-02-17
* fixes #871 panic when sharing rep between threadsGarrett D'Amore2019-02-17
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* move all public headers to include/nng/ folderGregor Burger2018-11-22