Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.

This commit is contained in:
Adam Ierymenko 2015-04-16 14:13:44 -07:00
commit 53cbe485f0
14 changed files with 470 additions and 726 deletions

View file

@ -71,7 +71,7 @@ selftest: $(OBJS) selftest.o
# ./buildinstaller.sh
clean:
rm -rf *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o build-* zerotier-one zerotier-idtool zerotier-selftest ZeroTierOneInstaller-*
rm -rf *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o build-* zerotier-one zerotier-idtool zerotier-selftest ZeroTierOneInstaller-*
debug: FORCE
make -j 4 ZT_DEBUG=1