summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Remove some dead code.Garrett D'Amore2018-03-02
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Bump version to 0.5.0.0.5.0Garrett D'Amore2018-03-02
* ipc: more robust initLiam Staskawicz2018-03-02
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* fixes #247 nngcat needs TLS optionsGarrett D'Amore2018-03-02
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* Windows IPC connection timer still thinks its usec.Garrett D'Amore2018-02-26
* Hang in concurrent IPC connection close.Garrett D'Amore2018-02-26
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23
* Add nng_opts_parse() API for handling command line options.Garrett D'Amore2018-02-22
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Backout #224 Does not work in CI, and breaks legacy compatibility.Garrett D'Amore2018-02-08
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #224 Windows pipe name restrictions, unicodeGarrett D'Amore2018-02-07
* HTTP public API should initialize the library.Garrett D'Amore2018-02-07
* fixes #231 Need nng_aio_finish routineGarrett D'Amore2018-02-06