Age | Commit message (Expand) | Author |
2018-11-13 | Support shutdown with postLimit in BlockingQueue | Adam Ierymenko |
2018-11-13 | More Mac tap improvements and threading efficiency improvements. | Adam Ierymenko |
2018-11-13 | Another stability fix... turns out vfork is problematic here. | Adam Ierymenko |
2018-11-13 | Stability improvements for Mac virtual Ethernet tap driver. | Adam Ierymenko |
2018-11-13 | Improve multithreading support for OneService (faster, dynamic adjustment of ... | Adam Ierymenko |
2018-11-11 | Added preprocessor check for __APPLE__ as an attempted fix for ticket #600 | Joseph Henry |
2018-10-25 | Fix Mac tap agent abort on EINTR. | Adam Ierymenko |
2018-10-25 | Clean up some stuff after new feth tap implementation, and comment agent file. | Adam Ierymenko |
2018-10-25 | OSX no longer requires the kext due to feth black magic! The MacEthernetTapAg... | Adam Ierymenko |
2018-09-17 | Changed home path for Synology | Joseph Henry |
2018-09-10 | Added ability to specify zt home directory via ZEROTIER_HOME - Addresses tick... | Joseph Henry |
2018-08-09 | merge dev | Adam Ierymenko |
2018-08-03 | Remove direct include of bits/sockaddr.h | Joseph Henry |
2018-08-01 | Added ifdef checks to omit some ManagedRoute code in SDK builds | Joseph Henry |
2018-07-20 | Revert fix for GitHub issue #600 because it causes route objects to build up ... | Adam Ierymenko |
2018-07-19 | Added ifdefs surrounding usage of getifaddrs() on Android | Joseph Henry |
2018-06-11 | quieting things down unless ZT_TRACE is defined | Grant Limberg |
2018-06-07 | Spellcheck sweep across codebase | Joseph Henry |
2018-06-04 | Merge branch 'rtnetlink' into edge | Grant Limberg |
2018-06-04 | rtnetlink integrated. no more callouts to iproute2 | Grant Limberg |
2018-05-30 | Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality | Joseph Henry |
2018-05-25 | comment out addInterface/removeInterface code for now | Grant Limberg |
2018-05-25 | also store binary representation of mac address in the interface lookup table... | Grant Limberg |
2018-05-25 | add/remove routes via rtnetlink | Grant Limberg |
2018-05-24 | better data localization in LinuxNetLink now that I know what Im doing | Grant Limberg |
2018-05-24 | ManagedRoute uses ioctl to add/remove routes on Linux | Grant Limberg |
2018-05-02 | Cleanup. Misc type conversion and signedness fixes | Joseph Henry |
2018-05-01 | Introduced basic multipath support | Joseph Henry |
2018-04-25 | Merge branch 'dev' into netbsd-support | Adam Ierymenko |
2018-04-12 | Release notes, and shorten Linux canonical network ID derived device names a ... | Adam Ierymenko |
2018-03-12 | Minor tweak to QNAP path getter | Joseph Henry |
2018-02-23 | TAP driver requires input and output buffers for calls passed into DeviceIoCo... | Grant Limberg |
2018-02-01 | Fix build on Intel C/C++ Compiler for Linux. | Adam Ierymenko |
2018-01-30 | Fix Windows compile error. | Adam Ierymenko |
2018-01-26 | More cleanup of old stuff. | Adam Ierymenko |
2018-01-26 | Clean up some old stuff. | Adam Ierymenko |
2018-01-25 | More useful to allow arrays of IPs to bind to. | Adam Ierymenko |
2018-01-25 | Add bindToWildcard local.conf option. | Adam Ierymenko |
2018-01-10 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Joseph Henry |
2018-01-10 | Added allowTcpFallbackRelay to local.conf, fixed logic in Binder's route enum... | Joseph Henry |
2018-01-09 | cleanup | Adam Ierymenko |
2018-01-09 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Joseph Henry |
2018-01-09 | Cleaned up old code for attempted fix for ticket #600 | Joseph Henry |
2018-01-09 | GitHub issue #492 | Adam Ierymenko |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko |
2018-01-05 | Commented out block which ignores added routes if there already exists an IP ... | Joseph Henry |
2017-12-18 | eh | Joseph Henry |
2017-12-18 | Restore managed ZT routes that are deleted or otherwise mangled locally (Atte... | Joseph Henry |
2017-12-15 | Make UDP read loop eventually move on. | Adam Ierymenko |
2017-11-27 | Attempted fix for github issue #597, leaking sockets. Added call to closenatp... | Joseph Henry |