Age | Commit message (Expand) | Author |
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 |
2014-03-21 | Builds with new Path code. | Adam Ierymenko |
2014-03-20 | Work in progress: refactoring paths, adding TCP fallback. | Adam Ierymenko |
2014-03-20 | Reworking of paths in Peer work-in-progress, and TCP connect support in Socke... | Adam Ierymenko |
2014-03-19 | IPC changes and SocketManager changes all build! | Adam Ierymenko |
2014-03-18 | Everything but the local config bus... blech. | Adam Ierymenko |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko |
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 upda... | Adam Ierymenko |
2013-12-31 | VERSION 0.6.7: revert change for GitHub issue #20 | Adam Ierymenko |
2013-12-31 | TRACE output improvements and compile fix. | Adam Ierymenko |
2013-12-31 | Fix several things: | Adam Ierymenko |
2013-12-31 | VERSION 0.6.5: minor bug fix in peer connection tracking | Adam Ierymenko |
2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko |
2013-10-21 | Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ... | Adam Ierymenko |
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 e... | Adam Ierymenko |
2013-10-01 | Each peer now tracks the last time it announced multicast LIKEs independently... | Adam Ierymenko |