| Commit message (Expand) | Author | Age |
| * | Fix leaks in bus, socket leaks, tighten up close-side refcnting. | Garrett D'Amore | 2017-01-21 |
| * | Resolve deadlock during close. | Garrett D'Amore | 2017-01-21 |
| * | Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly. | Garrett D'Amore | 2017-01-21 |
| * | Implement nng_send and nng_recv convenience routines. | Garrett D'Amore | 2017-01-21 |
| * | Dangling compiler warnings from sock handle change. | Garrett D'Amore | 2017-01-20 |
| * | fixes #18 Sockets should be uint32_t's (handles) not pointers. | Garrett D'Amore | 2017-01-20 |
| * | Fix leak in surveyor pipe. | Garrett D'Amore | 2017-01-19 |
| * | Thread fini shouldl be idempotent. | Garrett D'Amore | 2017-01-19 |
| * | Fix synchronization problem in msgqueue with multiple consumers. | Garrett D'Amore | 2017-01-19 |
| * | 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 |
| * | fixes #12 SURVEY hang in Travis | Garrett D'Amore | 2017-01-18 |
| * | Fixes pipeline stall due to backpressure signaling race. | Garrett D'Amore | 2017-01-18 |
| * | Reduce lock contention and simplify logic for endpoint creation. | Garrett D'Amore | 2017-01-18 |
| * | Expose nni_init for now. | Garrett D'Amore | 2017-01-18 |
| * | Reaper exits too soon, leaking bits. | Garrett D'Amore | 2017-01-18 |
| * | Fix leaking notify structs. | Garrett D'Amore | 2017-01-18 |
| * | Windows compilation fixes. | Garrett D'Amore | 2017-01-18 |
| * | Fixes for valgrind issues. | Garrett D'Amore | 2017-01-18 |
| * | Include time.h for getms. | Garrett D'Amore | 2017-01-17 |
| * | Public pipe and endpoint APIs use IDs instead of pointers. | Garrett D'Amore | 2017-01-17 |
| * | Pipe IDs are now tracked on global ID hashes. | Garrett D'Amore | 2017-01-17 |
| * | Pipe IDs are now tracked by hash table for performance. | Garrett D'Amore | 2017-01-17 |
| * | Added dynamic ID generation & management for idhash tables. | Garrett D'Amore | 2017-01-17 |
| * | Windows clock fixes. | Garrett D'Amore | 2017-01-16 |
| * | Whoops, Windows color fixes, 2nd pass. | Garrett D'Amore | 2017-01-16 |
| * | External event API for send/recv implemented. | Garrett D'Amore | 2017-01-16 |
| * | Recv/Send event plumbing implemented (msgqueue and up). | Garrett D'Amore | 2017-01-16 |
| * | Start of event framework. | Garrett D'Amore | 2017-01-16 |
| * | Use xterm $TERM on AppVeyor (for colorized output). | Garrett D'Amore | 2017-01-16 |
| * | Import updated C-Convey (for color on Windows). | Garrett D'Amore | 2017-01-16 |
| * | Fix pipeline test failure. | Garrett D'Amore | 2017-01-16 |
| * | Fixes for 32-bit Windows compilation. | Garrett D'Amore | 2017-01-16 |
| * | Various complaints found in AppVeyor build. | Garrett D'Amore | 2017-01-16 |
| * | Make sure to pass -DNNG_STATIC_LIB for static library. | Garrett D'Amore | 2017-01-15 |
| * | Initial AppVeyor support. | Garrett D'Amore | 2017-01-15 |
| * | Compile static *and* shared libraries. | Garrett D'Amore | 2017-01-15 |
| * | Cleanup winsock somewhat. | Garrett D'Amore | 2017-01-15 |
| * | Windows IPC works now. | Garrett D'Amore | 2017-01-15 |
| * | Use Windows tick clock instead of Performance counters. | Garrett D'Amore | 2017-01-14 |
| * | Windows TCP now working. | Garrett D'Amore | 2017-01-14 |
| * | Many fixes for Windows. It compiles, and some tests work. | Garrett D'Amore | 2017-01-13 |
| * | Initial swag at Win32. Much to do still. | Garrett D'Amore | 2017-01-12 |
| * | Pull out the posix clock stuff for plat_clock. | Garrett D'Amore | 2017-01-12 |
| * | Block SIGPIPE. Ewww... | Garrett D'Amore | 2017-01-12 |
| * | Add IPC (UNIX domain sockets) for POSIX, and test suite. | Garrett D'Amore | 2017-01-12 |
| * | Stop testing some stuff we don't care about. | Garrett D'Amore | 2017-01-12 |
| * | Fixes for survey test. (We need to complete the connection first.) | Garrett D'Amore | 2017-01-12 |
| * | Bus working, and added bus test. | Garrett D'Amore | 2017-01-11 |
| * | Initial (untested) bus implementation. | Garrett D'Amore | 2017-01-10 |