| Commit message (Expand) | Author | Age |
| * | fixes #216 HTTP server side API refactoring, directory serving support | Garrett D'Amore | 2018-01-20 |
| * | fixes #206 Want NNG_OPT_TLS_VERIFIED option | Garrett D'Amore | 2018-01-16 |
| * | Refactored file API. | Garrett D'Amore | 2018-01-11 |
| * | Compile warning (possible size_t overrun) on Windows. | Garrett D'Amore | 2017-12-28 |
| * | fixes #158 nni_plat_init: undefined return value if called from two threads | Garrett D'Amore | 2017-12-28 |
| * | Fix compilation warnings, bugs, and crashes found on Windows. | Garrett D'Amore | 2017-12-28 |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | fixes #154 underlyng TCP & IPC transports should support partial recv/send | Garrett D'Amore | 2017-11-13 |
| * | fixes #150 IPC error during Bus tests | Garrett D'Amore | 2017-11-05 |
| * | Darwin needs to use SO_NOSIGPIPE. | Garrett D'Amore | 2017-11-04 |
| * | Simplify pollq_add, use SO_NOSIGNAL option on macOS. | Garrett D'Amore | 2017-10-30 |
| * | And another compile time regression. | Garrett D'Amore | 2017-10-19 |
| * | POSIX fixups for certain platforms. | Garrett D'Amore | 2017-10-19 |
| * | fixes #84 Consider using msec for durations | Garrett D'Amore | 2017-10-19 |
| * | New platform API for storage methods. | Garrett D'Amore | 2017-10-09 |
| * | Improve UDP test coverage, fix numerous issues found. | Garrett D'Amore | 2017-10-05 |
| * | fixes #5 Address properties | Garrett D'Amore | 2017-10-03 |
| * | Windows UDP support. | Garrett D'Amore | 2017-09-29 |
| * | ZeroTier transport implementation (work funded by Capitar IT Group BV) | Garrett D'Amore | 2017-09-26 |
| * | Fix bugs in UDP layer. | Garrett D'Amore | 2017-09-05 |
| * | Introduce utility safe string handling functions. | Garrett D'Amore | 2017-08-28 |
| * | Validate that we do not overrun sun_path in sockaddr_un. | Garrett D'Amore | 2017-08-21 |
| * | fixes #41 Move DNS out of tcp transport | Garrett D'Amore | 2017-08-21 |
| * | Conditional platform inclusion cleanups. | Garrett D'Amore | 2017-08-21 |
| * | Add new errnos we might need. | Garrett D'Amore | 2017-08-18 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Fix a few problems found by codacy. One was a real bug. | Garrett D'Amore | 2017-08-14 |
| * | Windows fixes; especially idempotent init/fini. | Garrett D'Amore | 2017-08-11 |
| * | Posix pollq fini is not properly idempotent. | Garrett D'Amore | 2017-08-11 |
| * | Thundering herd kills performance. | Garrett D'Amore | 2017-08-10 |
| * | Fix a few pointer vs. character errors found by gcc 7. | Garrett D'Amore | 2017-08-07 |
| * | Fix warninsg about size types found in 64-bit windows build. | Garrett D'Amore | 2017-08-05 |
| * | COnvert UDP to new style. | Garrett D'Amore | 2017-08-04 |
| * | Refactor AIO logic to close numerous races and reduce complexity. | Garrett D'Amore | 2017-08-04 |
| * | Initial swag at UDP (POSIX only) low level handling. | Garrett D'Amore | 2017-07-25 |
| * | Update Capitar copyrights. | Garrett D'Amore | 2017-07-21 |
| * | Simpler taskq API. | Garrett D'Amore | 2017-07-21 |
| * | Yet more race condition fixes. | Garrett D'Amore | 2017-07-20 |
| * | Fixes most of the raaces in posix; but at least one remains outstanding. | Garrett D'Amore | 2017-07-18 |
| * | Sometimes providers don't clear the prov data details. (Backoff). | Garrett D'Amore | 2017-07-18 |
| * | Fix close-related leak of pipes. | Garrett D'Amore | 2017-07-18 |
| * | Handle is INVALID_HANDLE_VALUE not NULL | Garrett D'Amore | 2017-07-18 |
| * | Implemented asynchronous (fully) accept. | Garrett D'Amore | 2017-07-14 |
| * | Remove stale partial printf line causing syntax error. | Garrett D'Amore | 2017-07-13 |
| * | Windows implmentation of TCP is "working now". | Garrett D'Amore | 2017-07-13 |
| * | Attempts to minimize races, remove unused nni_sock_mtx function. | Garrett D'Amore | 2017-07-12 |
| * | Fix likely close race in Windows ICP/IOCP code. | Garrett D'Amore | 2017-07-12 |
| * | Windows IPC working, mostly. | Garrett D'Amore | 2017-07-11 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | Windows IPC progress. Not working yet, but should be close. | Garrett D'Amore | 2017-07-10 |