| Commit message (Expand) | Author | Age |
| * | fixes #112 Need to move some stuff from socket to message queues | Garrett D'Amore | 2017-10-23 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | Add improved getopt functions, pass integers by value. | Garrett D'Amore | 2017-09-22 |
| * | Allocate AIOs dynamically. | Garrett D'Amore | 2017-09-22 |
| * | Eliminate legacy option settings, provide easier option IDs. | Garrett D'Amore | 2017-08-24 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Unify the msg API. | Garrett D'Amore | 2017-08-10 |
| * | fixes #44 open protocol by "name" (symbol) instead number | Garrett D'Amore | 2017-08-09 |
| * | Yet more race condition fixes. | Garrett D'Amore | 2017-07-20 |
| * | Crash on close again. | Garrett D'Amore | 2017-07-19 |
| * | Fix incorrect attempt to proceed inproc. | Garrett D'Amore | 2017-07-15 |
| * | Bus, Req/Rep, and Surv/Resp should use aio_cancel instead of aio_stop. | Garrett D'Amore | 2017-07-15 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | Remove the extra _aio_ part of pipe send and recv functions. | Garrett D'Amore | 2017-07-02 |
| * | Refactor stop again, closing numerous races (thanks valgrind!) | Garrett D'Amore | 2017-06-28 |
| * | Protocols keep their own reference counts. | Garrett D'Amore | 2017-06-24 |
| * | Make APIs for holding references more consistent. | Garrett D'Amore | 2017-06-21 |
| * | Eliminate p_active, better names for pipe start and stop. | Garrett D'Amore | 2017-03-19 |
| * | Bus protocol close races fixed. | Garrett D'Amore | 2017-03-10 |
| * | Bus protocol now callback-driven. | Garrett D'Amore | 2017-03-05 |
| * | Add device support & testing. Bus semantic fix. | Garrett D'Amore | 2017-01-27 |
| * | Event notification via pollable FDs verified working. | Garrett D'Amore | 2017-01-22 |
| * | Added protocol flags (which ones can send, and which can receive). | Garrett D'Amore | 2017-01-21 |
| * | Fix leaks in bus, socket leaks, tighten up close-side refcnting. | Garrett D'Amore | 2017-01-21 |
| * | Start of event framework. | Garrett D'Amore | 2017-01-16 |
| * | Various complaints found in AppVeyor build. | Garrett D'Amore | 2017-01-16 |
| * | Bus working, and added bus test. | Garrett D'Amore | 2017-01-11 |
| * | Initial (untested) bus implementation. | Garrett D'Amore | 2017-01-10 |