summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-04(WIP) Additional test script changesJoseph Henry
2015-12-04Merge dev.Adam Ierymenko
2015-12-04.Adam Ierymenko
2015-12-04First draft (unfinished) of new README for netcon (original in README.orig.md).Adam Ierymenko
2015-12-04ZT_NC_NWID patch + (WIP) test script modificationsJoseph Henry
2015-12-03(fixed) nwid detection in test scriptJoseph Henry
2015-12-03(fixed) test script liblwip.so placement, also streamlined test logicJoseph Henry
2015-12-01Fix Linux init script to properly specify runlevels.Adam Ierymenko
2015-11-30Fix for GitHub issue #260 -- fix for (non-exploitable) crash in network ↵Adam Ierymenko
preferred relay code
2015-11-30Low-impact sanity check against GitHub issue #247 -- will likely prevent ↵Adam Ierymenko
other weird recursions too.
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