| Commit message (Expand) | Author | Age |
| * | Fix bug that prevents threads from starting if waited on too soon. | 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 |
| * | Implement reconnect timer including backoff. | 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 |
| * | Event notification via pollable FDs verified working. | Garrett D'Amore | 2017-01-22 |
| * | Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested). | Garrett D'Amore | 2017-01-21 |
| * | Uncrustify last couple sets of changes. | Garrett D'Amore | 2017-01-21 |
| * | Added protocol flags (which ones can send, and which can receive). | 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 |
| * | Resolve deadlock during close. | Garrett D'Amore | 2017-01-21 |
| * | fixes #18 Sockets should be uint32_t's (handles) not pointers. | Garrett D'Amore | 2017-01-20 |
| * | Thread fini shouldl be idempotent. | Garrett D'Amore | 2017-01-19 |
| * | Fix synchronization problem in msgqueue with multiple consumers. | Garrett D'Amore | 2017-01-19 |
| * | fixes #12 SURVEY hang in Travis | Garrett D'Amore | 2017-01-18 |
| * | Reduce lock contention and simplify logic for endpoint creation. | Garrett D'Amore | 2017-01-18 |
| * | Reaper exits too soon, leaking bits. | Garrett D'Amore | 2017-01-18 |
| * | Fix leaking notify structs. | Garrett D'Amore | 2017-01-18 |
| * | Windows compilation fixes. | Garrett D'Amore | 2017-01-18 |
| * | 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 |
| * | Pipe IDs are now tracked by hash table for performance. | Garrett D'Amore | 2017-01-17 |
| * | Added dynamic ID generation & management for idhash tables. | Garrett D'Amore | 2017-01-17 |
| * | External event API for send/recv implemented. | Garrett D'Amore | 2017-01-16 |
| * | Recv/Send event plumbing implemented (msgqueue and up). | Garrett D'Amore | 2017-01-16 |
| * | Start of event framework. | Garrett D'Amore | 2017-01-16 |
| * | Various complaints found in AppVeyor build. | 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 |
| * | 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 |
| * | Initial swag at Win32. Much to do still. | Garrett D'Amore | 2017-01-12 |
| * | Pull out the posix clock stuff for plat_clock. | Garrett D'Amore | 2017-01-12 |
| * | Add IPC (UNIX domain sockets) for POSIX, and test suite. | Garrett D'Amore | 2017-01-12 |
| * | Initial (untested) bus implementation. | Garrett D'Amore | 2017-01-10 |
| * | Initialize some mq vars. | Garrett D'Amore | 2017-01-09 |
| * | Add survey test (and fix survey pattern). | Garrett D'Amore | 2017-01-09 |
| * | New ISAAC pRNG. This replaces other local hacks for random data. | Garrett D'Amore | 2017-01-08 |
| * | Add surveyor protocol (no tests yet). | Garrett D'Amore | 2017-01-08 |
| * | Move to generic socket & pipe workers, and up to 4 each. | Garrett D'Amore | 2017-01-08 |
| * | Add respondent protocol. (Half of survey pattern.) | Garrett D'Amore | 2017-01-08 |
| * | More close race fixing. | Garrett D'Amore | 2017-01-07 |
| * | Clean up sender/recver threads. | Garrett D'Amore | 2017-01-07 |
| * | Pipe bail shouldn't mess with lists. Doh! | Garrett D'Amore | 2017-01-07 |
| * | Uncrustify fix for last. | Garrett D'Amore | 2017-01-07 |
| * | Race condition fix attempt. | Garrett D'Amore | 2017-01-07 |
| * | Simplify locking for protocols. | Garrett D'Amore | 2017-01-07 |