aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fixes #364 kill off nni_msgq_set_best_effort()Garrett D'Amore2018-04-24
* fixes #342 Want Surveyor/Respondent context supportGarrett D'Amore2018-04-24
* fixes #368 context options could be emptyGarrett D'Amore2018-04-24
* fixes #363 context option plumbing missingGarrett 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 #344 nn_poll() legacy API missingGarrett D'Amore2018-04-16
* fixes #350 Incorrect compat error code from nn_setsockoptGarrett D'Amore2018-04-14
* fixes bad address tests in tcp and tls (#345)toppk2018-04-14
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #303 Flesh out compatible API docsGarrett D'Amore2018-04-14
* Bump version to 0.8.0.0.8.0Garrett D'Amore2018-04-12
* We need to declare the TLS structure here.Garrett D'Amore2018-04-11
* fixes #338 possible SIGPIPE on LinuxGarrett D'Amore2018-04-10
* Fix valgrind warning in assert.Garrett D'Amore2018-04-10
* Eliminate possible data race on file descriptor.Garrett D'Amore2018-04-10
* fixes #336 inproc queue depths are too longGarrett D'Amore2018-04-10
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #335 eventfd seems unreliable on Linux (Ubuntu 17.10)Garrett D'Amore2018-04-09
* 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 #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #312 idhash_walk stuff can be removedGarrett D'Amore2018-03-30
* fixes #323 aio's iov may be reusedGarrett D'Amore2018-03-30
* fixes #322 epoll implementation is racyGarrett D'Amore2018-03-30
* fixes #315 WebSocket message handling errorsGarrett D'Amore2018-03-30
* If timeout is NNG_TIME_NEVER, then simply deschedule.Garrett D'Amore2018-03-30
* fixes #317 TLS, TCP, and IPC should support multiple outstanding opsGarrett D'Amore2018-03-30
* fixes #316 nni_aio_set_synch() usually doesn't do anythingGarrett D'Amore2018-03-30
* fixes #318 Assertion on macOS -- kevent() returns EINPROGRESS.Garrett D'Amore2018-03-30
* Add documentation for supplemental functions.Garrett D'Amore2018-03-22
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* Bump API to 0.7.0.0.7.0Garrett D'Amore2018-03-18
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORTGarrett D'Amore2018-03-17
* epoll: add epoll-based pollq implementationLiam Staskawicz2018-03-15
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* nng_sleep_aio should honor aio timeout.Garrett D'Amore2018-03-12
* fixes #281 desire nng_sleep_aio()Garrett D'Amore2018-03-12
* fixes #276 decouple NNG and zerotier definitionsGarrett D'Amore2018-03-10
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* Fix for Windows compilation warnings.Garrett D'Amore2018-03-05
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* ZeroTier timestamps are signed now.Garrett D'Amore2018-03-05
* Remove stale ZeroTier RFC, update URL and link to correct one.Garrett D'Amore2018-03-05
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* kqueue: add license infoLiam Staskawicz2018-03-04
* fixes #254 nngcat should have a --version optionGarrett D'Amore2018-03-02