Age | Commit message (Expand) | Author |
2015-10-09 | Docker example (and useful for testing) | 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-09 | docs | Adam Ierymenko |
2015-10-08 | Little bit of reorg in Salsa20 which seems to speed things up very slightly. | Adam Ierymenko |
2015-10-08 | Logging of circuit test results to disk. | Adam Ierymenko |
2015-10-08 | Merge branch 'adamierymenko-dev' of http://10.6.6.2/zerotier/ZeroTierOne into... | Adam Ierymenko |
2015-10-08 | Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES... | Adam Ierymenko |
2015-10-08 | docs | Adam Ierymenko |
2015-10-07 | Make it so ZeroTierOne.h can be used with a C compiler again. | Grant Limberg |
2015-10-07 | docs | Adam Ierymenko |
2015-10-07 | Make sure received() gets called for some new messages, and docs. | Adam Ierymenko |
2015-10-07 | Finally add an ECHO. | Adam Ierymenko |
2015-10-07 | Limit proof of work difficulty to something sane. | Adam Ierymenko |
2015-10-07 | Add proof of work request for future DDOS mitigation use. | Adam Ierymenko |
2015-10-07 | Tune NAT-t keepalives so that timing is better obeyed, clean up a build warni... | Adam Ierymenko |
2015-10-07 | Kill debug line. | Adam Ierymenko |
2015-10-07 | Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on A... | Adam Ierymenko |
2015-10-07 | More cleanup and simple refactoring, consolidate InetAddres serialize/deseria... | Adam Ierymenko |
2015-10-07 | Be consistent in how enums are defined in the main .h file. | Adam Ierymenko |
2015-10-07 | Trim some cruft that is not used and probably never would be. | Adam Ierymenko |
2015-10-06 | Try reopening /dev/urandom if there is a problem. | Adam Ierymenko |
2015-10-06 | Cleanup, and add an even faster Poly1305 on systems that support it. | Adam Ierymenko |
2015-10-06 | Some work on CIRCUIT_TEST, and a significant speedup to Poly1305. | Adam Ierymenko |
2015-10-06 | Prep in controller code to run tests. | Adam Ierymenko |
2015-10-06 | Send initial CIRCUIT_TEST packet. | Adam Ierymenko |
2015-10-06 | Plumbing through circuit test stuff. | Adam Ierymenko |
2015-10-06 | Handling of CIRCUIT_TEST, should be ready to test. | Adam Ierymenko |
2015-10-06 | Fix TRACE output. | Adam Ierymenko |
2015-10-02 | no toString() method on peer. Commenting out for now. | Grant Limberg |
2015-10-02 | change cert to com. no variable named cert. | Grant Limberg |
2015-10-01 | Simplify Dictionary and reduce memory usage, now no more std::maps in core. | Adam Ierymenko |
2015-10-01 | The return of peer peristence. | Adam Ierymenko |
2015-10-01 | Peer serialization and related changes. | Adam Ierymenko |
2015-10-01 | No reason to randomly pick uPnP secondary port. In fact it would likely cause... | Adam Ierymenko |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Need to hold nconf so *com does not die while being used. | Adam Ierymenko |
2015-10-01 | Send COM with MULTICAST_GATHER for future use. | Adam Ierymenko |
2015-10-01 | --bugs; | Adam Ierymenko |
2015-10-01 | Always announce multicast groups, not just to peers with direct links, and pu... | Adam Ierymenko |
2015-10-01 | Get trim() out of core where it is not needed. | Adam Ierymenko |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Mutex cleanup. | Adam Ierymenko |
2015-10-01 | Restore group announcement on Peer::receive() but centralize packet compositi... | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-30 | Consider IPv6 paths reliable (no constant keepalives needed) | Adam Ierymenko |
2015-09-30 | Add new verb names, and fix some Mac compiler flags. | Adam Ierymenko |
2015-09-30 | Speed up Salsa20 just a bit. | Adam Ierymenko |
2015-09-30 | More work on circuit testing... | Adam Ierymenko |
2015-09-28 | Never assign v4 IPs ending in .255 even within range. | Adam Ierymenko |
2015-09-27 | Specify circuit test messages. | Adam Ierymenko |