summaryrefslogtreecommitdiff
path: root/selftest.cpp
AgeCommit message (Expand)Author
2017-07-13More tracing stuff.Adam Ierymenko
2017-07-07More cleanup, Linux build fixes.Adam Ierymenko
2017-07-06Cleanup.Adam Ierymenko
2017-06-27Rename Utils::snprintf due to it being a #define on one platform.Adam Ierymenko
2017-05-09Fix for small stacks.Adam Ierymenko
2017-05-09Musl fixAdam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-04-27Cleanup, fix a valgrind error, stack use reduction.Adam Ierymenko
2017-04-24Controller optimizations -- make locking more fine-grained, use true hardware...Adam Ierymenko
2017-04-20Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_P...Adam Ierymenko
2017-04-19ARM NEON Salsa20/12 in build and selftest. Almost 2X speedup on a Raspberry Pi.Adam Ierymenko
2017-04-18Cleanup, Windows fixes, Self test fixAdam Ierymenko
2017-04-18Windows build fixes, self test cleanup.Adam Ierymenko
2017-04-18Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This gi...Adam Ierymenko
2017-04-17Enable use of NaCl for faster X64 Salsa20 implementations. Also include binar...Adam Ierymenko
2017-03-17Version bumps, and fix Debian so default is to build normally and .static fil...Adam Ierymenko
2017-03-02Fix selftest build.Adam Ierymenko
2017-02-06CSPRNG performance improvement, self test build fix.Adam Ierymenko
2017-01-26build fixAdam Ierymenko
2016-11-18Rate gate expensive validation of new identities in HELLO.Adam Ierymenko
2016-11-18Do packet MAC check before locallyValidate(), and add timing measurement in s...Adam Ierymenko
2016-11-07Bug fixes, self test of JSONDB disabled by default.Adam Ierymenko
2016-11-07Self test JSONDB.Adam Ierymenko
2016-08-17Linux build fixes, and build controller.Adam Ierymenko
2016-08-17We now always build the controller in ZeroTier One, at least for desktop and ...Adam Ierymenko
2016-06-30Get rid of broken test code for controller so selftest build works with contr...Adam Ierymenko
2016-06-21Another fuzzing code fix.Adam Ierymenko
2016-06-21Comment cleanup and fuzzing improvements.Adam Ierymenko
2016-06-21Make Dictionary templatable so it can be used where we want a higher capacity.Adam Ierymenko
2016-06-16Self test for dictionary, and fixes.Adam Ierymenko
2016-06-16Big refactor mostly builds. We now have a uniform backward compatible netconf.Adam Ierymenko
2016-04-12Shrink NetworkConfig slightly.Adam Ierymenko
2016-04-05OneService now binds all ports to specific local interfaces instead of wildca...Adam Ierymenko
2016-02-01Fix for GitHub issue #298 and hopefully #297Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2015-11-30Put selftest back and turn off tracing in PortMapper.Adam Ierymenko
2015-11-30Ton of uPnP work and adding NAT-PMP support, still testing...Adam Ierymenko
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ...Adam Ierymenko
2015-11-03Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses...Adam Ierymenko
2015-10-30Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup.Adam Ierymenko
2015-10-27Merge Phy<> from netcon.Adam Ierymenko
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-10-09Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)Adam Ierymenko
2015-10-07Add proof of work request for future DDOS mitigation use.Adam Ierymenko
2015-10-06Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.Adam Ierymenko
2015-09-10Rename some stuff in Phy since it can be used with any stream socket.Adam Ierymenko
2015-09-10Add socketpair support to Phy.Adam Ierymenko
2015-09-03Hash table bug fix, and add copy constructor and assignment operator for prin...Adam Ierymenko
2015-09-02Unix domain sockets in Phy<>Adam Ierymenko
2015-08-27A simple and fast Hashtable, tested but not yet integrated with anything.Adam Ierymenko