summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Collapse)Author
2013-10-28Put default MTU in tap back to 2800, clean up tun-related files and other ↵Adam Ierymenko
things from the original pre-fork tap code base that we will never use.
2013-10-28Update binary build of tap.Adam Ierymenko
2013-10-28Make tap build on OSX 10.9, though not in a way that is easy for users. ↵Adam Ierymenko
Instead package binaries.
2013-10-26docs: we no longer use MS loopbackAdam Ierymenko
2013-10-21Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵Adam Ierymenko
way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems.
2013-09-16Integrating new crypto -- work in progress, wont build yet.Adam Ierymenko
2013-08-26ZeroTierOne for Windows binary project, builds and runs and mostly works but ↵Adam Ierymenko
still some issues with tap.
2013-08-24Docs, Node picks a default home folder if created with NULL as its home ↵Adam Ierymenko
path, and add binary tap drivers (self-signed for now).
2013-08-23Decided to abandon the winpcap direction for Windows tap... re-evaluating ↵Adam Ierymenko
using OpenVPN tap driver in some form for now.
2013-08-22Add winpcap development libraries and includes.Adam Ierymenko
2013-08-19Add devcon 32-bit and 64-bit Windoze binaries.Adam Ierymenko
2013-08-14Self test almost builds, now need skeleton EthernetTap implementation for ↵Adam Ierymenko
Windows.
2013-08-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵Adam Ierymenko
a start.
2013-08-12More Windows port work.Adam Ierymenko
2013-08-03Merge my adamierymenko-dev into the new master that incorporates Raspberry ↵Adam Ierymenko
Pi build changes in order to keep everything in sync.
2013-08-03Fixed typo in symlink, v61 vs v6lPaul Furley
2013-08-03libcrypto.afor linux-armv4Paul Furley
2013-08-03Symlink linux-armv61 to linux-armv4Paul Furley
2013-08-03Added linux-armv4 openssl build scriptPaul Furley
2013-07-31Change mind again... dump Http. Launcher will do this and will use libcurl. ↵Adam Ierymenko
Also fix some format string errors.
2013-07-27Revert removal of Http. Witness my indecisiveness.Adam Ierymenko
2013-07-27Dump huffman, doesnt add much and complicates porting to other languages. ↵Adam Ierymenko
Also fix compile error in idtool.
2013-07-27Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to ↵Adam Ierymenko
support HTTPS and chunking and other complexities.
2013-07-17New simpler command interface via loopback UDP protected by a crypto token.Adam Ierymenko
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko