| Commit message (Expand) | Author | Age |
| * | Notification working - separate thread now. | Garrett D'Amore | 2017-03-11 |
| * | Introduce new NNG_ECANCELED errno. | Garrett D'Amore | 2017-02-19 |
| * | Add device support & testing. Bus semantic fix. | Garrett D'Amore | 2017-01-27 |
| * | Fix bug in test code for thread_destroy. | 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 |
| * | Add nni_ep_hold, nni_ep_hold_close, nni_ep_rele, nng_endpoint_close. | Garrett D'Amore | 2017-01-24 |
| * | Added a bunch more compatibility stuff. | Garrett D'Amore | 2017-01-23 |
| * | Initial start of compat layer with bind, connect, etc. Untested. | 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 |
| * | 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 |
| * | 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 |
| * | Begin testing REQ/REP. | Garrett D'Amore | 2017-01-02 |
| * | Endpoint renaming. | Garrett D'Amore | 2017-01-02 |
| * | Rename nni_socket to nni_sock. | 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 |
| * | Send and receive now work. | Garrett D'Amore | 2016-12-27 |
| * | Substantial fixes for listen & dialers. | Garrett D'Amore | 2016-12-25 |
| * | Change entry points in transports to bind() and connect(). | Garrett D'Amore | 2016-12-25 |
| * | New dial/listen API. Dialing might work now. | Garrett D'Amore | 2016-12-25 |
| * | Fallback to socket options if pipe doesn't have a specific value. | Garrett D'Amore | 2016-12-25 |
| * | Expose and implement pipe operations. (nng_pipe_close, nng_pipe_getopt). | Garrett D'Amore | 2016-12-25 |
| * | Stubs for stats & device functions. | Garrett D'Amore | 2016-12-25 |
| * | Use macros to condense initialization checks. | Garrett D'Amore | 2016-12-25 |
| * | Expose nng_msg_realloc(). | Garrett D'Amore | 2016-12-25 |
| * | Added external message handling. | Garrett D'Amore | 2016-12-24 |
| * | Change in handling of extended info for messages. | Garrett D'Amore | 2016-12-24 |
| * | Expose nng_sendmsg. | Garrett D'Amore | 2016-12-24 |
| * | Getopt implemented (and minimal test). | Garrett D'Amore | 2016-12-24 |
| * | nng_setopt works (rcvtimeout, etc.) External API adjustments. | Garrett D'Amore | 2016-12-23 |
| * | Uncrustify fixes. | Garrett D'Amore | 2016-12-23 |
| * | Some tests around recvmsg (no senders yet). Fixes for some edge cases. | Garrett D'Amore | 2016-12-23 |
| * | Work on endpoints. More C99 & type cleanups. | Garrett D'Amore | 2016-12-22 |
| * | Logic for socket shutdown, cleanup, and draining figured out. | Garrett D'Amore | 2016-12-22 |
| * | Uncrustify configuration, and shorter copyright banners, plus reformat | Garrett D'Amore | 2016-12-21 |
| * | More robust platform definition support. | Garrett D'Amore | 2016-12-14 |
| * | Better separate public vs. private names. | Garrett D'Amore | 2016-12-14 |