aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/req.c
Commit message (Expand)AuthorAge
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #1300 REQ should fast fail if retry timer is zero (on disconnect)Garrett D'Amore2020-10-31
* 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
* fixes #1169 survey and xsurvey could use message cloningGarrett 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 #1142 raw mode use of message headers is inconsistentGarrett D'Amore2020-01-18
* Test coverage improvements for REQ/REP.Garrett D'Amore2020-01-12
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* 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
* fixes #857 NNG_OPT_REQ_RESENDTIME does not honor NNG_DURATION_INFINITEGarrett 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
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #648 REQ protocol can hang on closeGarrett D'Amore2018-08-14
* fixes #628 Hang in closing REQGarrett D'Amore2018-08-07
* fixes #568 Want a single reader/write lock on socket child objectsGarrett D'Amore2018-07-06
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* 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 #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #331 replace NNG_OPT_RAW option with constructorGarrett D'Amore2018-04-04
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02