Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-17 | Just add a launch prerequisite for .NET 4.5 -- it's usually there, and if ↵ | Adam Ierymenko | |
not it can be easily installed. This is mostly an issue on old Windows Server systems, and in that case the admin will likely want to decide how to proceed. | |||
2015-11-17 | Fix crash on exit in Windows (does not affect other OSes) and revert ↵ | Adam Ierymenko | |
debugging tweak in Windows version that prevented service from starting after real install. | |||
2015-11-16 | Fix ARM dpkg build. | Adam Ierymenko | |
2015-11-16 | Real World -- edge now talks to real net. | Adam Ierymenko | |
2015-11-16 | Turns out it wasn't hard to add miniupnpc to the VS2012 project and just ↵ | Adam Ierymenko | |
have it build with the rest of the code. | |||
2015-11-16 | Linux make rules to make libminiupnpc from source. | Adam Ierymenko | |
2015-11-16 | Build libminiupnpc from source now, and update version. | Adam Ierymenko | |
2015-11-16 | Delete pre-build miniupnpc for Linux and Mac -- will add Make rules to build ↵ | Adam Ierymenko | |
from source and include source in ext/ | |||
2015-11-16 | Fix 64-bit int warning. | Adam Ierymenko | |
2015-11-16 | UI stuff. | Adam Ierymenko | |
2015-11-16 | Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build. | Adam Ierymenko | |
2015-11-16 | Use new OSX tap version, and update OSX install scripts. | Adam Ierymenko | |
2015-11-16 | WebUIWrapper is dead. | Adam Ierymenko | |
2015-11-16 | . | Adam Ierymenko | |
2015-11-16 | GitHub issue #241 -- and also some appearance updates. Eventually this might ↵ | Adam Ierymenko | |
get replaced by a native Mac app. | |||
2015-11-16 | Write binary of world too. | Adam Ierymenko | |
2015-11-16 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2015-11-16 | . | Adam Ierymenko | |
2015-11-16 | Code to generate real World for edge. | Adam Ierymenko | |
2015-11-16 | Docs and tweak some caching values. | Adam Ierymenko | |
2015-11-14 | get the compiler to stop complaining about two string literals (one a macro) ↵ | Grant Limberg | |
next to each other without an intervening space | |||
2015-11-14 | added ttl parameter to WirePacketSendFunction | Grant Limberg | |
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ↵ | Adam Ierymenko | |
(2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. | |||
2015-11-13 | Update installer to drag along a net-install binary for .NET 4.5 that it ↵ | Adam Ierymenko | |
runs if .NET 4.5 is not present... because yes we have to install Microsoft's own flagship runtime under some conditions. (Rare, but present.) | |||
2015-11-12 | New Windows UI tweaks: get rid of networks tab (only one tab!), make ↵ | Adam Ierymenko | |
networks full width and make window narrower and a bit taller, colors, fixed-width fonts in several places, make network IDs selectable. | |||
2015-11-12 | Eliminate Windows warnings. | Adam Ierymenko | |
2015-11-12 | Minor Windows build fixes. Builds on VS2012 again. | Adam Ierymenko | |
2015-11-12 | Remove old Windows NDIS5 tap driver -- I think this is dead. | Adam Ierymenko | |
2015-11-12 | GitHub issue #219 -- make Linux makefile cross-compiler aware. | Adam Ierymenko | |
2015-11-12 | Shelve pcap-with-bridge OSX experiment -- apparently pcap_inject does not ↵ | Adam Ierymenko | |
work with bridge devices. Still have to use a kext. | |||
2015-11-12 | Stashing utun work for OSX -- abandoning for now since utun excludes mDNS ↵ | Adam Ierymenko | |
among other issues. | |||
2015-11-11 | Always advertise to the cluster when we have a peer even if we have also ↵ | Adam Ierymenko | |
initiated handoff. This might be the cause of the warmup problem -- will test later. At the very least it should not hurt anything due to pick-latest logic and the fact that cluster members with only suboptimal paths do not respond to WANT_PEER. | |||
2015-11-11 | Increase WHOIS retry delay slightly to allow for global cluster latency ↵ | Adam Ierymenko | |
(e.g. 300+ms from New York to Johhannesburg) | |||
2015-11-10 | GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or else | Adam Ierymenko | |
2015-11-10 | Query both root and network controller for multicast last resort GATHER. | Adam Ierymenko | |
2015-11-10 | Bracket by time in result cruncher script. | Adam Ierymenko | |
2015-11-10 | Patch tap-mac to latest tuntaposx upstream changes, and add updated build ↵ | Adam Ierymenko | |
for 10.8 or later (keep old one for 10.7). | |||
2015-11-10 | More results. | Adam Ierymenko | |
2015-11-10 | Some more test results, and fix OSX installer to put symlinks in /usr/local ↵ | Adam Ierymenko | |
as per El Capitan requirements. | |||
2015-11-10 | Fix a sporadic warning in cluster-geo, and fix test to not overload the ↵ | Adam Ierymenko | |
test-watcher. | |||
2015-11-10 | Some cluster parameter tweaks, and change the test code in tests/http to ↵ | Adam Ierymenko | |
dramatically reduce the amount of data transfer to/from the test master. Also add results of first successful 50k test. | |||
2015-11-10 | Fix delete oldest logic. | Adam Ierymenko | |
2015-11-10 | Replace slow std::list<> with an O(log(N)) data structure for the cluster ↵ | Adam Ierymenko | |
relaying send queue. | |||
2015-11-09 | Announce that we have peers on the cluster when we first see them to improve ↵ | Adam Ierymenko | |
startup times, and add a result crunching script to tests/http. | |||
2015-11-09 | Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT | Adam Ierymenko | |
2015-11-09 | Fix for possible high CPU usage on multicast queries. | Adam Ierymenko | |
2015-11-09 | Mark geo-redirected paths as suboptimal and do not report that we have a ↵ | Adam Ierymenko | |
peer if all we have is one of these. Also a few other small fixes. | |||
2015-11-09 | Fix (1) a deadlock bug and (2) a bug that prevented distributed rendezvous ↵ | Adam Ierymenko | |
messages from being sent. | |||
2015-11-09 | How did that ever work? | Adam Ierymenko | |
2015-11-09 | . | Adam Ierymenko | |