Age | Commit message (Expand) | Author |
2016-06-21 | Make Dictionary templatable so it can be used where we want a higher capacity. | Adam Ierymenko |
2016-06-17 | Tying up default route and route mgmt loose ends. It now periodically updates... | Adam Ierymenko |
2016-06-16 | Default route population works on Mac! | Adam Ierymenko |
2016-06-17 | Linux bug fixes, small controller fix. | Adam Ierymenko |
2016-06-16 | devicemap now works again in OSXEthernetTap | Adam Ierymenko |
2016-06-16 | Build fixes. | Adam Ierymenko |
2016-06-15 | Default route ready to test on Mac. | Adam Ierymenko |
2016-06-15 | ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to... | Adam Ierymenko |
2016-06-14 | Big refactor in service code to prep for plumbing through route management. | Adam Ierymenko |
2016-06-08 | Support yet another old version of http-parser for CentOS/EPEL. | Adam Ierymenko |
2016-06-08 | Fix include for system json-parser. | Adam Ierymenko |
2016-06-08 | Fix build against Debian version of libhttp-parser -- its old but it will work. | Adam Ierymenko |
2016-06-08 | Remove warnings, more Debian stuff, remove obsolete ui/ stuff. | 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-05 | Binder for Windows, and use Binder to get local interface addresses to advert... | Adam Ierymenko |
2016-04-05 | OneService now binds all ports to specific local interfaces instead of wildca... | Adam Ierymenko |
2016-04-05 | More refactoring and prep for explicit interface bindings (for default route ... | 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-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 G... | Adam Ierymenko |
2016-01-21 | Check for /dev/tun as well as /dev/net/tun since some Linux devices put it th... | Adam Ierymenko |
2016-01-20 | Transfer speed increate + stability fixes | Joseph Henry |
2016-01-17 | Print path for user. Removed unused stub Phy methods | Joseph Henry |
2016-01-14 | Updated RX buffer code | Joseph Henry |
2016-01-12 | Merge branch 'dev' into edge | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-11 | Stateless RPC rework | Joseph Henry |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko |
2015-12-21 | 1.1.2 Windows build fixes, tweaks, etc. | Adam Ierymenko |
2015-12-09 | Only set SO_NO_CHECK on IPv4 UDP sockets for now due to broken V6 stacks that... | Adam Ierymenko |
2015-12-04 | Merge dev. | Adam Ierymenko |
2015-11-30 | Put selftest back and turn off tracing in PortMapper. | Adam Ierymenko |
2015-11-30 | Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249 | Adam Ierymenko |
2015-11-30 | ... and here. | Adam Ierymenko |
2015-11-30 | Need to close on premature abort too or resources are leaked. | Adam Ierymenko |
2015-11-30 | Also add a timeout for the actual NAT-PMP port mapping step. | Adam Ierymenko |
2015-11-30 | ifdef naming fix. | Adam Ierymenko |
2015-11-30 | Fix for uPnP | Adam Ierymenko |
2015-11-30 | Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, a... | Adam Ierymenko |
2015-11-30 | Ton of uPnP work and adding NAT-PMP support, still testing... | Adam Ierymenko |
2015-11-24 | Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev | Adam Ierymenko |
2015-11-24 | Fix for GitHub issue #253. | Adrian Frühwirth |
2015-11-30 | Merge dev | Adam Ierymenko |
2015-11-23 | MERGE current "dev" into "netcon" -- should not affect netcon itself but will... | Adam Ierymenko |
2015-11-21 | ARP packets do need the source IP address in them, as well as the MAC address. | Grant Limberg |
2015-11-21 | ARP packet lengths are 28 bytes. This condition required the packet to be 29... | Grant Limberg |