summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Collapse)Author
2018-02-01Fix build on Intel C/C++ Compiler for Linux.Adam Ierymenko
2018-01-12cleanupAdam Ierymenko
2018-01-12Update miniupnpc to latest version (included library)Adam Ierymenko
2018-01-12Add zerotier-idtool to Windows.Adam Ierymenko
2017-12-07Go ahead and load kext so MacOS High Sierra users will see kext auth dialog ↵Adam Ierymenko
right away.
2017-11-03More fixes to RethinkDB.Adam Ierymenko
2017-11-02RethinkDB native connector work, minor fixes.Adam Ierymenko
2017-10-25Windows build fixes, AIP file update.Adam Ierymenko
2017-07-17Wire up PortMapper in AndroidGrant Limberg
Enables UPnP port mapping for Android client on networks with UPnP routers
2017-07-06Windows build fixes.Adam Ierymenko
2017-06-01New clustering work.Adam Ierymenko
2017-05-31Add some also-ZeroTier-written ext/ code for use in new clustering, delete ↵Adam Ierymenko
some old code, and change Mac to use -Os which is just as fast as -Ofast and may be faster due to cache effects.
2017-05-10versionAdam Ierymenko
2017-05-03GitHub issue #494 -- shut down and restart UI on Mac pkg install/upgrade.Adam Ierymenko
2017-04-27Cleanup, fix a valgrind error, stack use reduction.Adam Ierymenko
2017-04-24Version bumps.Adam Ierymenko
2017-04-24Windows version bump.Adam Ierymenko
2017-04-21GitHub issue #463 -- fix MacOS uninstall script.Adam Ierymenko
2017-04-19Integrate ARM/NEON crypto.Adam Ierymenko
2017-04-19ARM NEON Salsa20/12 in build and selftest. Almost 2X speedup on a Raspberry Pi.Adam Ierymenko
2017-04-19ARM NEON Salsa20/12.Adam Ierymenko
2017-04-18Cleanup, Windows fixes, Self test fixAdam Ierymenko
2017-04-18Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This ↵Adam Ierymenko
gives us (for example) 1.5gb/sec encryption on a Core i5 2.8ghz.
2017-04-17Back out NaCl since the old one with xmm6 salsa2012 does not support ↵Adam Ierymenko
multi-block use and the new one is slower.
2017-04-17Use right deployment target in OSX bin.Adam Ierymenko
2017-04-17Actually include .aAdam Ierymenko
2017-04-17Enable use of NaCl for faster X64 Salsa20 implementations. Also include ↵Adam Ierymenko
binary for OSX for easy build. Blazingly fast.
2017-04-14Resurrect zerotier-containerized.Adam Ierymenko
2017-03-17Windows installer version bump and a build fix.Adam Ierymenko
2017-03-17Version bumps, and fix Debian so default is to build normally and .static ↵Adam Ierymenko
files are used in our builds.
2017-03-14Windows version bump.Adam Ierymenko
2017-03-14bump bump bump that versionAdam Ierymenko
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-07Windows build process updates, and repackage everything using new EV ↵Adam Ierymenko
certificate and SHA256.
2017-03-07Windows build fixes.Adam Ierymenko
2017-01-27tap-windows-ndis5 is definitely deadAdam Ierymenko
2017-01-20Update nlohmann/json (header only lib).Adam Ierymenko
2017-01-19Bump bundled miniupnpc to 20161216Adam Ierymenko
2017-01-19Encapsulate LZ4 in Packet.cpp to eliminate dependency.Adam Ierymenko
2017-01-19Fix LZ4 warning.Adam Ierymenko
2017-01-19Include LZ4 README and LICENSE.Adam Ierymenko
2017-01-19Upgrade LZ4.Adam Ierymenko
2017-01-13Windows update build in Advanced Installer, and warning removal.Adam Ierymenko
2017-01-13"make official" for Mac now builds update image as well as pkg (update image ↵Adam Ierymenko
is just PKG + SFX script)
2017-01-13Mac updater SFX code.Adam Ierymenko
2016-12-23Windows installer updates.Adam Ierymenko
2016-12-23Update installer, etc., for Mac.Adam Ierymenko
2016-12-23Remove dead Mac stuff.Adam Ierymenko
2016-11-22Upgrade nlohmann::jsonAdam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C ↵Adam Ierymenko
json-parser to eliminate a dependency.