summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-16Turns out it wasn't hard to add miniupnpc to the VS2012 project and just have...Adam Ierymenko
2015-11-16Linux make rules to make libminiupnpc from source.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-16Fix 64-bit int warning.Adam Ierymenko
2015-11-16Check for fork/clone and re-initialize in close() -- for nginxJoseph Henry
2015-11-16UI stuff.Adam Ierymenko
2015-11-16Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build.Adam Ierymenko
2015-11-16Use new OSX tap version, and update OSX install scripts.Adam Ierymenko
2015-11-16WebUIWrapper is dead.Adam Ierymenko
2015-11-16.Adam Ierymenko
2015-11-16GitHub issue #241 -- and also some appearance updates. Eventually this might ...Adam Ierymenko
2015-11-16Write binary of world too.Adam Ierymenko
2015-11-16Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2015-11-16.Adam Ierymenko
2015-11-16Code to generate real World for edge.Adam Ierymenko
2015-11-16Docs and tweak some caching values.Adam Ierymenko
2015-11-14get the compiler to stop complaining about two string literals (one a macro) ...Grant Limberg
2015-11-14added ttl parameter to WirePacketSendFunctionGrant Limberg
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ...Adam Ierymenko
2015-11-13Update installer to drag along a net-install binary for .NET 4.5 that it runs...Adam Ierymenko
2015-11-12New Windows UI tweaks: get rid of networks tab (only one tab!), make networks...Adam Ierymenko
2015-11-12Updated compatibilityJoseph Henry
2015-11-12Updated throughput_httpd docker test filesJoseph Henry
2015-11-12Eliminate Windows warnings.Adam Ierymenko
2015-11-12Minor Windows build fixes. Builds on VS2012 again.Adam Ierymenko
2015-11-12Fixed rpc_st command alignment bug for RPC_SOCKETJoseph Henry
2015-11-12Remove old Windows NDIS5 tap driver -- I think this is dead.Adam Ierymenko
2015-11-12GitHub issue #219 -- make Linux makefile cross-compiler aware.Adam Ierymenko
2015-11-12Shelve pcap-with-bridge OSX experiment -- apparently pcap_inject does not wor...Adam Ierymenko
2015-11-12Minor debug updatesJoseph Henry
2015-11-12Removed old Common.hJoseph Henry
2015-11-12Streamlined debug output codeJoseph Henry
2015-11-12Stashing utun work for OSX -- abandoning for now since utun excludes mDNS amo...Adam Ierymenko
2015-11-12Updated RPC handlingJoseph Henry
2015-11-11Always advertise to the cluster when we have a peer even if we have also init...Adam Ierymenko
2015-11-11Increase WHOIS retry delay slightly to allow for global cluster latency (e.g....Adam Ierymenko
2015-11-10GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or elseAdam Ierymenko
2015-11-10Query both root and network controller for multicast last resort GATHER.Adam Ierymenko
2015-11-10Bracket by time in result cruncher script.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-10Fix a sporadic warning in cluster-geo, and fix test to not overload the test-...Adam Ierymenko
2015-11-10Some cluster parameter tweaks, and change the test code in tests/http to dram...Adam Ierymenko
2015-11-10Fix delete oldest logic.Adam Ierymenko
2015-11-10Replace slow std::list<> with an O(log(N)) data structure for the cluster rel...Adam Ierymenko
2015-11-09Fixed throughput build scriptJoseph Henry
2015-11-09Moved/Renamed Docker test dirsJoseph Henry
2015-11-09Changed httpd version in throughput-test Dockerfileroot