Age | Commit message (Expand) | Author |
2019-08-07 | Put kext back in Mac distro and use on versions older than High Sierra (which... | Adam Ierymenko |
2019-07-31 | Mac multicast bug fix -- GitHub issue #986 | Adam Ierymenko |
2019-07-22 | Commented out rtnetlink error debug trace | Joseph Henry |
2019-07-19 | Removed Synology-specific home path, changes made elsewhere in SPK | Joseph Henry |
2019-07-16 | Finally figured out how to update the network interface names on Windows so t... | Grant Limberg |
2019-07-10 | cleanup | Adam Ierymenko |
2019-07-08 | Whoops | Grant Limberg |
2019-07-08 | Give up to a second for the interface to appear to assign IP addresses | Grant Limberg |
2019-06-17 | Windows build fixes, fix double/float types to get rid of warnings. | Adam Ierymenko |
2019-05-13 | Added convenience swtich for disabling JSON support in SDK build | Joseph Henry |
2019-03-29 | More new Mac ethernet tap bugs. | Adam Ierymenko |
2019-03-29 | Add bigness to buffers to prevent overflow on high traffic (Mac tap). | Adam Ierymenko |
2019-03-29 | Destroy feth devices before creating to delete old ones if they were left beh... | Adam Ierymenko |
2019-03-28 | More bug fixing for AARCH64. | Adam Ierymenko |
2019-03-28 | One more AARCH64 fix. | Adam Ierymenko |
2019-03-25 | Fix more alignment hell in LinuxNetLink for AARCH64 and probably other pedant... | Adam Ierymenko |
2019-03-25 | Various other fixes including removal of more mem*() issues and netlink fixes... | Adam Ierymenko |
2019-01-14 | Updated licenses for 2019 | Joseph Henry |
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 |