Age | Commit message (Expand) | Author |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-23 | Plumb through localInterfaceId to track local interfaces corresponding with r... | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-06 | pushDirectPaths() implementation | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a significant... | Adam Ierymenko |
2015-05-20 | Apple auto-update stuff, now for Windows. | Adam Ierymenko |
2015-04-30 | Fix deadlock in SelfAwareness by deferring reconnects. | Adam Ierymenko |
2015-04-24 | First pass of Windows cleanup and build fixes... | Adam Ierymenko |
2015-04-15 | Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid... | Adam Ierymenko |
2015-04-10 | Restrict unite() to desperation==0 since NAT-t only works right now with dire... | Adam Ierymenko |
2015-04-08 | Node peer list function for CAPI, and some Peer cleanup. | Adam Ierymenko |
2015-04-08 | Remove Logger.hpp references. | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | Adam Ierymenko |
2015-04-07 | Add ping(), and a logic fix in SelfAwareness. | Adam Ierymenko |
2015-04-07 | Always use HELLO to contact, and we now confirm newly learned paths via a two... | Adam Ierymenko |
2015-04-07 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-06 | Bring IncomingPacket into line with new changes. | Adam Ierymenko |
2015-04-03 | Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw... | Adam Ierymenko |
2015-04-03 | Send path simplification. | Adam Ierymenko |
2015-04-02 | The concept of link desperation (escalating to less desirable transports) sim... | Adam Ierymenko |
2015-03-31 | docs | Adam Ierymenko |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
2015-01-09 | Add confirmation step to new netconf, with the caveat that it will be disable... | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko |
2014-10-13 | Permanently retire peers.persist, but make iddb.d always enabled instead sinc... | Adam Ierymenko |
2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ... | Adam Ierymenko |
2014-10-11 | Stop persisting last announcement time since Multicaster is volatile. Also so... | Adam Ierymenko |
2014-10-03 | Announce multicast group changes on network rescanMulticastGroups() | Adam Ierymenko |
2014-09-30 | Multicaster needs to be global, not per-network, and a bunch of other stuff. | Adam Ierymenko |
2014-09-25 | . | Adam Ierymenko |
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | Adam Ierymenko |
2014-09-12 | Refactoring in progress... pardon our dust... | Adam Ierymenko |
2014-09-05 | Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-... | Adam Ierymenko |
2014-08-14 | (1) distribute default root-topology in new dictionary format, (2) bump peer ... | Adam Ierymenko |
2014-08-05 | (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work f... | Adam Ierymenko |
2014-06-30 | Keep track of basic aliveness for peers regardless if direct or indirect conn... | Adam Ierymenko |
2014-04-18 | Cleanup, dead code removal, some pretty insignificant security stuff that's b... | Adam Ierymenko |
2014-04-10 | More toward GitHub issue #56 | Adam Ierymenko |
2014-04-10 | Probable fix for GitHub issue #63 - do not unite() if either path is TCP, sin... | Adam Ierymenko |
2014-04-10 | More logic cleanup and some documentation / comment improvements. | Adam Ierymenko |
2014-04-09 | Yet more cleanup to TCP logic, this time adding a master switch and adding UD... | Adam Ierymenko |
2014-04-09 | Some cleanup, and use best (not first) UDP addresses for NAT-t VERB_RENDEZVOU... | Adam Ierymenko |
2014-04-03 | A few more tweaks to TCP failover... seems to be switching back and forth pre... | Adam Ierymenko |
2014-04-03 | Such ping logic. So edge case. | Adam Ierymenko |
2014-04-02 | More tweaks to TCP failover logic. Such edge case. | Adam Ierymenko |
2014-04-01 | More tweaks to algorithm for determining when to fail over to TCP, and stop s... | Adam Ierymenko |