| Commit message (Expand) | Author | Age |
| * | More pipe option handling, pipe API support. Url option. | Garrett D'Amore | 2017-09-22 |
| * | 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 |
| * | REP drops peers a little too aggressively. | Garrett D'Amore | 2017-08-14 |
| * | 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 |
| * | Added nn_compat code for option handling, fixed other bugs. | Garrett D'Amore | 2017-08-08 |
| * | Yet more race condition fixes. | Garrett D'Amore | 2017-07-20 |
| * | Crash on close again. | Garrett D'Amore | 2017-07-19 |
| * | Bus, Req/Rep, and Surv/Resp should use aio_cancel instead of aio_stop. | Garrett D'Amore | 2017-07-15 |
| * | Now that idhash is locked, we can ditch some locking in protocols. | Garrett D'Amore | 2017-07-13 |
| * | Make idhash non-inlined (so we can add a mutex.) | Garrett D'Amore | 2017-07-13 |
| * | 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 |
| * | We don't need pipe_hold or pipe_rele anymore. | Garrett D'Amore | 2017-06-28 |
| * | 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 |
| * | Pipe ID race on close (pipe IDs are zero at close). | Garrett D'Amore | 2017-04-14 |
| * | Hopefully close shutdown race in rep. | Garrett D'Amore | 2017-03-29 |
| * | Eliminate p_active, better names for pipe start and stop. | Garrett D'Amore | 2017-03-19 |
| * | Notification working - separate thread now. | Garrett D'Amore | 2017-03-11 |
| * | Surveyor pattern callback-driven. | Garrett D'Amore | 2017-03-10 |
| * | Start of close related race fixes. Scalability test. | Garrett D'Amore | 2017-03-10 |
| * | Req/Rep now callback driven. | Garrett D'Amore | 2017-03-07 |
| * | Initial work on REP callback handling. | Garrett D'Amore | 2017-03-06 |
| * | Add endpoint tuning of maxrcv size. Fix cmsg API. | Garrett D'Amore | 2017-01-24 |
| * | 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 |
| * | 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 |
| * | Simplify locking for protocols. | Garrett D'Amore | 2017-01-07 |
| * | Bunch of copyright fixes. | Garrett D'Amore | 2017-01-06 |
| * | Message API was awkward. | Garrett D'Amore | 2017-01-06 |
| * | Initial cut at TCP, totally untested beyond compilation. | Garrett D'Amore | 2017-01-04 |
| * | 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 |
| * | Begin testing REQ/REP. | Garrett D'Amore | 2017-01-02 |
| * | Protocol initialization restructuring. | Garrett D'Amore | 2017-01-02 |
| * | Rename nni_socket to nni_sock. | Garrett D'Amore | 2017-01-02 |
| * | Change msgqueue -> msgq. | Garrett D'Amore | 2017-01-02 |
| * | Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too. | Garrett D'Amore | 2017-01-02 |
| * | Backtrace fix found by gcc warning. | Garrett D'Amore | 2017-01-01 |
| * | REQ/REP use new style locks. Also, enable compilation for REP. | Garrett D'Amore | 2017-01-01 |
| * | Uncrustify fixes. | Garrett D'Amore | 2016-12-31 |