summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2014-04-03A few more tweaks to TCP failover... seems to be switching back and forth pre...Adam Ierymenko
2014-04-03Tweak some timings and stuff.Adam Ierymenko
2014-04-03Such ping logic. So edge case.Adam Ierymenko
2014-04-02Make Unix domain sockets mode 0777 so that properly authorized non-privileged...Adam Ierymenko
2014-04-02Make GUI work with new control client API, make control client look for user ...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-04-01Resynchronize on startup.Adam Ierymenko
2014-04-01Get : out of Path.toString() since this will conflict with : in IPv6 IPs.Adam Ierymenko
2014-03-31Build fix.Adam Ierymenko
2014-03-31Oops... turns out we need to differentiate incoming from outgoing TCP and ind...Adam Ierymenko
2014-03-31Increase maximum packet fragments to make room for huge multicasts with certi...Adam Ierymenko
2014-03-31Clean dead paths from peers.Adam Ierymenko
2014-03-28Small readability fix.Adam Ierymenko
2014-03-28Add TCP/443 to all supernodes in Defaults.Adam Ierymenko
2014-03-28Remove UDP-breaking debug code.Adam Ierymenko
2014-03-28Windows uses exceptfds to report failed async connect() in select(). TCP now ...Adam Ierymenko
2014-03-28TCP connections work on Windows now.Adam Ierymenko
2014-03-27Reduce some TRACE noise.Adam Ierymenko
2014-03-27Make multiple attempts to open the tap device on Windows.Adam Ierymenko
2014-03-27Windows build fix.Adam Ierymenko
2014-03-27Build fix from merge.Adam Ierymenko
2014-03-27Merge branch 'adamierymenko-dev' of ssh://shub-niggurath.zerotier.com:222/git...Adam Ierymenko
2014-03-27Make TCP optional, rename port constant.Adam Ierymenko
2014-03-27Finally fixed TCP sockets.Adam Ierymenko
2014-03-27More TCP-related fixes and tweaks to ping timing, resynchronize, and startup.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-25Crank down default multicast preload and max balance just a little bit... sho...Adam Ierymenko
2014-03-25Apply multicast rate limits on a network to ourselves and do not send multica...Adam Ierymenko
2014-03-25WINDOWS IS SUFFERINGAdam Ierymenko
2014-03-25Make Windows build, add (untested) Windows named pipe based IPC code.Adam Ierymenko
2014-03-21Fix command line interface.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-20MULTICAST_FRAME TRACE improvements.Adam Ierymenko
2014-03-20More deadlock fixes in new I/O.Adam Ierymenko
2014-03-20Fix blocking socket issues in new socket I/O code.Adam Ierymenko
2014-03-19Fix TRACE bug and new UDP socket code issue.Adam Ierymenko
2014-03-19Bug fixes.Adam Ierymenko
2014-03-19command bus fixAdam Ierymenko
2014-03-19More IPC work.Adam Ierymenko
2014-03-19More build fixes.Adam Ierymenko
2014-03-19IPC changes and SocketManager changes all build!Adam Ierymenko