aboutsummaryrefslogtreecommitdiff
path: root/src/core/transport.c
Commit message (Expand)AuthorAge
* Move transport.[ch] to SPGarrett D'Amore2021-07-09
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* do not include files you won't needDavide Faconti2018-05-07
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* Various man page fixups, add inproc header.Garrett D'Amore2017-10-24
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* fixes #39 Transport ops vector should be versionedGarrett D'Amore2017-08-17
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* fixes #37 Make transports pluggableGarrett D'Amore2017-08-08
* Subsystem initialize is idempotent; simplify cleanup.Garrett D'Amore2017-08-07
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Taskq implementation.Garrett D'Amore2017-02-18
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04
* Transport renaming phase 1.Garrett D'Amore2017-01-02
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* Some endpoint work started.Garrett D'Amore2016-12-14
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
* Minor tweak to transport API, new declarations for protocols.Garrett D'Amore2016-12-12
* Added threading primitives, more complete transport API.Garrett D'Amore2016-12-12