| Commit message (Expand) | Author | Age |
| * | Bump version to 0.9.0.0.9.0 | Garrett D'Amore | 2018-04-24 |
| * | fixes #363 context option plumbing missing | Garrett D'Amore | 2018-04-24 |
| * | fixes #308 Close can block | Garrett D'Amore | 2018-04-14 |
| * | Bump version to 0.8.0.0.8.0 | Garrett D'Amore | 2018-04-12 |
| * | fixes #334 Separate context for state machines from sockets | Garrett D'Amore | 2018-04-10 |
| * | fixes #301 String option handling for getopt | Garrett D'Amore | 2018-03-20 |
| * | fixes #296 Typed options should validate option type | Garrett D'Amore | 2018-03-20 |
| * | Fixes issues found by (and submitted by) @nonnenmacher when working | Vincent Nonnenmacher | 2018-03-19 |
| * | Bump API to 0.7.0.0.7.0 | Garrett D'Amore | 2018-03-18 |
| * | fixes #295 boolean options should use C99 bool type | Garrett D'Amore | 2018-03-18 |
| * | fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT | Garrett D'Amore | 2018-03-17 |
| * | fixes #289 nng_sockaddr could just be a union | Garrett D'Amore | 2018-03-14 |
| * | fixes #281 desire nng_sleep_aio() | Garrett D'Amore | 2018-03-12 |
| * | fixes #254 nngcat should have a --version option | Garrett D'Amore | 2018-03-02 |
| * | Isolate TLS functions into separate tls.h header file. | Garrett D'Amore | 2018-03-02 |
| * | Bump version to 0.5.0.0.5.0 | Garrett D'Amore | 2018-03-02 |
| * | fixes #240 nngcat is MIA | Garrett D'Amore | 2018-02-28 |
| * | Modularize HTTP headers somewhat. | Garrett D'Amore | 2018-02-21 |
| * | Introduce 'porting layer' Public API. | Garrett D'Amore | 2018-02-20 |
| * | fixes #231 Need nng_aio_finish routine | Garrett D'Amore | 2018-02-06 |
| * | fixes #228 aio iov should have larger limits (dynamically allocated) | Garrett D'Amore | 2018-02-05 |
| * | Add, and document, the url->u_requri member. | Garrett D'Amore | 2018-02-02 |
| * | fixes #174 Define public HTTP client API | Garrett D'Amore | 2018-02-01 |
| * | fixes #173 Define public HTTP server API | Garrett D'Amore | 2018-02-01 |
| * | Expose scatter/gather I/O vectors; we will use for HTTP API. | Garrett D'Amore | 2018-01-29 |
| * | fixes #222 Public URL API | Garrett D'Amore | 2018-01-23 |
| * | fixes #209 NNG_OPT_TLS_VERIFIED is busted | Garrett D'Amore | 2018-01-17 |
| * | fixes #206 Want NNG_OPT_TLS_VERIFIED option | Garrett D'Amore | 2018-01-16 |
| * | fixes #201 TLS configuration should support files for certificates and keys | Garrett D'Amore | 2018-01-16 |
| * | Clarifications around nng_fini(), and remove old http_msg structure. | Garrett D'Amore | 2018-01-10 |
| * | fixes #186 Suggested API changes for nng TLS certs | Garrett D'Amore | 2018-01-09 |
| * | Fix HTTP sconn race, and compile bugs introduced. | Garrett D'Amore | 2018-01-01 |
| * | Rename config init/fini to alloc/free, add documentation for them. | Garrett D'Amore | 2017-12-31 |
| * | fixes #166 Websocket TLS mapping | Garrett D'Amore | 2017-12-30 |
| * | fixes #143 Protocols and transports should be "configurable" | Garrett D'Amore | 2017-11-02 |
| * | fixes #137 Remove public access to numeric protocols | Garrett D'Amore | 2017-10-31 |
| * | fixes #136 consider eliminating nng_shutdown | Garrett D'Amore | 2017-10-30 |
| * | Eliminate the unused DRYRUN flag. | Garrett D'Amore | 2017-10-26 |
| * | 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 |
| * | fixes #84 Consider using msec for durations | Garrett D'Amore | 2017-10-19 |
| * | Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat. | Garrett D'Amore | 2017-10-06 |
| * | Added more complete tests, and changes to property handling. | Garrett D'Amore | 2017-10-02 |
| * | Add support for ZT sockaddr properties (pipe). | Garrett D'Amore | 2017-09-30 |
| * | Remove last vestiges of integer option numbers. | Garrett D'Amore | 2017-09-27 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | ZeroTier transport implementation (work funded by Capitar IT Group BV) | Garrett D'Amore | 2017-09-26 |
| * | More pipe option handling, pipe API support. Url option. | Garrett D'Amore | 2017-09-22 |
| * | Windows extern is weird; stop forgetting that; it ain't C. | Garrett D'Amore | 2017-08-27 |
| * | Eliminate legacy option settings, provide easier option IDs. | Garrett D'Amore | 2017-08-24 |