| Commit message (Expand) | Author | Age |
| * | Clear the owner while *still* holding the lock. | Garrett D'Amore | 2017-06-25 |
| * | Additional mutex debugging support. | Garrett D'Amore | 2017-06-22 |
| * | Expose a library finalizer suitable for atexit(). | Garrett D'Amore | 2017-06-21 |
| * | ETIME may not be defined on various platforms (STREAMs specific). | Garrett D'Amore | 2017-04-12 |
| * | IPC send/recv works asynchronously for POSIX. | Garrett D'Amore | 2017-03-29 |
| * | Clean up some dead code. | Garrett D'Amore | 2017-03-29 |
| * | TCP (POSIX) async send/recv working. Other changes. | Garrett D'Amore | 2017-03-29 |
| * | Start of msgq aio. | Garrett D'Amore | 2017-03-01 |
| * | Async I/O for POSIX implemented using threads (untested.) | Garrett D'Amore | 2017-02-24 |
| * | Fix for SunOS/illumos. | Garrett D'Amore | 2017-01-25 |
| * | Add nn_sendmsg (with NN_MSG support). | 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 |
| * | Whoops, forgot to add the pipe implementations to git!! | Garrett D'Amore | 2017-01-21 |
| * | Initial swag at notification pipes (not used yet). | Garrett D'Amore | 2017-01-21 |
| * | Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly. | Garrett D'Amore | 2017-01-21 |
| * | Fix synchronization problem in msgqueue with multiple consumers. | Garrett D'Amore | 2017-01-19 |
| * | Fix TCP hostname wildcards on Windows. Sort of. | Garrett D'Amore | 2017-01-18 |
| * | Address segfault in TCP, and fix wild card handling. | Garrett D'Amore | 2017-01-18 |
| * | Reaper exits too soon, leaking bits. | Garrett D'Amore | 2017-01-18 |
| * | Fixes for valgrind issues. | Garrett D'Amore | 2017-01-18 |
| * | Windows clock fixes. | Garrett D'Amore | 2017-01-16 |
| * | Start of event framework. | Garrett D'Amore | 2017-01-16 |
| * | Fixes for 32-bit Windows compilation. | Garrett D'Amore | 2017-01-16 |
| * | Various complaints found in AppVeyor build. | Garrett D'Amore | 2017-01-16 |
| * | Compile static *and* shared libraries. | Garrett D'Amore | 2017-01-15 |
| * | Cleanup winsock somewhat. | Garrett D'Amore | 2017-01-15 |
| * | Windows IPC works now. | Garrett D'Amore | 2017-01-15 |
| * | Use Windows tick clock instead of Performance counters. | Garrett D'Amore | 2017-01-14 |
| * | 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 |
| * | Block SIGPIPE. Ewww... | Garrett D'Amore | 2017-01-12 |
| * | Add IPC (UNIX domain sockets) for POSIX, and test suite. | Garrett D'Amore | 2017-01-12 |
| * | POSIX /dev/urandom compilation bug. | Garrett D'Amore | 2017-01-08 |
| * | New ISAAC pRNG. This replaces other local hacks for random data. | Garrett D'Amore | 2017-01-08 |
| * | Change a bunch of copyrights to 2017 for work done since the 1st. | Garrett D'Amore | 2017-01-05 |
| * | Recv returns 0 on EOF. | Garrett D'Amore | 2017-01-04 |
| * | Fix close related races (POSIX close is a PITA). | Garrett D'Amore | 2017-01-04 |
| * | Compilation fixes for Linux. | Garrett D'Amore | 2017-01-04 |
| * | TCP listen and accept test. | 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 |
| * | Fixes to enable REQ/REP to operate. | Garrett D'Amore | 2017-01-02 |
| * | Stack related fixes for valgrind platform test. | Garrett D'Amore | 2017-01-01 |
| * | Final purge of old threading & synch stuff. | Garrett D'Amore | 2017-01-01 |
| * | Pipe simplifications for thread management. | Garrett D'Amore | 2017-01-01 |
| * | New thread infrastructure -- not used anywhere yet, but tested. | Garrett D'Amore | 2017-01-01 |
| * | Condvars on MacOS X (even 10.12) don't work with monotonic times. | Garrett D'Amore | 2016-12-27 |