| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-08 | Some installer stuff, complete refactoring of Windows side of newly split ↵ | Adam Ierymenko | |
| tap driver. Seems to work. Now to see if the cleanup we did here gets rid of the zombie tap device issue on Windows. | |||
| 2014-04-07 | Builds and runs on Unix with EthernetTap changes, now for Windows... and for ↵ | Adam Ierymenko | |
| what we did this for: a refactor of the Windows tap connector. | |||
| 2014-04-07 | Split EthernetTap into subclasses, work in progress... | Adam Ierymenko | |
| 2014-04-03 | A few more tweaks to TCP failover... seems to be switching back and forth ↵ | Adam Ierymenko | |
| pretty well now! | |||
| 2014-04-03 | Tweak some timings and stuff. | Adam Ierymenko | |
| 2014-04-03 | Such ping logic. So edge case. | Adam Ierymenko | |
| 2014-04-02 | Make Unix domain sockets mode 0777 so that properly authorized ↵ | Adam Ierymenko | |
| non-privileged users can access them (if they have auth token). | |||
| 2014-04-02 | Make GUI work with new control client API, make control client look for user ↵ | Adam Ierymenko | |
| authtoken.secret if system unreadable. | |||
| 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 ↵ | Adam Ierymenko | |
| supernodes from resynchronizing unless explicitly ordered. | |||
| 2014-04-01 | The remove paths on send fail thing in Peer.cpp was not well thought out, ↵ | Adam Ierymenko | |
| and there is no point in mallocing the TCP write buffer. | |||
| 2014-04-01 | Resynchronize on startup. | Adam Ierymenko | |
| 2014-04-01 | Get : out of Path.toString() since this will conflict with : in IPv6 IPs. | Adam Ierymenko | |
| 2014-03-31 | Build fix. | Adam Ierymenko | |
| 2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ↵ | Adam Ierymenko | |
| indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. | |||
| 2014-03-31 | Increase maximum packet fragments to make room for huge multicasts with ↵ | Adam Ierymenko | |
| certificates of membership tagged onto them. This likely will not actually increase the number of fragments in practice much, since these are then subsequently compressed. But the buffer needs to be allocated with room for them, otherwise these packets get dropped with a range_error exception internally. | |||
| 2014-03-31 | Clean dead paths from peers. | Adam Ierymenko | |
| 2014-03-28 | Small readability fix. | Adam Ierymenko | |
| 2014-03-28 | Add TCP/443 to all supernodes in Defaults. | Adam Ierymenko | |
| 2014-03-28 | Remove UDP-breaking debug code. | Adam Ierymenko | |
| 2014-03-28 | Windows uses exceptfds to report failed async connect() in select(). TCP now ↵ | Adam Ierymenko | |
| done on Windows (I think). | |||
| 2014-03-28 | TCP connections work on Windows now. | Adam Ierymenko | |
| 2014-03-27 | Reduce some TRACE noise. | Adam Ierymenko | |
| 2014-03-27 | Make multiple attempts to open the tap device on Windows. | Adam Ierymenko | |
| 2014-03-27 | Windows build fix. | Adam Ierymenko | |
| 2014-03-27 | Build fix from merge. | Adam Ierymenko | |
| 2014-03-27 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
| ssh://shub-niggurath.zerotier.com:222/git/ZeroTierOne into adamierymenko-dev | |||
| 2014-03-27 | Make TCP optional, rename port constant. | Adam Ierymenko | |
| 2014-03-27 | Finally fixed TCP sockets. | Adam Ierymenko | |
| 2014-03-27 | More TCP-related fixes and tweaks to ping timing, resynchronize, and startup. | 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 | |
| all paths are equally dead. | |||
| 2014-03-25 | Crank down default multicast preload and max balance just a little bit... ↵ | Adam Ierymenko | |
| should not impact non-lame protocols. | |||
| 2014-03-25 | Apply multicast rate limits on a network to ourselves and do not send ↵ | Adam Ierymenko | |
| multicasts that would exceed limits, for GitHub issue #55 | |||
| 2014-03-25 | WINDOWS IS SUFFERING | Adam Ierymenko | |
| 2014-03-25 | Make Windows build, add (untested) Windows named pipe based IPC code. | Adam Ierymenko | |
| 2014-03-21 | Fix command line interface. | 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 ↵ | Adam Ierymenko | |
| SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets. | |||
| 2014-03-20 | MULTICAST_FRAME TRACE improvements. | Adam Ierymenko | |
| 2014-03-20 | More deadlock fixes in new I/O. | Adam Ierymenko | |
| 2014-03-20 | Fix blocking socket issues in new socket I/O code. | Adam Ierymenko | |
| 2014-03-19 | Fix TRACE bug and new UDP socket code issue. | Adam Ierymenko | |
| 2014-03-19 | Bug fixes. | Adam Ierymenko | |
| 2014-03-19 | command bus fix | Adam Ierymenko | |
