summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-12Odds and endsJoseph Henry
2015-10-12Minor bug fixesJoseph Henry
2015-10-12Work in progress on refactoring root-topology into World and adding in-band ↵Adam Ierymenko
updates.
2015-10-12Bug fix: Connection fd lookup in serviceJoseph Henry
2015-10-12cleanupAdam Ierymenko
2015-10-12Additional retval+errno handlingJoseph Henry
2015-10-12Better retval+errno handlingJoseph Henry
2015-10-09retval+errno return testJoseph Henry
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-09Removed netcon/.dependJoseph Henry
2015-10-09Minor cleanupJoseph Henry
2015-10-09Added liblwip.so and libintercept build filesJoseph Henry
2015-10-09Add more helpful example stuff.Adam Ierymenko
2015-10-09Added intercept build file and sourcesJoseph Henry
2015-10-09Eliminate format string warnings.Adam Ierymenko
2015-10-09Script to quickly generate test docker env files.Adam Ierymenko
2015-10-09Test: Added handle_write call to nc_pollJoseph Henry
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-08No Whack!Joseph Henry
2015-10-08Whack!Joseph Henry
2015-10-08Little bit of reorg in Salsa20 which seems to speed things up very slightly.Adam Ierymenko
2015-10-08Refactored write logicJoseph Henry
2015-10-08Logging of circuit test results to disk.Adam Ierymenko
2015-10-08Removed exit(0) for debuggingJoseph Henry
2015-10-08Minor timer changes (~21 Mb/s local)Joseph Henry
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
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 ↵Adam Ierymenko
warning, and fix a potential source of network recursion (though harmless).
2015-10-07Kill debug line.Adam Ierymenko
2015-10-07Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on ↵Adam Ierymenko
ARM, but the 64-bit version should be fine.
2015-10-07More cleanup and simple refactoring, consolidate InetAddres ↵Adam Ierymenko
serialize/deserialize into the class.
2015-10-07Be consistent in how enums are defined in the main .h file.Adam Ierymenko
2015-10-07Trim some cruft that is not used and probably never would be.Adam Ierymenko
2015-10-06Minor debug output changesJoseph Henry
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