Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | Boost local interface check interval a bit to speed direct link provisioning ↵ | Adam Ierymenko | |
on startup. | |||
2016-04-07 | Make port mapper names even more unique, and trial bind before binding TCP ↵ | Adam Ierymenko | |
now which should work on Linux and others. | |||
2016-04-07 | Merge branch 'dev' of http://git.int.zerotier.com:/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-04-07 | dev branch now works again on Linux | Adam Ierymenko | |
2016-04-06 | RoutingTable build fixes. | Adam Ierymenko | |
2016-04-06 | Consolidate routing table code. | Adam Ierymenko | |
2016-04-06 | Put routing table code back in osdep/ | Adam Ierymenko | |
2016-04-06 | . | Adam Ierymenko | |
2016-04-06 | Tweak new RX queue algorithm to "expire" old entries to prevent always ↵ | Adam Ierymenko | |
needing to traverse the whole queue array. | |||
2016-04-06 | Preserve add local interface address add order and send in that order since ↵ | Adam Ierymenko | |
this is a priority. | |||
2016-04-05 | Binder for Windows, and use Binder to get local interface addresses to ↵ | Adam Ierymenko | |
advertise. | |||
2016-04-05 | OneService now binds all ports to specific local interfaces instead of ↵ | Adam Ierymenko | |
wildcard and rebinds on changes. (default route) | |||
2016-04-05 | More refactoring and prep for explicit interface bindings (for default route ↵ | Adam Ierymenko | |
support). | |||
2016-04-05 | Reduce symmetric prediction fuzz just a bit. | Adam Ierymenko | |
2016-04-05 | Fix Cluster to send from a designated endpoint address instead of wildcard. | Adam Ierymenko | |
2016-04-04 | Beginning of local binding manager for default gateway support. | Adam Ierymenko | |
2016-04-01 | Tweak metric and clean out attic a bit. | Adam Ierymenko | |
2016-03-30 | nit pick... might this matter? | Adam Ierymenko | |
2016-03-28 | More tweaks to OS determination stuff. | Adam Ierymenko | |
2016-03-28 | Try to define ZT_NO_TYPE_PUNNING on iOS in case it wasn't. | Adam Ierymenko | |
2016-03-28 | Fix some broken TRACEs and a tiny reorder in a few ifs. | Adam Ierymenko | |
2016-03-24 | Ignore IP assignment pool ranges that begin with 0.0.0.0 or that contain no IPs. | Adam Ierymenko | |
2016-03-24 | Do not auto-assign IP addresses on bridges. IPs can still be assigned manually. | Adam Ierymenko | |
2016-03-18 | A few other little formatting things. | Adam Ierymenko | |
2016-03-18 | Indentation | Adam Ierymenko | |
2016-03-18 | Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable ↵ | Adam Ierymenko | |
length queues and merge queues. This is both faster and saves memory. | |||
2016-03-17 | Make /network/???/active return more info. | Adam Ierymenko | |
2016-03-03 | Fix cluster-geo code to cache IPv6 by first 64 bits to prevent cache fillup ↵ | Adam Ierymenko | |
due to IPv6 privacy extensions. | |||
2016-03-03 | stupid bug is stupid | Adam Ierymenko | |
2016-03-03 | more makefile stuff | Adam Ierymenko | |
2016-03-03 | Linux make clean fix. | Adam Ierymenko | |
2016-03-03 | indent fix | Adam Ierymenko | |
2016-03-03 | Fix problems with previous commit. | Adam Ierymenko | |
2016-03-03 | Another NAT-t improvement: | Adam Ierymenko | |
Many NATs revert to symmetric behavior from friendlier modes if they cannot preserve ports. This can occur if there is, for example, more than one ZT device behind the NAT using port 9993. Others (Airport Extreme?) seem to have bugs in which they completely freak out if more than one device tries to do a lot of mappings using the same internal local port. Mostly to fix the latter case and somewhat to fix the former, we introduce a secondary port. ZeroTier now binds 9993 (or whatever port you specify) plus another port computed deterministically from your ZeroTier address. This port is used for new links 1/4 of the time. This mostly addresses the second problem above and partly helps to address the first. If uPnP/NAT-PMP is enabled we also still open a tertiary port because some routers freak out if NAT-t is attempted using the same port as uPnP. All of this is IPv4 only of course. IPv6 is sane. | |||
2016-03-02 | Windows cleanup. | Adam Ierymenko | |
2016-03-02 | More Windows tweaks and a compile fix. | Adam Ierymenko | |
2016-03-02 | Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or ↵ | Adam Ierymenko | |
GitHub issue #277 -- we can't reproduce yet but I found one area where a spin was possible under certain failure conditions. Maybe. | |||
2016-03-01 | Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into dev | Adam Ierymenko | |
2016-03-01 | Fix GitHub issue #311 | Adam Ierymenko | |
2016-02-28 | Typo fix. | Kristof Imre Szabo | |
2016-02-28 | Spec description rephrased. | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-27 | Initial commit of the standard zerotier RPM specification | Kristof Imre Szabo | |
2016-02-25 | Upgrade http-parser. | Adam Ierymenko | |
2016-02-25 | Upgrade LZ4 to hopefully fix wacky sporadic crash when built with g++ 5.3.1 ↵ | Adam Ierymenko | |
on Debian/testing. | |||
2016-02-25 | cleanup | Adam Ierymenko | |
2016-02-24 | Remove ui/ on Linux uninstall. | Adam Ierymenko | |
2016-02-24 | Make installers silent when run inside packages. | Adam Ierymenko | |