summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2016-03-02Windows cleanup.Adam Ierymenko
2016-03-02More Windows tweaks and a compile fix.Adam Ierymenko
2016-03-01Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into devAdam Ierymenko
2016-03-01Fix GitHub issue #311Adam Ierymenko
2016-02-28Typo fix.Kristof Imre Szabo
2016-02-28Spec description rephrased.Kristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-27Initial commit of the standard zerotier RPM specificationKristof Imre Szabo
2016-02-25Upgrade http-parser.Adam Ierymenko
2016-02-25Upgrade LZ4 to hopefully fix wacky sporadic crash when built with g++ 5.3.1 o...Adam Ierymenko
2016-02-25cleanupAdam Ierymenko
2016-02-24Remove ui/ on Linux uninstall.Adam Ierymenko
2016-02-24Make installers silent when run inside packages.Adam Ierymenko
2016-01-13Modified PCB/state management logicJoseph Henry
2016-01-11Stateless RPC reworkJoseph Henry
2015-12-21.Adam Ierymenko
2015-12-211.1.2 Windows build fixes, tweaks, etc.Adam Ierymenko
2015-12-17Erase more debug junk.Adam Ierymenko
2015-12-04Merge dev.Adam Ierymenko
2015-12-01Fix Linux init script to properly specify runlevels.Adam Ierymenko
2015-11-30Fix for GitHub issue #252Adam Ierymenko
2015-11-30GitHub issue #257Adam Ierymenko
2015-11-30Ton of uPnP work and adding NAT-PMP support, still testing...Adam Ierymenko
2015-11-30Merge devAdam Ierymenko
2015-11-23Eliminate a few warnings and some small code reorg.Adam Ierymenko
2015-11-23MERGE current "dev" into "netcon" -- should not affect netcon itself but will...Adam Ierymenko
2015-11-17VERSION 1.1.0: Win/Mac UI improvements, improved NAT-t, CIRCUIT_TEST, and more!Adam Ierymenko
2015-11-17Just add a launch prerequisite for .NET 4.5 -- it's usually there, and if not...Adam Ierymenko
2015-11-16Fix ARM dpkg build.Adam Ierymenko
2015-11-16Turns out it wasn't hard to add miniupnpc to the VS2012 project and just have...Adam Ierymenko
2015-11-16Build libminiupnpc from source now, and update version.Adam Ierymenko
2015-11-16Delete pre-build miniupnpc for Linux and Mac -- will add Make rules to build ...Adam Ierymenko
2015-11-16Use new OSX tap version, and update OSX install scripts.Adam Ierymenko
2015-11-16GitHub issue #241 -- and also some appearance updates. Eventually this might ...Adam Ierymenko
2015-11-13Update installer to drag along a net-install binary for .NET 4.5 that it runs...Adam Ierymenko
2015-11-12Remove old Windows NDIS5 tap driver -- I think this is dead.Adam Ierymenko
2015-11-10Patch tap-mac to latest tuntaposx upstream changes, and add updated build for...Adam Ierymenko
2015-11-10More results.Adam Ierymenko
2015-11-10Some more test results, and fix OSX installer to put symlinks in /usr/local a...Adam Ierymenko
2015-11-04Performance tweaks to lwipopts.h (TX=12MB/s)Joseph Henry
2015-11-03Added throughput-test Docker filesJoseph Henry
2015-11-03Added debug statements for transfer testJoseph Henry
2015-11-03Added debug statements for transfer testJoseph Henry
2015-10-16Misc changesJoseph Henry
2015-10-14Disabled TCP listen backlog, must be enabled in lwipopts.hJoseph Henry
2015-10-14Added support for listen backlogsJoseph Henry
2015-10-13Fixed socket protocol check logic in socket()Joseph Henry
2015-10-12Minor bug fixesJoseph Henry