summaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
* fixes #979 ZeroTier fails with zero recvmaxGarrett D'Amore2019-08-11
* Tuning zt transport pingJanjaap Bos2019-04-07
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
* fix zt_pipe_getoptJanjaap Bos2019-03-08
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #879 Desire NNG_OPT_TCP_BOUND_PORTGarrett D'Amore2019-02-16
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #847 Define public TLS APIGarrett D'Amore2019-01-06
* fixes #852 Eliminate pipe p_options and use new style getoptGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* 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
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #456 TLS configuration object holdGarrett D'Amore2018-11-05
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #755 zerotier transport segfaults on alpine linuxGarrett D'Amore2018-10-27
* Clean up some zerotier compiler warnings.Garrett D'Amore2018-10-25
* Add local IP address tuning for ZeroTier.Garrett D'Amore2018-10-25
* Fix for possible overruns in fragsz.Garrett D'Amore2018-10-23
* fixes #744 ZeroTier should not create node until first referencedGarrett D'Amore2018-10-17
* fixes #735 Configuring ZeroTier for a unified build is too hardGarrett D'Amore2018-09-24
* fixes #734 ZeroTier port discrimination bustedGarrett D'Amore2018-09-21
* fixes #707 ZeroTier pipe logic could be condensedGarrett D'Amore2018-09-07
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #690 Zerotier listener LOCADDR property wantedGarrett D'Amore2018-08-31
* fixes #686 strtoull() not present on WindowsGarrett D'Amore2018-08-30
* fixes #678 local binding for TLS+TCP socketsGarrett D'Amore2018-08-28
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #541 inproc does not honor maxrecvsize optionGarrett D'Amore2018-08-20
* fixes #652 dial has no timeout with UNIX domain socketsGarrett D'Amore2018-08-14
* fixes #645 remove start from ZeroTier transportGarrett D'Amore2018-08-14
* fixes #647 IPC and TCP fixes from rewriteGarrett D'Amore2018-08-14
* fixes #644 remove start from TLS codeGarrett D'Amore2018-08-14
* fixes #632 TCP start eliminationGarrett D'Amore2018-08-13
* fixes #615 IPC close on Windows leaves handle openGarrett D'Amore2018-08-12
* fixes #640 IPC leaks foundGarrett D'Amore2018-08-11
* fixes #630 IPC start eliminationGarrett D'Amore2018-08-08
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16