Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | Peers are now dumped on shutdown in a persistence cache and reloaded on ↵ | Adam Ierymenko | |
startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. | |||
2013-10-21 | Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵ | Adam Ierymenko | |
way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. | |||
2013-10-18 | Clean up some stuff, including a few spots where exceptions were not being ↵ | Adam Ierymenko | |
handled correctly. | |||
2013-10-05 | Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder. | Adam Ierymenko | |
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-09-17 | More include formatting cleanup. | Adam Ierymenko | |
2013-08-08 | Move template parameter in Thread to a more logical scope location. | Adam Ierymenko | |
2013-08-06 | Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ↵ | Adam Ierymenko | |
timing code. | |||
2013-08-05 | CLI debugging, got rid of nasty old Thread class and replaced with newer ↵ | Adam Ierymenko | |
cleaner portable idiom. | |||
2013-07-23 | Add amSupernode to make code clearer in the check-if-self-is-supernode case. | Adam Ierymenko | |
2013-07-17 | New simpler command interface via loopback UDP protected by a crypto token. | Adam Ierymenko | |
2013-07-12 | Several bug fixes in newly refactored code. | Adam Ierymenko | |
2013-07-10 | Factored out multicast propagation algorithm from Switch and Topology, also ↵ | Adam Ierymenko | |
cleaned up and clarified it a bit. | |||
2013-07-06 | Added creation and periodic update of a file called "status" in the home ↵ | Adam Ierymenko | |
directory that contains peer link status. Useful for debugging and statistics. Send it SIGHUP to force an update now. Otherwise it updates every 120 seconds. | |||
2013-07-04 | New git repository for release - version 0.2.0 tagged | Adam Ierymenko | |