| Commit message (Expand) | Author | Age |
| * | Free our per socket message queues. | Garrett D'Amore | 2016-12-31 |
| * | More use after free. | Garrett D'Amore | 2016-12-31 |
| * | Close & destroy endpoints in a single operation. | Garrett D'Amore | 2016-12-31 |
| * | Factor out repeated protocol code into common. | Garrett D'Amore | 2016-12-29 |
| * | Move option helpers to their own file. | Garrett D'Amore | 2016-12-29 |
| * | Pipe ID calculations & socket error functions. | Garrett D'Amore | 2016-12-28 |
| * | Start of REQ protocol. Still need hook handling and resender. | Garrett D'Amore | 2016-12-28 |
| * | Send and receive now work. | Garrett D'Amore | 2016-12-27 |
| * | Buffer resizing implemented. (Needed for single threaded inproc tests.) | Garrett D'Amore | 2016-12-27 |
| * | Substantial fixes for listen & dialers. | Garrett D'Amore | 2016-12-25 |
| * | New dial/listen API. Dialing might work now. | Garrett D'Amore | 2016-12-25 |
| * | Change in handling of extended info for messages. | 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 |
| * | Don't linger if there are no possible readers present. | Garrett D'Amore | 2016-12-23 |
| * | Some tests around recvmsg (no senders yet). Fixes for some edge cases. | Garrett D'Amore | 2016-12-23 |
| * | Initial tests -- open & close work (no pipes or endpoints yet). | Garrett D'Amore | 2016-12-23 |
| * | Implemened synchronous & asynchronuos dialer, accepter. Getting close... | Garrett D'Amore | 2016-12-22 |
| * | Added lingering (1s default.) | Garrett D'Amore | 2016-12-22 |
| * | Implemented dialer core. | Garrett D'Amore | 2016-12-22 |
| * | Endpoint dialer implemented. | Garrett D'Amore | 2016-12-22 |
| * | Work on endpoints. More C99 & type cleanups. | Garrett D'Amore | 2016-12-22 |
| * | Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv. | Garrett D'Amore | 2016-12-22 |
| * | Use C99 structure initializers FTW. Various other changes. | 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 |
| * | nni_socket_add_pipe and nni_socket_remove_pipe implementation. | Garrett D'Amore | 2016-12-14 |
| * | More robust platform definition support. | Garrett D'Amore | 2016-12-14 |
| * | Socket sendfilter called. | Garrett D'Amore | 2016-12-14 |
| * | Better separate public vs. private names. | Garrett D'Amore | 2016-12-14 |
| * | Oops... Pipe list initialization was not complete. | 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 |
| * | Initial swing at pair protocol. | Garrett D'Amore | 2016-12-13 |
| * | More comments, and detection of fork-reentrancy. Much effort was spent | Garrett D'Amore | 2016-12-13 |
| * | More pipe details, and clarified locking / call order comments in transport.h. | Garrett D'Amore | 2016-12-12 |
| * | New inproc transport. | Garrett D'Amore | 2016-12-12 |
| * | Work in progress on sendmsg. | Garrett D'Amore | 2016-12-11 |
| * | New msgqueue implementation, use CLOCK_MONOTONIC if available. | Garrett D'Amore | 2016-12-11 |