| Commit message (Expand) | Author | Age |
| * | Add new reqstress test. | Garrett D'Amore | 2018-04-10 |
| * | fixes #334 Separate context for state machines from sockets | Garrett D'Amore | 2018-04-10 |
| * | Move compatibility header so that <nanomsg/nn.h> works. | Garrett D'Amore | 2018-02-23 |
| * | Add nng_opts_parse() API for handling command line options. | Garrett D'Amore | 2018-02-22 |
| * | fixes #234 Investigate enabling more verbose compiler warnings | Garrett D'Amore | 2018-02-14 |
| * | fixes #201 TLS configuration should support files for certificates and keys | Garrett D'Amore | 2018-01-16 |
| * | Fix some more leaks, add a generic URL parser. | Garrett D'Amore | 2018-01-05 |
| * | fixes #191 Several HTTP problems found | Garrett D'Amore | 2018-01-02 |
| * | fixes #166 Websocket TLS mapping | Garrett D'Amore | 2017-12-30 |
| * | fixes #172 HTTP and websocket need better conditional inclusion | Garrett D'Amore | 2017-12-28 |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | Added SHA1 implementation and test suite. | Garrett D'Amore | 2017-12-26 |
| * | Added base64 implementation, needed by websocket. | Garrett D'Amore | 2017-12-26 |
| * | fixes #3 TLS transport | Garrett D'Amore | 2017-11-20 |
| * | Add multiprotocol/multitransport stress test. | Garrett D'Amore | 2017-11-05 |
| * | fixes #143 Protocols and transports should be "configurable" | Garrett D'Amore | 2017-11-02 |
| * | fixes #45 expose aio to applications | Garrett D'Amore | 2017-10-25 |
| * | fixes #132 Implement saner notification for file descriptors | Garrett D'Amore | 2017-10-24 |
| * | New platform API for storage methods. | Garrett D'Amore | 2017-10-09 |
| * | fixes #5 Address properties | Garrett D'Amore | 2017-10-03 |
| * | Windows UDP support. | Garrett D'Amore | 2017-09-29 |
| * | ZeroTier transport implementation (work funded by Capitar IT Group BV) | Garrett D'Amore | 2017-09-26 |
| * | Add C++ test program, proving C++ consumers work. | Garrett D'Amore | 2017-09-26 |
| * | Add test for reconnection of disconnected client. | Garrett D'Amore | 2017-09-05 |
| * | Updated convey test framework, and self tests for it. | Garrett D'Amore | 2017-08-18 |
| * | fixes #39 Transport ops vector should be versioned | Garrett D'Amore | 2017-08-17 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Added shutdown test from legacy nanomsg. | Garrett D'Amore | 2017-08-14 |
| * | Test support for pairv1 including polyamorous mode. | Garrett D'Amore | 2017-08-11 |
| * | Verify errno handling works; use table driven approach. | Garrett D'Amore | 2017-08-10 |
| * | Restore the device test. | Garrett D'Amore | 2017-08-10 |
| * | Unify the msg API. | Garrett D'Amore | 2017-08-10 |
| * | Add new PAIR_V1 protocol. | Garrett D'Amore | 2017-08-10 |
| * | fixes #48 tcp sometimes fails to get a port | Garrett D'Amore | 2017-08-09 |
| * | Added nn_compat code for option handling, fixed other bugs. | Garrett D'Amore | 2017-08-08 |
| * | Add some more compatibility tests; fix surveyor compat bug. | Garrett D'Amore | 2017-08-07 |
| * | Fix crash when using legacy send API with NN_MSG. | Garrett D'Amore | 2017-08-07 |
| * | Fixes for async resolver, plus a test suite for it. | Garrett D'Amore | 2017-07-06 |
| * | I've seen successful scalability runs take over 5 secs. | Garrett D'Amore | 2017-06-29 |
| * | Start of close related race fixes. Scalability test. | Garrett D'Amore | 2017-03-10 |
| * | Add device support & testing. Bus semantic fix. | Garrett D'Amore | 2017-01-27 |
| * | Fixes for BUS protocol in compat, test suite, and timing in compat tests. | Garrett D'Amore | 2017-01-26 |
| * | Added more plumbing to facilitate test writing & compatibility. | Garrett D'Amore | 2017-01-26 |
| * | Add endpoint tuning of maxrcv size. Fix cmsg API. | Garrett D'Amore | 2017-01-24 |
| * | Added a bunch more compatibility stuff. | Garrett D'Amore | 2017-01-23 |
| * | Whoops, forgot to add the pipe implementations to git!! | Garrett D'Amore | 2017-01-21 |
| * | External event API for send/recv implemented. | 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 |
| * | Add IPC (UNIX domain sockets) for POSIX, and test suite. | Garrett D'Amore | 2017-01-12 |