Age | Commit message (Expand) | Author |
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 |
2015-03-30 | Build fixes. | Adam Ierymenko |
2015-03-17 | DB init works now. | Adam Ierymenko |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-10-21 | cleanup | Adam Ierymenko |
2014-09-16 | Get rid of __align stuff in Salsa20 -- not portable, does not seem to help mu... | Adam Ierymenko |
2014-08-16 | Refactor HttpClient a bit. | Adam Ierymenko |
2014-07-15 | Scale back Salsa20 benchmark a bit to not take too long on slow boxes. | Adam Ierymenko |
2014-07-15 | SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version | Adam Ierymenko |
2014-04-18 | Cleanup, dead code removal, some pretty insignificant security stuff that's b... | Adam Ierymenko |
2014-03-19 | IPC changes and SocketManager changes all build! | Adam Ierymenko |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko |
2014-01-21 | Several things: | Adam Ierymenko |
2013-12-06 | HTTP self-test. | Adam Ierymenko |
2013-12-06 | HTTP client works! | Adam Ierymenko |
2013-10-28 | Make Makefile for Mac use clang options instead of old GCC options, and fix a... | Adam Ierymenko |
2013-10-21 | Put back rest of selftest. | Adam Ierymenko |
2013-10-21 | Self-test for certificate of membership. | Adam Ierymenko |
2013-10-20 | Blech... moving on! | Adam Ierymenko |
2013-10-20 | And then it turns out to be too slow on a slower 32-bit machine... we do want... | Adam Ierymenko |
2013-10-20 | Yet another revision of this algo... yeesh... and update to supernode IDs. I ... | Adam Ierymenko |
2013-10-18 | Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet en... | Adam Ierymenko |
2013-10-07 | Add a second arg to idtool generate to make generating both secret and public... | Adam Ierymenko |
2013-10-05 | Make new identity hashcash algo memory hard, and tweak generation time a bit.... | Adam Ierymenko |