aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
...
* fixes #110 Cancellation race in ZeroTierGarrett D'Amore2017-10-10
* fixes #92 Support ZT federations (moons)Garrett D'Amore2017-10-10
* New platform API for storage methods.Garrett D'Amore2017-10-09
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Added more complete tests, and changes to property handling.Garrett D'Amore2017-10-02
* Add support for ZT sockaddr properties (pipe).Garrett D'Amore2017-09-30
* fixes #93 ZT physicalMTU parameter vanishedGarrett D'Amore2017-09-28
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Fix a few warnings and subtle test races.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* The common endpoint code already ensures state is proper.Garrett D'Amore2017-08-23
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* 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 #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* Unify the msg API.Garrett D'Amore2017-08-10
* Simplify initialization, fix error in closed TCP endpoint.Garrett D'Amore2017-08-08
* Fix a few pointer vs. character errors found by gcc 7.Garrett D'Amore2017-08-07
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* fixes #28 Occasional orphaned pipe or endpoint?Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* fixes #21 Crash in IPC (POSIX)Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Remove unused variables.Garrett D'Amore2017-07-17
* Inproc leak fixes.Garrett D'Amore2017-07-16
* Add missing cancellation for inproc endpoints -- the source of much woe.Garrett D'Amore2017-07-15
* Fix incorrect attempt to proceed inproc.Garrett D'Amore2017-07-15
* IPC race condition fixes. These mirror what we did for TCP.Garrett D'Amore2017-07-15
* Race conditions removed... TCP tests work well know.Garrett D'Amore2017-07-15
* Close leaking lock for inproc.Garrett D'Amore2017-07-15
* Close at least one of the race conditions in ipc closing.Garrett D'Amore2017-07-13
* Windows implmentation of TCP is "working now".Garrett D'Amore2017-07-13
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Various cleanups of unused bits.Garrett D'Amore2017-07-08
* Dead code removal (stuff for removed sync transport apis.)Garrett D'Amore2017-07-07
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Move TCP negotiation out of sync accept/connect.Garrett D'Amore2017-07-05
* Move IPC negotiation out of connect/accept.Garrett D'Amore2017-07-05
* Return void on send & recv for transports.Garrett D'Amore2017-07-05
* Improved routines for list management.Garrett D'Amore2017-07-04
* Rename aio functions. Enhanced epdesc_finish.Garrett D'Amore2017-07-04