| Commit message (Expand) | Author | Age |
| * | 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 |
| * | fixes #262 NNG_OPT_URL should be resolved | Garrett D'Amore | 2018-03-04 |
| * | 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 |
| * | 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 |
| * | fixes #228 aio iov should have larger limits (dynamically allocated) | Garrett D'Amore | 2018-02-05 |
| * | fixes #173 Define public HTTP server API | Garrett D'Amore | 2018-02-01 |
| * | fixes #216 HTTP server side API refactoring, directory serving support | Garrett D'Amore | 2018-01-20 |
| * | 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 #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 |
| * | 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 |
| * | fixes #41 Move DNS out of tcp transport | Garrett D'Amore | 2017-08-21 |
| * | Conditional platform inclusion cleanups. | Garrett D'Amore | 2017-08-21 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Windows fixes; especially idempotent init/fini. | Garrett D'Amore | 2017-08-11 |
| * | Thundering herd kills performance. | Garrett D'Amore | 2017-08-10 |
| * | Fix warninsg about size types found in 64-bit windows build. | Garrett D'Amore | 2017-08-05 |
| * | Refactor AIO logic to close numerous races and reduce complexity. | Garrett D'Amore | 2017-08-04 |
| * | Fixes most of the raaces in posix; but at least one remains outstanding. | 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 |
| * | SRWLocks FTW! | Garrett D'Amore | 2017-07-07 |
| * | Start of progress on Windows. Name resolution and IOCP work begins. | Garrett D'Amore | 2017-07-07 |
| * | Event notification via pollable FDs verified working. | Garrett D'Amore | 2017-01-22 |
| * | Whoops, forgot to add the pipe implementations to git!! | Garrett D'Amore | 2017-01-21 |
| * | Initial swag at notification pipes (not used yet). | Garrett D'Amore | 2017-01-21 |
| * | Fix TCP hostname wildcards on Windows. Sort of. | Garrett D'Amore | 2017-01-18 |
| * | Address segfault in TCP, and fix wild card handling. | Garrett D'Amore | 2017-01-18 |
| * | Windows clock fixes. | Garrett D'Amore | 2017-01-16 |