| Commit message (Expand) | Author | Age |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | fixes #154 underlyng TCP & IPC transports should support partial recv/send | Garrett D'Amore | 2017-11-13 |
| * | fixes #84 Consider using msec for durations | Garrett D'Amore | 2017-10-19 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Eliminate the separate wrapping structure for platform mtx and cv. | Garrett D'Amore | 2017-07-11 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | Initial swag at asynchronous name resolution. | Garrett D'Amore | 2017-07-06 |
| * | TCP (POSIX) async send/recv working. Other changes. | Garrett D'Amore | 2017-03-29 |
| * | Clean up worker vestiges. | Garrett D'Amore | 2017-03-12 |
| * | Introduce new generic I/O event framework. | Garrett D'Amore | 2017-02-19 |
| * | Taskq implementation. | Garrett D'Amore | 2017-02-18 |
| * | Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested). | Garrett D'Amore | 2017-01-21 |
| * | 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 |
| * | Pipe IDs are now tracked on global ID hashes. | Garrett D'Amore | 2017-01-17 |
| * | Start of event framework. | Garrett D'Amore | 2017-01-16 |
| * | Cleanup winsock somewhat. | Garrett D'Amore | 2017-01-15 |
| * | Windows IPC works now. | Garrett D'Amore | 2017-01-15 |
| * | Move to generic socket & pipe workers, and up to 4 each. | Garrett D'Amore | 2017-01-08 |
| * | Simplify locking for protocols. | Garrett D'Amore | 2017-01-07 |
| * | Change a bunch of copyrights to 2017 for work done since the 1st. | Garrett D'Amore | 2017-01-05 |
| * | Test for duplicate address listen, and fix in TCP for same. | Garrett D'Amore | 2017-01-04 |
| * | Initial cut at TCP, totally untested beyond compilation. | Garrett D'Amore | 2017-01-04 |
| * | Working towards TCP support. | Garrett D'Amore | 2017-01-03 |
| * | Add NNI_PUT64 and NNI_GET64. | Garrett D'Amore | 2017-01-02 |
| * | Add NNI_GET32, NNI_PUT32 macros. | Garrett D'Amore | 2017-01-02 |
| * | Fixes to enable REQ/REP to operate. | Garrett D'Amore | 2017-01-02 |
| * | Protocol initialization restructuring. | Garrett D'Amore | 2017-01-02 |
| * | Endpoint renaming. | Garrett D'Amore | 2017-01-02 |
| * | Transport renaming. | Garrett D'Amore | 2017-01-02 |
| * | Transport renaming phase 1. | Garrett D'Amore | 2017-01-02 |
| * | Rename nni_socket to nni_sock. | Garrett D'Amore | 2017-01-02 |
| * | Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too. | Garrett D'Amore | 2017-01-02 |
| * | Nuke legacy _t types. | Garrett D'Amore | 2017-01-01 |
| * | Times are 64-bits, not 32-bits! | Garrett D'Amore | 2016-12-27 |
| * | nng_setopt works (rcvtimeout, etc.) External API adjustments. | Garrett D'Amore | 2016-12-23 |
| * | Uncrustify fixes. | Garrett D'Amore | 2016-12-23 |
| * | 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 |
| * | 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 |
| * | New inproc transport. | Garrett D'Amore | 2016-12-12 |