| Commit message (Expand) | Author | Age |
| * | fixes #322 epoll implementation is racy | Garrett D'Amore | 2018-03-30 |
| * | fixes #315 WebSocket message handling errors | Garrett D'Amore | 2018-03-30 |
| * | If timeout is NNG_TIME_NEVER, then simply deschedule. | Garrett D'Amore | 2018-03-30 |
| * | fixes #317 TLS, TCP, and IPC should support multiple outstanding ops | Garrett D'Amore | 2018-03-30 |
| * | fixes #316 nni_aio_set_synch() usually doesn't do anything | Garrett D'Amore | 2018-03-30 |
| * | fixes #318 Assertion on macOS -- kevent() returns EINPROGRESS. | Garrett D'Amore | 2018-03-30 |
| * | Add documentation for supplemental functions. | Garrett D'Amore | 2018-03-22 |
| * | fixes #301 String option handling for getopt | Garrett D'Amore | 2018-03-20 |
| * | fixes #296 Typed options should validate option type | Garrett D'Amore | 2018-03-20 |
| * | Fixes issues found by (and submitted by) @nonnenmacher when working | Vincent Nonnenmacher | 2018-03-19 |
| * | Bump API to 0.7.0.0.7.0 | Garrett D'Amore | 2018-03-18 |
| * | fixes #295 boolean options should use C99 bool type | Garrett D'Amore | 2018-03-18 |
| * | fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT | Garrett D'Amore | 2018-03-17 |
| * | epoll: add epoll-based pollq implementation | Liam Staskawicz | 2018-03-15 |
| * | fixes #289 nng_sockaddr could just be a union | Garrett D'Amore | 2018-03-14 |
| * | nng_sleep_aio should honor aio timeout. | Garrett D'Amore | 2018-03-12 |
| * | fixes #281 desire nng_sleep_aio() | Garrett D'Amore | 2018-03-12 |
| * | fixes #276 decouple NNG and zerotier definitions | Garrett D'Amore | 2018-03-10 |
| * | fixes #269 nngcat unreliable with ZeroTier transport | Garrett D'Amore | 2018-03-07 |
| * | Fix for Windows compilation warnings. | Garrett D'Amore | 2018-03-05 |
| * | fixes #265 nngcat should support persistent ZT nodes | Garrett D'Amore | 2018-03-05 |
| * | ZeroTier timestamps are signed now. | Garrett D'Amore | 2018-03-05 |
| * | Remove stale ZeroTier RFC, update URL and link to correct one. | Garrett D'Amore | 2018-03-05 |
| * | fixes #262 NNG_OPT_URL should be resolved | Garrett D'Amore | 2018-03-04 |
| * | kqueue: add license info | Liam Staskawicz | 2018-03-04 |
| * | fixes #254 nngcat should have a --version option | Garrett D'Amore | 2018-03-02 |
| * | Remove some dead code. | Garrett D'Amore | 2018-03-02 |
| * | Isolate TLS functions into separate tls.h header file. | Garrett D'Amore | 2018-03-02 |
| * | Bump version to 0.5.0.0.5.0 | Garrett D'Amore | 2018-03-02 |
| * | ipc: more robust init | Liam Staskawicz | 2018-03-02 |
| * | kqueue: add kqueue-based pollq implementation | Liam Staskawicz | 2018-03-02 |
| * | fixes #247 nngcat needs TLS options | Garrett D'Amore | 2018-03-02 |
| * | fixes #240 nngcat is MIA | Garrett D'Amore | 2018-02-28 |
| * | Windows IPC connection timer still thinks its usec. | Garrett D'Amore | 2018-02-26 |
| * | Hang in concurrent IPC connection close. | Garrett D'Amore | 2018-02-26 |
| * | Move compatibility header so that <nanomsg/nn.h> works. | Garrett D'Amore | 2018-02-23 |
| * | Add nng_opts_parse() API for handling command line options. | Garrett D'Amore | 2018-02-22 |
| * | Modularize HTTP headers somewhat. | Garrett D'Amore | 2018-02-21 |
| * | CMake & CPack improvements. | Garrett D'Amore | 2018-02-21 |
| * | Fixes for POSIX pollq structure. | Garrett D'Amore | 2018-02-21 |
| * | Introduce 'porting layer' Public API. | Garrett D'Amore | 2018-02-20 |
| * | Simply posix pollq architecture somewhat. | Garrett D'Amore | 2018-02-15 |
| * | fixes #234 Investigate enabling more verbose compiler warnings | Garrett D'Amore | 2018-02-14 |
| * | Backout #224 Does not work in CI, and breaks legacy compatibility. | Garrett D'Amore | 2018-02-08 |
| * | fixes #171 Refactor aio to use generic data fields | Garrett D'Amore | 2018-02-08 |
| * | fixes #224 Windows pipe name restrictions, unicode | Garrett D'Amore | 2018-02-07 |
| * | HTTP public API should initialize the library. | Garrett D'Amore | 2018-02-07 |
| * | fixes #231 Need nng_aio_finish routine | Garrett D'Amore | 2018-02-06 |
| * | fixes #228 aio iov should have larger limits (dynamically allocated) | Garrett D'Amore | 2018-02-05 |
| * | Add, and document, the url->u_requri member. | Garrett D'Amore | 2018-02-02 |