aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
...
* 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
* fixes #584 Use after-free in websocketGarrett D'Amore2018-07-06
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #518 Panic in compat_ws -- use after free?Garrett D'Amore2018-06-14
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #509 We need "relative" IPC URLsGarrett D'Amore2018-06-08
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #452 Want tcp6:// and tcp4:// to constrain IP familyGarrett D'Amore2018-05-17
* fixes #431 hang in taskq_waitGarrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #422 nng_aio_fini_cb() could go awayGarrett D'Amore2018-05-09
* fixes #413 desire --count option for nngcatGarrett D'Amore2018-05-07
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #336 inproc queue depths are too longGarrett D'Amore2018-04-10