| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-03 | Yank a code path it turns out we probably don't want. | Adam Ierymenko | |
| 2014-01-30 | Bunch of fixes to startup, pinging, and choice of route. Also some TRACE ↵ | Adam Ierymenko | |
| updates. | |||
| 2014-01-29 | Some TRACE cleanup. | Adam Ierymenko | |
| 2014-01-29 | TRACE NOP receipt. | Adam Ierymenko | |
| 2014-01-28 | Yank PROBE stuff since it's not used and was a premature addition to the ↵ | Adam Ierymenko | |
| protocol. | |||
| 2014-01-27 | Make EthernetTap creation occur in a background thread in Network since it's ↵ | Adam Ierymenko | |
| a time consuming operation on Windows. This fixes one of the last remaining Windows problems. | |||
| 2014-01-17 | Windows build fixes. | Adam Ierymenko | |
| 2014-01-07 | Update URLs for auto-update, check supernode version in one more place, ↵ | Adam Ierymenko | |
| delete pid before executing updater. | |||
| 2013-12-31 | TRACE output improvements and compile fix. | Adam Ierymenko | |
| 2013-12-31 | Fix several things: | Adam Ierymenko | |
| (1) The changes to path learning in the two previous releases were poorly thought out, and this version should remedy that by introducing PROBE. This is basically a kind of ECHO request and is used to authenticate endpoints that are not learned via a valid request/response pair. Thus we will still passively learn endpoints, but securely. (2) Turns out there was a security oversight in _doHELLO() that could have permitted... well... I'm not sure it was exploitable to do anything particularly interesting since a bad identity would be discarded anyway, but fix it just the same. | |||
| 2013-12-26 | Bump version to 0.6.4 for testing, integrate software updater auto-check ↵ | Adam Ierymenko | |
| into PacketDecoder decode path and main loop. | |||
| 2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
| 2013-12-22 | docs | Adam Ierymenko | |
| 2013-10-25 | Certificate of membership works now... had to fix multicast propagation so ↵ | Adam Ierymenko | |
| COM is pushed with multicast, which makes tremendous sense in retrospect. | |||
| 2013-10-25 | Add some more TRACE output for certs. | Adam Ierymenko | |
| 2013-10-21 | Version 0.6.1: minor bug fix, DBM removal | Adam Ierymenko | |
| This version removes the peer DBM present in earlier releases. It is not necessary for regular clients and has been a source of problems. There is a long-term identity cache that can be enabled by making a directory called "iddb.d" in the home folder and restarting ZT1. This is probably something only our supernodes would need, since regular nodes can easily WHOIS peers they've forgotten about. On shutdown, the peer database is dumped to disk. It's then restored on startup. Peers that have not been used in a while are cleaned out, so this keeps this data set small. A DBM may re-appear later if it's needed, but for now it was YAGNI. | |||
| 2013-10-21 | Add persistent identity caching for use on supernodes. Activate by just ↵ | Adam Ierymenko | |
| making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles. | |||
| 2013-10-18 | Bug fixes: inverted sense bug, printf format bug. | Adam Ierymenko | |
| 2013-10-18 | Clean up some stuff, including a few spots where exceptions were not being ↵ | Adam Ierymenko | |
| handled correctly. | |||
| 2013-10-18 | Clean up the awful Network::Config mess and break that out into NetworkConfig. | Adam Ierymenko | |
| 2013-10-18 | Work in progress on cleaning up netconf mess in node code... | Adam Ierymenko | |
| 2013-10-17 | Increase verbosity of multicast tracing and fix tap build problem / GitHub ↵ | Adam Ierymenko | |
| Issue #19 | |||
| 2013-10-17 | Get rid of not used and maybe never to be used Filter code. | Adam Ierymenko | |
| 2013-10-17 | Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit ↵ | Adam Ierymenko | |
| more cleanup. Also fix it so certificates wont be accepted unless they are newer than existing ones. | |||
| 2013-10-17 | Add support for pushing network config refresh hints from a MEMORY queue ↵ | Adam Ierymenko | |
| table. That ways it will be possible for network changes to take effect almost immediately across all active peers. | |||
| 2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko | |
| 2013-10-07 | Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE ↵ | Adam Ierymenko | |
| and on receipt of MULTICAST_LIKE. | |||
| 2013-10-07 | Rename error code for no membership certificate. | Adam Ierymenko | |
| 2013-10-05 | Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder. | Adam Ierymenko | |
| 2013-10-03 | Add more info to remote multicast trace (debug facility). | Adam Ierymenko | |
| 2013-10-03 | Eliminate a lot of redundant WHOIS requests, clean up WHOIS clutter in ↵ | Adam Ierymenko | |
| TRACE, flesh out multicast tracing a bit. | |||
| 2013-10-02 | Clean up some routine stuff like pings, and stop keeping links open forever ↵ | Adam Ierymenko | |
| even if there are no frames passing between them. | |||
| 2013-10-02 | Multicast propagation is now working from non-supernodes, and working quite ↵ | Adam Ierymenko | |
| well. Time for some more simulation before 0.5.0! | |||
| 2013-10-01 | Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into ↵ | Adam Ierymenko | |
| adamierymenko-dev | |||
| 2013-10-01 | More multicast fixes. | Adam Ierymenko | |
| 2013-10-01 | Multicast debug changes. | Adam Ierymenko | |
| 2013-10-01 | Each peer now tracks the last time it announced multicast LIKEs ↵ | Adam Ierymenko | |
| independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet. | |||
| 2013-09-30 | Fix for multicast propagation to prevent buildup of frames ping-ponging ↵ | Adam Ierymenko | |
| between supernodes. | |||
| 2013-09-30 | Fix bug in next hop selection. | Adam Ierymenko | |
| 2013-09-30 | Send reset of OK(HELLO) in both places where it gets composed. | Adam Ierymenko | |
| 2013-09-30 | Make new multicast depth and prefix bits parameters configurable. | Adam Ierymenko | |
| 2013-09-30 | Fix for multicast propagation -- supernodes must always keep propagating. ↵ | Adam Ierymenko | |
| Also fix mac-tap build on new version of Xcode CL tools. Must use old llvm-g++ instead of clang for i686 -mkernel. | |||
| 2013-09-27 | Whew, it builds! | Adam Ierymenko | |
| 2013-09-26 | Work in progress... | Adam Ierymenko | |
| 2013-09-25 | More work in progress in new multicast propagation... | Adam Ierymenko | |
| 2013-09-25 | Work in progress... | Adam Ierymenko | |
| 2013-09-17 | Make network multicast breadth/depth parameters configurable on a per-net basis. | Adam Ierymenko | |
| 2013-09-16 | Integrating new crypto, work still in progress... | Adam Ierymenko | |
| 2013-09-13 | Add new crypto: SHA512 and C25519 -- not integrated yet. | Adam Ierymenko | |
| 2013-09-13 | Bit more of adding version to OK(HELLO) | Adam Ierymenko | |
