aboutsummaryrefslogtreecommitdiff
path: root/src/protocol
Commit message (Expand)AuthorAge
* fixes #648 REQ protocol can hang on closeGarrett D'Amore2018-08-14
* fixes #628 Hang in closing REQGarrett D'Amore2018-08-07
* fixes #611 Memory Leaks under WindowsGarrett D'Amore2018-08-06
* 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 #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #459 SUB should be more aggressive about discarding messagesGarrett D'Amore2018-05-21
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #441 Unintentional semantic in bus protocolGarrett D'Amore2018-05-17
* fixes #440 leak in bus protocolGarrett D'Amore2018-05-16
* 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 #424 reqstress low frequency crashGarrett D'Amore2018-05-09
* fixes #342 Want Surveyor/Respondent context supportGarrett D'Amore2018-04-24
* fixes #368 context options could be emptyGarrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #355 Possible use after free in REPGarrett D'Amore2018-04-17
* 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 #240 nngcat is MIAGarrett D'Amore2018-02-28
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #196 surveyor pattern hangs after second surveyGarrett D'Amore2018-01-09
* fixes #147 surveyor protocol needs NNG_OPT_MAXTTLGarrett D'Amore2017-11-03
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* fixes #112 Need to move some stuff from socket to message queuesGarrett D'Amore2017-10-23
* fixes #123 latency tests with wrong message sizeGarrett D'Amore2017-10-19
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* fixes #99 Still seeing segfaults in pair1 (rarely)Garrett D'Amore2017-10-03
* fixes #85 Protocols need to set msg pipeGarrett D'Amore2017-09-27
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Add init/fini to protocols to allow them to register options.Garrett D'Amore2017-08-23
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Convert duration to usec.Garrett D'Amore2017-08-14
* REP drops peers a little too aggressively.Garrett D'Amore2017-08-14
* Fix leaks found in pairv1 test suite.Garrett D'Amore2017-08-11