aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoullGarrett D'Amore2020-11-23
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1353 Move recvmax test for IPC into ipc testGarrett D'Amore2020-11-15
* fixes #1351 Move IPC dialer and listener props tests into new test suiteGarrett D'Amore2020-11-15
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #1332 Test nng.ws failed, "Incorrect URL paths do not work"Garrett D'Amore2020-11-09
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1167 zerotier needs a chkoptGarrett D'Amore2020-08-09
* Implement wss4 and wss6 transports.Garrett D'Amore2020-08-09
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* fixes #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1236 Deadlock triggered on nng_closeGarrett D'Amore2020-05-17
* Fix type and object access when adding local interfaces.Jörg F. Wittenberger2020-03-28
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* Fix typos in commentsEvgeny Ermakov2020-02-13
* fixes #1156 Message cloning could help reduce copies a lotGarrett D'Amore2020-01-20
* fixes #1159 inproc could skip message queueGarrett D'Amore2020-01-20
* inproc can use msg_header_clear to save a branch.Garrett D'Amore2020-01-16
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* 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