summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-06More Windows service work... it builds! Now to do a new installer and test. A...Adam Ierymenko
2014-02-06Windows service work, remove old installer... not sure exactly what we're goi...Adam Ierymenko
2014-02-06Fix a possible infinite loop in netconf service... in the long term need to f...Adam Ierymenko
2014-02-05Fix copyright notice.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and modifi...Adam Ierymenko
2014-02-05Delete C# service... going C++, probably integrating with core.Adam Ierymenko
2014-02-05Add security notice the first time a user joins a public network.Adam Ierymenko
2014-02-04VERSION 0.6.13: small bug fix, UI workAdam Ierymenko
2014-02-04Quick start rev.Adam Ierymenko
2014-02-04Undo last commit...Adam Ierymenko
2014-02-04Pull static image version of quick start guide.Adam Ierymenko
2014-02-04Remove another script that doesn't really belong here.Adam Ierymenko
2014-02-03Fix inverted sense bug in new skip-stale-relay logic.Adam Ierymenko
2014-02-03VERSION 0.6.12: code cleanup in peers and IP address enumeration improvementsAdam Ierymenko
2014-02-03Fix infinite loop bug introduced in last commit.Adam Ierymenko
2014-02-03Add a simple but very nice mechanism for avoiding potentially dead supernodes.Adam Ierymenko
2014-02-03Yank a code path it turns out we probably don't want.Adam Ierymenko
2014-02-02Some work on background service that runs the actual zerotier-one process.Adam Ierymenko
2014-02-02Windows installer work...Adam Ierymenko
2014-02-02Make software update run a little more often for now.Adam Ierymenko
2014-02-02So Linux has getifaddrs() too! Yay!Adam Ierymenko
2014-02-01Private struct ifmaddrs for OSX cause struct ifmaddrs is missing too on OSX 1...Adam Ierymenko
2014-02-01Real implementation of ips() on OSX, now for Linux.Adam Ierymenko
2014-02-01Remove submit script.Adam Ierymenko
2014-02-01UI quick start guide.Adam Ierymenko
2014-02-01Manually generate IPv6 link-local address only on Mac.Adam Ierymenko
2014-01-31Fix for GitHub issue #36 on OSX... results in a duplicate entry for IPv6 link...Adam Ierymenko
2014-01-31Remove some more junk from tap driver tree.Adam Ierymenko
2014-01-30VERSION 0.6.11: Windows wrap-up work, NAT-t fixesAdam Ierymenko
2014-01-30Take TRACE back out of Mac makefile, fix a few decode little things.Adam Ierymenko
2014-01-30Bunch of fixes to startup, pinging, and choice of route. Also some TRACE upda...Adam Ierymenko
2014-01-29More work on connection reset stuff...Adam Ierymenko
2014-01-29SIGHUP now causes resync with peers.Adam Ierymenko
2014-01-29Some TRACE cleanup.Adam Ierymenko
2014-01-29TRACE NOP receipt.Adam Ierymenko
2014-01-29Tiny compiler warning fix.Adam Ierymenko
2014-01-29Some cleanup and rationalization of main loop.Adam Ierymenko
2014-01-29Alternate order of packet emission in unite().Adam Ierymenko
2014-01-29Yank RuntimeEnvironment from SysEnv.Adam Ierymenko
2014-01-28Fix for GitHub issue #35 and also possibly partial fix for #29 issues.Adam Ierymenko
2014-01-28Yank PROBE stuff since it's not used and was a premature addition to the prot...Adam Ierymenko
2014-01-27Fix a couple compile items.Adam Ierymenko
2014-01-27Make EthernetTap creation occur in a background thread in Network since it's ...Adam Ierymenko
2014-01-27UI appearance tweaks.Adam Ierymenko
2014-01-26Delete persistent tap device on Windows when we leave a network.Adam Ierymenko
2014-01-26Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI...Adam Ierymenko
2014-01-26Few small cleanup things...Adam Ierymenko
2014-01-26Lock down individual files in networks.d instead of directory since directory...Adam Ierymenko
2014-01-26Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows l...Adam Ierymenko
2014-01-24Merge branch 'adamierymenko-dev' of ssh://shub-niggurath.zerotier.com/git/Zer...Adam Ierymenko