summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2015-10-15GitHub issue #235, and I also see no reason not to communicate with people fr...Adam Ierymenko
2015-10-14decrypt fixAdam Ierymenko
2015-10-14Untested cluster code, not enabled.Adam Ierymenko
2015-10-14Work in progress on Cluster for new root infrastructure, multi-homing.Adam Ierymenko
2015-10-14Fix for world size in OK(HELLO)Adam Ierymenko
2015-10-14Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruct...Adam Ierymenko
2015-10-13Don't keep connections up longer than the alive timeout (unless they are rela...Adam Ierymenko
2015-10-13.Adam Ierymenko
2015-10-13Expose world ID and world timestamp in ZT_NodeStatusAdam Ierymenko
2015-10-13cleanupAdam Ierymenko
2015-10-13Full integration of World and World updates.Adam Ierymenko
2015-10-13World stuff...Adam Ierymenko
2015-10-13Add C output to mkworld.Adam Ierymenko
2015-10-13More World stuff, and mkworld.Adam Ierymenko
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-10-12cleanupAdam Ierymenko
2015-10-09Create files for each hop (more convenient) and fix a packet parse bug.Adam Ierymenko
2015-10-09Be a bit more verbose in circuit test reports to more clearly track current a...Adam Ierymenko
2015-10-09Circuit tests basically work but need some tweaks, and fix some issues found ...Adam Ierymenko
2015-10-09Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)Adam Ierymenko
2015-10-09docsAdam Ierymenko
2015-10-08Little bit of reorg in Salsa20 which seems to speed things up very slightly.Adam Ierymenko
2015-10-08Merge branch 'adamierymenko-dev' of http://10.6.6.2/zerotier/ZeroTierOne into...Adam Ierymenko
2015-10-08Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES...Adam Ierymenko
2015-10-08docsAdam Ierymenko
2015-10-07Make it so ZeroTierOne.h can be used with a C compiler again.Grant Limberg
2015-10-07docsAdam Ierymenko
2015-10-07Make sure received() gets called for some new messages, and docs.Adam Ierymenko
2015-10-07Finally add an ECHO.Adam Ierymenko
2015-10-07Limit proof of work difficulty to something sane.Adam Ierymenko
2015-10-07Add proof of work request for future DDOS mitigation use.Adam Ierymenko
2015-10-07Tune NAT-t keepalives so that timing is better obeyed, clean up a build warni...Adam Ierymenko
2015-10-07Kill debug line.Adam Ierymenko
2015-10-07Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on A...Adam Ierymenko
2015-10-07More cleanup and simple refactoring, consolidate InetAddres serialize/deseria...Adam Ierymenko
2015-10-07Trim some cruft that is not used and probably never would be.Adam Ierymenko
2015-10-06Try reopening /dev/urandom if there is a problem.Adam Ierymenko
2015-10-06Cleanup, and add an even faster Poly1305 on systems that support it.Adam Ierymenko
2015-10-06Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.Adam Ierymenko
2015-10-06Send initial CIRCUIT_TEST packet.Adam Ierymenko
2015-10-06Plumbing through circuit test stuff.Adam Ierymenko
2015-10-06Handling of CIRCUIT_TEST, should be ready to test.Adam Ierymenko
2015-10-06Fix TRACE output.Adam Ierymenko
2015-10-02no toString() method on peer. Commenting out for now.Grant Limberg
2015-10-02change cert to com. no variable named cert.Grant Limberg
2015-10-01Simplify Dictionary and reduce memory usage, now no more std::maps in core.Adam Ierymenko
2015-10-01The return of peer peristence.Adam Ierymenko
2015-10-01Peer serialization and related changes.Adam Ierymenko
2015-10-01.Adam Ierymenko
2015-10-01Need to hold nconf so *com does not die while being used.Adam Ierymenko