summaryrefslogtreecommitdiff
path: root/node/Peer.cpp
AgeCommit message (Expand)Author
2014-10-21Simplify locking semantics some more to address a deadlock.Adam Ierymenko
2014-10-13Permanently retire peers.persist, but make iddb.d always enabled instead sinc...Adam Ierymenko
2014-10-11Stop persisting last announcement time since Multicaster is volatile. Also so...Adam Ierymenko
2014-10-06Bug fix in new multicast frame handler, handling of old "P5" multicast frames...Adam Ierymenko
2014-10-03Announce multicast group changes on network rescanMulticastGroups()Adam Ierymenko
2014-09-30Everything in for new multicast except IncomingPacket parsing...Adam Ierymenko
2014-09-24Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit...Adam Ierymenko
2014-09-05Rip 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-30Keep track of basic aliveness for peers regardless if direct or indirect conn...Adam Ierymenko
2014-06-10Packet decoder work for EXT_FRAME for bridging - GitHub issue #68Adam Ierymenko
2014-04-10More toward GitHub issue #56Adam Ierymenko
2014-04-10Prevent recursive transit of ZeroTier packets, toward GitHub issue #56Adam Ierymenko
2014-04-10Probable fix for GitHub issue #63 - do not unite() if either path is TCP, sin...Adam Ierymenko
2014-04-10More logic cleanup and some documentation / comment improvements.Adam Ierymenko
2014-04-09Yet more cleanup to TCP logic, this time adding a master switch and adding UD...Adam Ierymenko
2014-04-09Some cleanup, and use best (not first) UDP addresses for NAT-t VERB_RENDEZVOU...Adam Ierymenko
2014-04-09More tweaks to TCP logic for GitHub issue #60Adam Ierymenko
2014-04-09Some adjustments to TCP logic for GitHub issue #60Adam Ierymenko
2014-04-03A few more tweaks to TCP failover... seems to be switching back and forth pre...Adam Ierymenko
2014-04-03Such ping logic. So edge case.Adam Ierymenko
2014-04-02More tweaks to TCP failover logic. Such edge case.Adam Ierymenko
2014-04-01More tweaks to algorithm for determining when to fail over to TCP, and stop s...Adam Ierymenko
2014-04-01The remove paths on send fail thing in Peer.cpp was not well thought out, and...Adam Ierymenko
2014-03-31Oops... turns out we need to differentiate incoming from outgoing TCP and ind...Adam Ierymenko
2014-03-31Clean dead paths from peers.Adam Ierymenko
2014-03-27Reduce some TRACE noise.Adam Ierymenko
2014-03-26Fix TCP connection accumulation problem, still having issues with TCP tunneling.Adam Ierymenko
2014-03-26Change the way TCP failover is invoked.Adam Ierymenko
2014-03-26If I want it to pick the first, actually picking the first is helpful.Adam Ierymenko
2014-03-26Add TCP channel support for supernode list, make Peer pick the first path if ...Adam Ierymenko
2014-03-21Fix deadlock in refactored code.Adam Ierymenko
2014-03-21A few renamings to be consistent.Adam Ierymenko
2014-03-21Builds with new Path code.Adam Ierymenko
2014-03-20Work in progress: refactoring paths, adding TCP fallback.Adam Ierymenko
2014-03-20Reworking of paths in Peer work-in-progress, and TCP connect support in Socke...Adam Ierymenko
2014-03-19IPC changes and SocketManager changes all build!Adam Ierymenko
2014-03-18Everything but the local config bus... blech.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-03Yank a code path it turns out we probably don't want.Adam Ierymenko
2014-01-30Bunch of fixes to startup, pinging, and choice of route. Also some TRACE upda...Adam Ierymenko
2013-12-31VERSION 0.6.7: revert change for GitHub issue #20Adam Ierymenko
2013-12-31TRACE output improvements and compile fix.Adam Ierymenko
2013-12-31Fix several things:Adam Ierymenko
2013-12-31VERSION 0.6.5: minor bug fix in peer connection trackingAdam Ierymenko
2013-12-24Fix for GitHub issue #20 (untested)Adam Ierymenko
2013-10-21Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ...Adam Ierymenko
2013-10-05Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder.Adam Ierymenko
2013-10-02Clean up some routine stuff like pings, and stop keeping links open forever e...Adam Ierymenko
2013-10-01Each peer now tracks the last time it announced multicast LIKEs independently...Adam Ierymenko