| Commit message (Expand) | Author | Age |
| * | Make better use of enums (makes clang-format happier.) | Garrett D'Amore | 2017-07-10 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | TCP asynchronous working now. | Garrett D'Amore | 2017-07-07 |
| * | Use common socket handling on POSIX (tcp done, ipc pending.) | Garrett D'Amore | 2017-06-29 |
| * | Expose a library finalizer suitable for atexit(). | Garrett D'Amore | 2017-06-21 |
| * | Introduce new NNG_ECANCELED errno. | Garrett D'Amore | 2017-02-19 |
| * | Added more plumbing to facilitate test writing & compatibility. | Garrett D'Amore | 2017-01-26 |
| * | Initial start of compat layer with bind, connect, etc. Untested. | Garrett D'Amore | 2017-01-22 |
| * | Event notification via pollable FDs verified working. | Garrett D'Amore | 2017-01-22 |
| * | 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 |
| * | Public pipe and endpoint APIs use IDs instead of pointers. | Garrett D'Amore | 2017-01-17 |
| * | External event API for send/recv implemented. | Garrett D'Amore | 2017-01-16 |
| * | Make sure to pass -DNNG_STATIC_LIB for static library. | Garrett D'Amore | 2017-01-15 |
| * | 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 |
| * | Add survey test (and fix survey pattern). | Garrett D'Amore | 2017-01-09 |
| * | Message API was awkward. | Garrett D'Amore | 2017-01-06 |
| * | Change a bunch of copyrights to 2017 for work done since the 1st. | Garrett D'Amore | 2017-01-05 |
| * | Add nng_shutdown() for sockets to help avoid close race. | Garrett D'Amore | 2017-01-05 |
| * | Working towards TCP support. | Garrett D'Amore | 2017-01-03 |
| * | Fixes to enable REQ/REP to operate. | Garrett D'Amore | 2017-01-02 |
| * | Begin testing REQ/REP. | Garrett D'Amore | 2017-01-02 |
| * | Endpoint renaming. | Garrett D'Amore | 2017-01-02 |
| * | Implementation of an id hash for hashing pipes by ID. | Garrett D'Amore | 2016-12-29 |
| * | Define new NNG_ESTATE for dealing with protocol state errors. | Garrett D'Amore | 2016-12-28 |
| * | New dial/listen API. Dialing might work now. | Garrett D'Amore | 2016-12-25 |
| * | Stubs for stats & device functions. | Garrett D'Amore | 2016-12-25 |
| * | Change in handling of extended info for messages. | Garrett D'Amore | 2016-12-24 |
| * | nng_setopt works (rcvtimeout, etc.) External API adjustments. | Garrett D'Amore | 2016-12-23 |
| * | Some tests around recvmsg (no senders yet). Fixes for some edge cases. | Garrett D'Amore | 2016-12-23 |
| * | Added lingering (1s default.) | Garrett D'Amore | 2016-12-22 |
| * | Work on endpoints. More C99 & type cleanups. | Garrett D'Amore | 2016-12-22 |
| * | Uncrustify clean now. | Garrett D'Amore | 2016-12-21 |
| * | Uncrustify configuration, and shorter copyright banners, plus reformat | Garrett D'Amore | 2016-12-21 |
| * | Better separate public vs. private names. | Garrett D'Amore | 2016-12-14 |
| * | nn_socket_create() implemented. | Garrett D'Amore | 2016-12-14 |
| * | Protocols are 16-bit. | Garrett D'Amore | 2016-12-14 |
| * | Make an interruptible version of message queues. | Garrett D'Amore | 2016-12-12 |
| * | New inproc transport. | Garrett D'Amore | 2016-12-12 |
| * | Add operations on msgqueues. | Garrett D'Amore | 2016-12-11 |
| * | More message API. | Garrett D'Amore | 2016-12-11 |
| * | Message allocation, deallocation, reallocation. | Garrett D'Amore | 2016-12-10 |
| * | Condition variable implementation. | Garrett D'Amore | 2016-12-10 |
| * | Initial commit. This is not going to be useful to you for anything. | Garrett D'Amore | 2016-12-10 |