Age | Commit message (Expand) | Author |
2017-02-06 | CSPRNG performance improvement, self test build fix. | Adam Ierymenko |
2017-01-26 | build fix | Adam Ierymenko |
2016-11-18 | Rate gate expensive validation of new identities in HELLO. | Adam Ierymenko |
2016-11-18 | Do packet MAC check before locallyValidate(), and add timing measurement in s... | Adam Ierymenko |
2016-11-07 | Bug fixes, self test of JSONDB disabled by default. | Adam Ierymenko |
2016-11-07 | Self test JSONDB. | Adam Ierymenko |
2016-08-17 | Linux build fixes, and build controller. | Adam Ierymenko |
2016-08-17 | We now always build the controller in ZeroTier One, at least for desktop and ... | Adam Ierymenko |
2016-06-30 | Get rid of broken test code for controller so selftest build works with contr... | Adam Ierymenko |
2016-06-21 | Another fuzzing code fix. | Adam Ierymenko |
2016-06-21 | Comment cleanup and fuzzing improvements. | Adam Ierymenko |
2016-06-21 | Make Dictionary templatable so it can be used where we want a higher capacity. | Adam Ierymenko |
2016-06-16 | Self test for dictionary, and fixes. | Adam Ierymenko |
2016-06-16 | Big refactor mostly builds. We now have a uniform backward compatible netconf. | Adam Ierymenko |
2016-04-12 | Shrink NetworkConfig slightly. | Adam Ierymenko |
2016-04-05 | OneService now binds all ports to specific local interfaces instead of wildca... | Adam Ierymenko |
2016-02-01 | Fix for GitHub issue #298 and hopefully #297 | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2015-11-30 | Put selftest back and turn off tracing in PortMapper. | Adam Ierymenko |
2015-11-30 | Ton of uPnP work and adding NAT-PMP support, still testing... | Adam Ierymenko |
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ... | Adam Ierymenko |
2015-11-03 | Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses... | Adam Ierymenko |
2015-10-30 | Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup. | Adam Ierymenko |
2015-10-27 | Merge Phy<> from netcon. | Adam Ierymenko |
2015-10-12 | Work in progress on refactoring root-topology into World and adding in-band u... | Adam Ierymenko |
2015-10-09 | Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE) | Adam Ierymenko |
2015-10-07 | Add proof of work request for future DDOS mitigation use. | Adam Ierymenko |
2015-10-06 | Some work on CIRCUIT_TEST, and a significant speedup to Poly1305. | Adam Ierymenko |
2015-09-10 | Rename some stuff in Phy since it can be used with any stream socket. | Adam Ierymenko |
2015-09-10 | Add socketpair support to Phy. | Adam Ierymenko |
2015-09-03 | Hash table bug fix, and add copy constructor and assignment operator for prin... | Adam Ierymenko |
2015-09-02 | Unix domain sockets in Phy<> | Adam Ierymenko |
2015-08-27 | A simple and fast Hashtable, tested but not yet integrated with anything. | Adam Ierymenko |
2015-07-28 | Enable SO_NO_CHECK if available to skip UDP checksum on packet send for sligh... | Adam Ierymenko |
2015-07-13 | Disable HTTP test in selftest since it works, and GitHub issue #207. | Adam Ierymenko |
2015-07-06 | For curiosity add Salsa20/8 to benchmarks. | Adam Ierymenko |
2015-06-01 | Apply @marning suggested SSE auto-detect to make builds easier on non-x86 pla... | Adam Ierymenko |
2015-05-21 | BackgroundResolver test. | Adam Ierymenko |
2015-05-17 | Build fixes for G++, building without SQLite3 present, and warning removal. | Adam Ierymenko |
2015-05-14 | First stab of PFS design work with PKC security -- may not implement in 1.0.3... | Adam Ierymenko |
2015-04-24 | Windows now builds and runs selftest correctly, and fixed a Windows (and poss... | Adam Ierymenko |
2015-04-20 | OSUtils::resolve() | Adam Ierymenko |
2015-04-20 | (1) now builds and works on Linux, (2) fix a threading problem causing carsh ... | Adam Ierymenko |
2015-04-17 | Add a timestamp to netconf cache, fix some SQL queries in NC. | Adam Ierymenko |
2015-04-16 | Some cleanup, and bite the bullet and go ahead and write a simple Http client... | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |
2015-04-10 | Simplify Phy<> to get rid of more indirections. | Adam Ierymenko |
2015-03-31 | osnet -> osdep | Adam Ierymenko |
2015-03-31 | Phy is a better name than Wire, and other cleanup. | Adam Ierymenko |
2015-03-30 | Wire selftest, and passes all tests. | Adam Ierymenko |