| Commit message (Expand) | Author | Age |
| * | Start of progress on Windows. Name resolution and IOCP work begins. | Garrett D'Amore | 2017-07-07 |
| * | TCP asynchronous working now. | Garrett D'Amore | 2017-07-07 |
| * | Fix copyright. | Garrett D'Amore | 2017-07-06 |
| * | Fixes for async resolver, plus a test suite for it. | Garrett D'Amore | 2017-07-06 |
| * | Move TCP negotiation out of sync accept/connect. | Garrett D'Amore | 2017-07-05 |
| * | Move IPC negotiation out of connect/accept. | Garrett D'Amore | 2017-07-05 |
| * | inproc transport uses aio for connect/accept. | Garrett D'Amore | 2017-07-03 |
| * | I've seen successful scalability runs take over 5 secs. | Garrett D'Amore | 2017-06-29 |
| * | Let scalability test startup a bit quicker. | Garrett D'Amore | 2017-06-25 |
| * | Device can take a little while to set up, and this can result in lost msgs. | Garrett D'Amore | 2017-06-25 |
| * | Make reqrep test more robust; sock test faster. | Garrett D'Amore | 2017-06-25 |
| * | Expose a library finalizer suitable for atexit(). | Garrett D'Amore | 2017-06-21 |
| * | Pipe ID race on close (pipe IDs are zero at close). | Garrett D'Amore | 2017-04-14 |
| * | Hopefully close shutdown race in rep. | Garrett D'Amore | 2017-03-29 |
| * | Fix test suite bugs. | Garrett D'Amore | 2017-03-11 |
| * | Start of close related race fixes. Scalability test. | Garrett D'Amore | 2017-03-10 |
| * | Add device support & testing. Bus semantic fix. | Garrett D'Amore | 2017-01-27 |
| * | Fixes for BUS protocol in compat, test suite, and timing in compat tests. | Garrett D'Amore | 2017-01-26 |
| * | Added more plumbing to facilitate test writing & compatibility. | Garrett D'Amore | 2017-01-26 |
| * | Add endpoint tuning of maxrcv size. Fix cmsg API. | Garrett D'Amore | 2017-01-24 |
| * | Implement reconnect timer including backoff. | Garrett D'Amore | 2017-01-24 |
| * | Added a bunch more compatibility stuff. | Garrett D'Amore | 2017-01-23 |
| * | 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 |
| * | Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested). | Garrett D'Amore | 2017-01-21 |
| * | Initial swag at notification pipes (not used yet). | Garrett D'Amore | 2017-01-21 |
| * | Fix compilation warnings found on Windows. | Garrett D'Amore | 2017-01-21 |
| * | Fix leaks in bus, socket leaks, tighten up close-side refcnting. | 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 |
| * | 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 |
| * | Expose nni_init for now. | Garrett D'Amore | 2017-01-18 |
| * | Reaper exits too soon, leaking bits. | 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 |
| * | Added dynamic ID generation & management for idhash tables. | Garrett D'Amore | 2017-01-17 |
| * | 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 |
| * | 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 |
| * | Compile static *and* shared libraries. | Garrett D'Amore | 2017-01-15 |
| * | Use Windows tick clock instead of Performance counters. | Garrett D'Amore | 2017-01-14 |