Commit History

Author SHA1 Message Date
  Adam Ierymenko 8f5cd0a361 VERSION 0.6.12: code cleanup in peers and IP address enumeration improvements 11 years ago
  Adam Ierymenko d7bc3c6f4a Fix infinite loop bug introduced in last commit. 11 years ago
  Adam Ierymenko d04e5a1fe0 Add a simple but very nice mechanism for avoiding potentially dead supernodes. 11 years ago
  Adam Ierymenko bf5f09a0c7 Yank a code path it turns out we probably don't want. 11 years ago
  Adam Ierymenko a154d660d9 Some work on background service that runs the actual zerotier-one process. 11 years ago
  Adam Ierymenko 7a49d50187 Windows installer work... 11 years ago
  Adam Ierymenko ce0bd93289 Make software update run a little more often for now. 11 years ago
  Adam Ierymenko 0fdefdf7a4 So Linux has getifaddrs() too! Yay! 11 years ago
  Adam Ierymenko 8236f20759 Private struct ifmaddrs for OSX cause struct ifmaddrs is missing too on OSX 10.6. 11 years ago
  Adam Ierymenko e16b2a8831 Real implementation of ips() on OSX, now for Linux. 11 years ago
  Adam Ierymenko f7fbc6f633 Remove submit script. 11 years ago
  Adam Ierymenko 3a9b0cf132 UI quick start guide. 11 years ago
  Adam Ierymenko 2a3e646b94 Manually generate IPv6 link-local address only on Mac. 11 years ago
  Adam Ierymenko 64231aa3f0 Fix for GitHub issue #36 on OSX... results in a duplicate entry for IPv6 link-local but seems okay... need to test on OSX 10.6 though. 11 years ago
  Adam Ierymenko 117e6fb356 Remove some more junk from tap driver tree. 11 years ago
  Adam Ierymenko 03ea06fa84 VERSION 0.6.11: Windows wrap-up work, NAT-t fixes 11 years ago
  Adam Ierymenko 525ab3faa9 Take TRACE back out of Mac makefile, fix a few decode little things. 11 years ago
  Adam Ierymenko 490e86dde3 Bunch of fixes to startup, pinging, and choice of route. Also some TRACE updates. 11 years ago
  Adam Ierymenko 6e076e77d8 More work on connection reset stuff... 11 years ago
  Adam Ierymenko d75f2f7051 SIGHUP now causes resync with peers. 11 years ago
  Adam Ierymenko aa1be9fcad Some TRACE cleanup. 11 years ago
  Adam Ierymenko 17796aaed4 TRACE NOP receipt. 11 years ago
  Adam Ierymenko 2355fa973e Tiny compiler warning fix. 11 years ago
  Adam Ierymenko 694e9f2bdc Some cleanup and rationalization of main loop. 11 years ago
  Adam Ierymenko 372566295e Alternate order of packet emission in unite(). 11 years ago
  Adam Ierymenko 4e85213473 Yank RuntimeEnvironment from SysEnv. 11 years ago
  Adam Ierymenko d6a346ca6e Fix for GitHub issue #35 and also possibly partial fix for #29 issues. 11 years ago
  Adam Ierymenko 8b65b3e6d7 Yank PROBE stuff since it's not used and was a premature addition to the protocol. 11 years ago
  Adam Ierymenko ffffc0179f Fix a couple compile items. 11 years ago
  Adam Ierymenko f80ec871f6 Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. 11 years ago