Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | Increase paltry listen() backlog size to prevent Linux kernel syn flood ↵ | Adam Ierymenko | |
fallback (only really affects supernodes). | |||
2014-11-04 | Make selftest build and run on FreeBSD 10 with gmake | Adam Ierymenko | |
2014-10-30 | VERSION 1.0.0 | Adam Ierymenko | |
ZeroTier 1.0.0 brings a number of under the hood improvements and bug fixes. These include but are not limited to: * A simpler, faster multicast algorithm that places full burden for multicast propagation on the sender. This results in better fairness without CPU-intensive signature/verify on every packet, lower latency for intra-data-center SDN operations, and avoids distributed burdens that are intrinsically unfriendly to mobile clients subject to wake frequency limits and battery life constraints. In the future this may be augmented to allow optimized delivery to multiple recipients at the same site via federation. * Significant code reorg to move toward mobile support (iOS, Android) and future SDK packaging. * A number of efficiency and stability improvements. * Bug fixes for Linux and ARM users. * Improved NAT traversal, including limited support for port numbering scheme guessing to traverse some symmetric NATs. Upgrade from 0.9.x is not required but is strongly recommended. Older clients using the old multicast algorithm are presently supported via legacy hooks, and these may go away at some point in the future. We'll monitor the status of the network and try to keep legacy support around as long as people need it, but it'll probably be pulled once 95%+ of clients are 1.0.0 or newer. The next versions will bring further bug fixes, improved user experience, more enterprise-grade features for intra-data-center use, and more! | |||
2014-10-30 | docs | Adam Ierymenko | |
2014-10-30 | Fix for UI client. | Adam Ierymenko | |
2014-10-29 | Windows service fix -- it helps if we actually launch the control socket thing. | Adam Ierymenko | |
2014-10-29 | Build fix for UI and mac. | Adam Ierymenko | |
2014-10-29 | Back off default multicast limit just a little. | Adam Ierymenko | |
2014-10-29 | Windows build fix, set up Windows solution with new layout. | Adam Ierymenko | |
2014-10-29 | Linux build fixes for testnet. | Adam Ierymenko | |
2014-10-29 | More cleanup, and fix a bug in Multicaster::gather() | Adam Ierymenko | |
2014-10-29 | Moderate efficiency improvement on multicast gather result parsing, and go ↵ | Adam Ierymenko | |
ahead and keep track of total known peers. | |||
2014-10-29 | Code cleanup, and fix some unsafe pointer handling in Network. | Adam Ierymenko | |
2014-10-28 | Thread sync bug... | Adam Ierymenko | |
2014-10-28 | Fix a nasty bug introduced in packet fragmentation a while back during ↵ | Adam Ierymenko | |
refactoring, and a few other things related to multicast. | |||
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | Make multicast gather slightly more aggressive, and add total to list ↵ | Adam Ierymenko | |
command in testnet. | |||
2014-10-28 | .... aaaaaaand multicast testnet functionsa are in! | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | NULL dereference on still-initializing node bug fix in status query ↵ | Adam Ierymenko | |
commands, and doc updates. | |||
2014-10-28 | Helps to use a proper multithreaded queue instead of ugly plebian hackery. | Adam Ierymenko | |
2014-10-27 | Testnet seems to work a bit better now... | Adam Ierymenko | |
2014-10-27 | ... | Adam Ierymenko | |
2014-10-27 | Testnet works! sort of... | Adam Ierymenko | |
2014-10-27 | Testnet WIP | Adam Ierymenko | |
2014-10-24 | Prep for real tests like alltoall. | Adam Ierymenko | |
2014-10-24 | Deadlock fix... | Adam Ierymenko | |
2014-10-24 | More testnet work. | Adam Ierymenko | |
2014-10-24 | Testnet sort of works! spins up supernodes. | Adam Ierymenko | |
2014-10-23 | Testnet work... getting there! | Adam Ierymenko | |
2014-10-22 | Some work on simulated net... | Adam Ierymenko | |
2014-10-21 | Starting on simulated socket manager. | Adam Ierymenko | |
2014-10-21 | cleanup | Adam Ierymenko | |
2014-10-21 | Kill old testnet stuff, update main.cpp for new SocketManager abstraction. | Adam Ierymenko | |
2014-10-21 | More work on abstracting socket manager. | Adam Ierymenko | |
2014-10-21 | About halfway there in refactoring to support pluggable SocketManager. | Adam Ierymenko | |
2014-10-21 | Move socket manager implementation into osnet/ | Adam Ierymenko | |
2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko | |
2014-10-19 | Don't need to check peer version for every item in txQueue since there is ↵ | Adam Ierymenko | |
only one peer. | |||
2014-10-19 | One more Windows build fix. | Adam Ierymenko | |
2014-10-19 | Now for some clang compile fixes... | Adam Ierymenko | |
2014-10-19 | Switch VS2012 build back to real, not self-test. | Adam Ierymenko | |
2014-10-19 | Windows build fixes. | Adam Ierymenko | |
2014-10-18 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
ssh://shub-niggurath.zerotier.com:222/git/ZeroTierOne into adamierymenko-dev | |||
2014-10-18 | This is a --strategy=ours merge to allow adamierymenko-dev to replace | Adam Ierymenko | |
the current content of detached-network-test. This is ready for another test in 'headless' mode. Merge branch 'detached-network-test' into adamierymenko-dev |