summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-30Fix for GitHub issue #252Adam Ierymenko
2015-11-30GitHub issue #257Adam Ierymenko
2015-11-30Put selftest back and turn off tracing in PortMapper.Adam Ierymenko
2015-11-30Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249Adam Ierymenko
2015-11-30indentationAdam Ierymenko
2015-11-30... and here.Adam Ierymenko
2015-11-30Need to close on premature abort too or resources are leaked.Adam Ierymenko
2015-11-30Also add a timeout for the actual NAT-PMP port mapping step.Adam Ierymenko
2015-11-30ifdef naming fix.Adam Ierymenko
2015-11-30Fix for uPnPAdam Ierymenko
2015-11-30Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, ↵Adam Ierymenko
and objs.
2015-11-30Ton of uPnP work and adding NAT-PMP support, still testing...Adam Ierymenko
2015-11-30Merge pull request #261 from janjaapbos/synologyAdam Ierymenko
Fix for cross compiling
2015-11-30Merge pull request #259 from janjaapbos/jb-devAdam Ierymenko
Increase maximum number of paths per IP scope to 4
2015-11-30Increase maximum number of paths per IP scope to 4Janjaap Bos
Otherwise, local discovered routes are ignored. Don't know what the best value would be. Taking 4 for now.
2015-11-24Merge branch 'dev' of github.com:zerotier/ZeroTierOne into devAdam Ierymenko
2015-11-24Merge pull request #254 from bonki/fix_iproute2_ip_handlingAdam Ierymenko
Fix for GitHub issue #253.
2015-11-24Fix for GitHub issue #253.Adrian Frühwirth
Make 'ip' detection more robust (some distros don't ship the binary in /sbin or /usr/sbin). Add error handling for cases where an ip add/remove fails.
2015-11-23(fixed) make-linux.mk conflicts, updated clean logicJoseph Henry
2015-11-30Merge devAdam Ierymenko
2015-11-23Intercept now checks ZT_NC_NWID environment variable for 16-digit network ID ↵Adam Ierymenko
and does not initialize if not present.
2015-11-23Rename Common to common.inc.c to indicate that this is an included C file ↵Adam Ierymenko
not a primary build C file.
2015-11-23Merge Sendfd into Common.cAdam Ierymenko
2015-11-23Mare make-self-contained code cleanup.Adam Ierymenko
2015-11-23More code cleanup, just moving some stuff into NetconEthernetTap that is not ↵Adam Ierymenko
used elsewhere.
2015-11-23Eliminate a few warnings and some small code reorg.Adam Ierymenko
2015-11-23Ignore more DLL patterns.Adam Ierymenko
2015-11-23Uncommit binary... :PAdam Ierymenko
2015-11-23A few very tiny bits of dead code removal, etc.Adam Ierymenko
2015-11-23MERGE current "dev" into "netcon" -- should not affect netcon itself but ↵Adam Ierymenko
will retest -- brings ZeroTier core up to 1.1.0
2015-11-23Reformat table.Adam Ierymenko
2015-11-23Updated test filesJoseph Henry
2015-11-23Replaced READMEJoseph Henry
2015-11-23Unit test info added to READMEJoseph Henry
2015-11-23Removed odd fileJoseph Henry
2015-11-23README formatting update. Removed odd filesJoseph Henry
2015-11-23Updated README, fixed node.js test bugJoseph Henry
2015-11-23Removed old READMEs and OS filesJoseph Henry
2015-11-23Test updateJoseph Henry
2015-11-23Patch for Node.js -- accept() bugJoseph Henry
2015-11-21ARP packets do need the source IP address in them, as well as the MAC address.Grant Limberg
Packets wouldn't even show up in WireShark without the source IP in it.
2015-11-21ARP packet lengths are 28 bytes. This condition required the packet to be ↵Grant Limberg
29 or more bytes.

2015-11-20The World as of 2015-11-20Adam Ierymenko
2015-11-20Update World to reflect Alice and Bob in their final glory. Will hot-push ↵Adam Ierymenko
this soon.
2015-11-20Additional test filesJoseph Henry
2015-11-20Updated makefile, removed old results directoryJoseph Henry
2015-11-20Updated makefile, removed old results directoryJoseph Henry
2015-11-20Removed old test directoryJoseph Henry
2015-11-20Test/Code Refactor in preparation for mergeJoseph Henry
2015-11-19WIP: Unit tests -- more generalizationJoseph Henry