| Commit message (Expand) | Author | Age |
| * | Move transport.[ch] to SP | Garrett D'Amore | 2021-07-09 |
| * | fixes #1071 tran_chkopt can be cleaned up | Garrett D'Amore | 2020-11-15 |
| * | fixes #872 create unified nng_stream API | Garrett D'Amore | 2019-02-16 |
| * | fixes #835 inproc should use new option API | Garrett D'Amore | 2018-12-31 |
| * | IPC option rework (pipe/conn) to reduce code duplication. | Garrett D'Amore | 2018-12-29 |
| * | fixes #831 Unify option structures, o_type is unused | Garrett D'Amore | 2018-12-29 |
| * | move all public headers to include/nng/ folder | Gregor Burger | 2018-11-22 |
| * | fixes #522 Separate out the endpoint plumbing | Garrett D'Amore | 2018-06-27 |
| * | fixes #540 nni_ep_opttype serves no purpose | Garrett D'Amore | 2018-06-13 |
| * | fixes #419 want to nni_aio_stop without blocking (#428) | Garrett D'Amore | 2018-05-15 |
| * | do not include files you won't need | Davide Faconti | 2018-05-07 |
| * | fixes #329 type checking not done for setopt | Garrett D'Amore | 2018-04-04 |
| * | fixes #173 Define public HTTP server API | Garrett D'Amore | 2018-02-01 |
| * | fixes #219 transports should take URL structure instead of string address | Garrett D'Amore | 2018-01-22 |
| * | Convert existing websocket and http code to use new URL framework. | Garrett D'Amore | 2018-01-05 |
| * | fixes #166 Websocket TLS mapping | Garrett D'Amore | 2017-12-30 |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | fixes #3 TLS transport | Garrett D'Amore | 2017-11-20 |
| * | fixes #143 Protocols and transports should be "configurable" | Garrett D'Amore | 2017-11-02 |
| * | Various man page fixups, add inproc header. | Garrett D'Amore | 2017-10-24 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | Introduce utility safe string handling functions. | Garrett D'Amore | 2017-08-28 |
| * | Endpoint API completely implemented. | 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 |
| * | fixes #37 Make transports pluggable | Garrett D'Amore | 2017-08-08 |
| * | Subsystem initialize is idempotent; simplify cleanup. | Garrett D'Amore | 2017-08-07 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | TCP asynchronous working now. | Garrett D'Amore | 2017-07-07 |
| * | Taskq implementation. | Garrett D'Amore | 2017-02-18 |
| * | Add IPC (UNIX domain sockets) for POSIX, and test suite. | Garrett D'Amore | 2017-01-12 |
| * | Initial cut at TCP, totally untested beyond compilation. | Garrett D'Amore | 2017-01-04 |
| * | Transport renaming phase 1. | Garrett D'Amore | 2017-01-02 |
| * | Work on endpoints. More C99 & type cleanups. | Garrett D'Amore | 2016-12-22 |
| * | Uncrustify configuration, and shorter copyright banners, plus reformat | Garrett D'Amore | 2016-12-21 |
| * | Some endpoint work started. | Garrett D'Amore | 2016-12-14 |
| * | More comments, and detection of fork-reentrancy. Much effort was spent | Garrett D'Amore | 2016-12-13 |
| * | Minor tweak to transport API, new declarations for protocols. | Garrett D'Amore | 2016-12-12 |
| * | Added threading primitives, more complete transport API. | Garrett D'Amore | 2016-12-12 |