Age | Commit message (Expand) | Author |
2019-03-22 | Kill ZT_FAST_MEMCPY in selftest. | Adam Ierymenko |
2019-01-14 | Updated licenses for 2019 | Joseph Henry |
2018-11-13 | self-test build fix. | Adam Ierymenko |
2018-03-12 | Speed tweaks for signatures, etc. | Adam Ierymenko |
2018-02-01 | Allow us to build a semi-dynamic official binary that works back to CentOS 6,... | Adam Ierymenko |
2018-01-26 | Clean up some old stuff. | Adam Ierymenko |
2018-01-09 | cleanup | Adam Ierymenko |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko |
2017-12-15 | Some micro-optimizations, including a memcpy that is faster than Linux for mo... | Adam Ierymenko |
2017-11-29 | Fix self-test compile. | Adam Ierymenko |
2017-07-13 | More tracing stuff. | Adam Ierymenko |
2017-07-07 | More cleanup, Linux build fixes. | Adam Ierymenko |
2017-07-06 | Cleanup. | Adam Ierymenko |
2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko |
2017-05-09 | Fix for small stacks. | Adam Ierymenko |
2017-05-09 | Musl fix | Adam Ierymenko |
2017-04-27 | License header update. | Adam Ierymenko |
2017-04-27 | Cleanup, fix a valgrind error, stack use reduction. | Adam Ierymenko |
2017-04-24 | Controller optimizations -- make locking more fine-grained, use true hardware... | Adam Ierymenko |
2017-04-20 | Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_P... | Adam Ierymenko |
2017-04-19 | ARM NEON Salsa20/12 in build and selftest. Almost 2X speedup on a Raspberry Pi. | Adam Ierymenko |
2017-04-18 | Cleanup, Windows fixes, Self test fix | Adam Ierymenko |
2017-04-18 | Windows build fixes, self test cleanup. | Adam Ierymenko |
2017-04-18 | Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This gi... | Adam Ierymenko |
2017-04-17 | Enable use of NaCl for faster X64 Salsa20 implementations. Also include binar... | Adam Ierymenko |
2017-03-17 | Version bumps, and fix Debian so default is to build normally and .static fil... | Adam Ierymenko |
2017-03-02 | Fix selftest build. | Adam Ierymenko |
2017-02-06 | CSPRNG performance improvement, self test build fix. | Adam Ierymenko |
2017-01-26 | build fix | Adam Ierymenko |
2016-11-18 | Rate gate expensive validation of new identities in HELLO. | Adam Ierymenko |
2016-11-18 | Do packet MAC check before locallyValidate(), and add timing measurement in s... | Adam Ierymenko |
2016-11-07 | Bug fixes, self test of JSONDB disabled by default. | Adam Ierymenko |
2016-11-07 | Self test JSONDB. | Adam Ierymenko |
2016-08-17 | Linux build fixes, and build controller. | Adam Ierymenko |
2016-08-17 | We now always build the controller in ZeroTier One, at least for desktop and ... | Adam Ierymenko |
2016-06-30 | Get rid of broken test code for controller so selftest build works with contr... | Adam Ierymenko |
2016-06-21 | Another fuzzing code fix. | Adam Ierymenko |
2016-06-21 | Comment cleanup and fuzzing improvements. | Adam Ierymenko |
2016-06-21 | Make Dictionary templatable so it can be used where we want a higher capacity. | Adam Ierymenko |
2016-06-16 | Self test for dictionary, and fixes. | Adam Ierymenko |
2016-06-16 | Big refactor mostly builds. We now have a uniform backward compatible netconf. | Adam Ierymenko |
2016-04-12 | Shrink NetworkConfig slightly. | Adam Ierymenko |
2016-04-05 | OneService now binds all ports to specific local interfaces instead of wildca... | Adam Ierymenko |
2016-02-01 | Fix for GitHub issue #298 and hopefully #297 | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2015-11-30 | Put selftest back and turn off tracing in PortMapper. | Adam Ierymenko |
2015-11-30 | Ton of uPnP work and adding NAT-PMP support, still testing... | Adam Ierymenko |
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ... | Adam Ierymenko |
2015-11-03 | Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses... | Adam Ierymenko |
2015-10-30 | Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup. | Adam Ierymenko |