summaryrefslogtreecommitdiff
path: root/osdep
AgeCommit message (Expand)Author
2017-01-30Slightly increase thread stack size for safety (primary Alpine related) possi...Adam Ierymenko
2017-01-26Rip out resolver and use anycast address instead. In the long term existing T...Adam Ierymenko
2017-01-19OpenBSD fixes, workaround for apparent libstdc++ bug.Adam Ierymenko
2017-01-19Now builds on OpenBSD, but segfaults. So not yet but close. GitHub issue #439Adam Ierymenko
2017-01-19Merge pull request #434 from zielmicha/fix-ipAdam Ierymenko
2017-01-19NodeJS migration script for old Sqlite controller.db to new controller data f...Adam Ierymenko
2017-01-11Software updater work.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2017-01-05remove commented out function declarationGrant Limberg
2017-01-05Potential fix for routing issue on WindowsGrant Limberg
2017-01-01Binder.hpp: gather all IPv4 interface addressesMichał Zieliński
2016-12-12Remove debug printfAdam Ierymenko
2016-12-12Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-12-12Use an alternative method for enumerating interface addresses on Linux to avo...Adam Ierymenko
2016-12-09Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings.Grant Limberg
2016-11-30Store MTU as String instead of DWORDGrant Limberg
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-10Multithreading in network controller. Threads are only started if controller ...Adam Ierymenko
2016-11-08Fix chown on /var/lib/zerotier-oneTsukasa Hiiragi
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-10-31fix a few warningsGrant Limberg
2016-10-16Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added).Michał Zieliński
2016-10-07Fix size of neighbor solicitation structGrant Limberg
2016-10-04fix typo in assert sizeGrant Limberg
2016-09-30Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-09-30Network delete fix.Adam Ierymenko
2016-09-30Add IPv6 Neighbor Discovery code. Not yet tested.Grant Limberg
2016-09-29Minor tweaks to member code in controller, and fix Linux build.Adam Ierymenko
2016-09-14No, definitely have to back out GitHub issue #385 (non-bisected routes) since...Adam Ierymenko
2016-09-13Route management bug fixes.Adam Ierymenko
2016-09-13Implement relay policy, and setting multicast limit to 0 now disables multica...Adam Ierymenko
2016-09-13Try a version of GitHub issue #385 (non-bifurcated default if not present) on...Adam Ierymenko
2016-09-12Back out of GitHub issue #385 for now and maybe for this release. Would be ni...Adam Ierymenko
2016-09-09Just always do route bifurcation on Linux for now... basically the old behavior.Adam Ierymenko
2016-09-08Do not bifurcate if not replacing an existing route. (Still need to tie up Li...Adam Ierymenko
2016-08-16More controller work -- it builds!Adam Ierymenko
2016-07-28More rules engine work: key/value pair matching for microsegmentation.Adam Ierymenko
2016-07-26Fix for running under MUSL libc (e.g. Alpine Linux)Adam Ierymenko
2016-07-21sys/sysctl.h is required on OSX and probably other BSDAdam Ierymenko
2016-07-21Merge pull request #348 from the-maldridge/remove-sysctlAdam Ierymenko
2016-07-12More OSX IPv6 fixes.Adam Ierymenko
2016-07-12Do not shadow our own route twice on Mac if there is no default route. (Fix f...Adam Ierymenko
2016-07-07Tiny fixes to LinuxEthernetTapAdam Ierymenko
2016-07-06Remove explicit sys/sysctl.h includesMichael Aldridge
2016-06-23More new CLI work.Adam Ierymenko
2016-06-21Comment cleanup.Adam Ierymenko
2016-06-21Route management now works on Windows, including default route override! 1.1....Adam Ierymenko
2016-06-21Default route override and route management in general now works in Linux.Adam Ierymenko
2016-06-21GitHub issue #338Adam Ierymenko
2016-06-21GitHub issue #339Adam Ierymenko