summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-19.Adam Ierymenko
2015-10-19.Adam Ierymenko
2015-10-19Fix for V4/V6 stable addressing.Adam Ierymenko
2015-10-19Fix bad COM attachment bug and eliminate an unnecessary redundant check.Adam Ierymenko
2015-10-19Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS ↵Adam Ierymenko
vector.
2015-10-19Some test stuff that will not be pushed elsewhere.Adam Ierymenko
2015-10-19World test stuff... some of this will be yanked before release.Adam Ierymenko
2015-10-16.Adam Ierymenko
2015-10-16Fix vProto init.Adam Ierymenko
2015-10-16Accept OK for confirm of HELLO or ECHO.Adam Ierymenko
2015-10-16Peer save/restore fix.Adam Ierymenko
2015-10-16Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation.Adam Ierymenko
2015-10-16IPv6 support fixes.Adam Ierymenko
2015-10-15GitHub issue #235, and I also see no reason not to communicate with people ↵Adam Ierymenko
from other Worlds.
2015-10-14.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 ↵Adam Ierymenko
destruction.
2015-10-13Don't keep connections up longer than the alive timeout (unless they are ↵Adam Ierymenko
relays or roots)
2015-10-13.Adam Ierymenko
2015-10-13Expose world info in JSON.Adam Ierymenko
2015-10-13Expose world ID and world timestamp in ZT_NodeStatusAdam Ierymenko
2015-10-13docsAdam 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 ↵Adam Ierymenko
updates.
2015-10-12cleanupAdam Ierymenko
2015-10-09Create files for each hop (more convenient) and fix a packet parse bug.Adam Ierymenko
2015-10-09Reorg fields to be in same order as FS scheme.Adam Ierymenko
2015-10-09.Adam Ierymenko
2015-10-09Be a bit more verbose in circuit test reports to more clearly track current ↵Adam Ierymenko
and upstream hop in graph traversal history.
2015-10-09Circuit tests basically work but need some tweaks, and fix some issues found ↵Adam Ierymenko
with valgrind.
2015-10-09Add more helpful example stuff.Adam Ierymenko
2015-10-09Eliminate format string warnings.Adam Ierymenko
2015-10-09Script to quickly generate test docker env files.Adam Ierymenko
2015-10-09.Adam Ierymenko
2015-10-09Docker example (and useful for testing)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-08Logging of circuit test results to disk.Adam Ierymenko
2015-10-08Merge branch 'adamierymenko-dev' of http://10.6.6.2/zerotier/ZeroTierOne ↵Adam Ierymenko
into adamierymenko-dev
2015-10-08Abiltiy to post a test via the controller web API, and parsing of ↵Adam Ierymenko
CIRCUIT_TEST_REPORT messages.
2015-10-08docsAdam Ierymenko
2015-10-07Make it so ZeroTierOne.h can be used with a C compiler again.Grant Limberg