Age | Commit message (Expand) | Author |
2015-04-30 | Fix deadlock in SelfAwareness by deferring reconnects. | Adam Ierymenko |
2015-04-15 | Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid... | Adam Ierymenko |
2015-04-14 | Bunch more control plane work, and shelve old UI -- React FTW. | Adam Ierymenko |
2015-04-10 | Add some TRACE around pinging (for now), and refactor service/One to just run... | 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 | Use max of core or most recent path desperation for pings. | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | 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 | build fixes | Adam Ierymenko |
2015-04-06 | Multicast group join/leave and group membership announcement. | 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-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-11-20 | Change path selection logic to exclude non-fixed and non-active paths -- poss... | 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-11 | Stop persisting last announcement time since Multicaster is volatile. Also so... | Adam Ierymenko |
2014-10-06 | Bug fix in new multicast frame handler, handling of old "P5" multicast frames... | Adam Ierymenko |
2014-10-03 | Announce multicast group changes on network rescanMulticastGroups() | Adam Ierymenko |
2014-09-30 | Everything in for new multicast except IncomingPacket parsing... | Adam Ierymenko |
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | Adam Ierymenko |
2014-09-05 | Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-... | 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-06-10 | Packet decoder work for EXT_FRAME for bridging - GitHub issue #68 | Adam Ierymenko |
2014-04-10 | More toward GitHub issue #56 | Adam Ierymenko |
2014-04-10 | Prevent recursive transit of ZeroTier packets, 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-09 | More tweaks to TCP logic for GitHub issue #60 | Adam Ierymenko |
2014-04-09 | Some adjustments to TCP logic for GitHub issue #60 | 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 |
2014-04-01 | The remove paths on send fail thing in Peer.cpp was not well thought out, and... | Adam Ierymenko |
2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ind... | Adam Ierymenko |
2014-03-31 | Clean dead paths from peers. | Adam Ierymenko |
2014-03-27 | Reduce some TRACE noise. | Adam Ierymenko |
2014-03-26 | Fix TCP connection accumulation problem, still having issues with TCP tunneling. | Adam Ierymenko |
2014-03-26 | Change the way TCP failover is invoked. | Adam Ierymenko |
2014-03-26 | If I want it to pick the first, actually picking the first is helpful. | Adam Ierymenko |
2014-03-26 | Add TCP channel support for supernode list, make Peer pick the first path if ... | Adam Ierymenko |
2014-03-21 | Fix deadlock in refactored code. | Adam Ierymenko |
2014-03-21 | A few renamings to be consistent. | Adam Ierymenko |