summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-15Cleaned up, tests updated, readme updatedJoseph Henry
2015-12-15Patch controller to not send relays to 1.1.0 to avoid triggering 1.1.0 ↵Adam Ierymenko
network preferred relays bug.
2015-12-15Fix should use ECHO check.Adam Ierymenko
2015-12-15Fix bug in ECHO handling (OK was invalid!), and use ECHO on newer peers for ↵Adam Ierymenko
path confirmation. Also get rid of path confirmation circuit breaker since this causes issues with some peers and should be done more intelligently anyway.
2015-12-15Make auto backups slightly less frequent.Adam Ierymenko
2015-12-14Make hex device address in UPnP name the right length.Adam Ierymenko
2015-12-14Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2015-12-14Old NYC is dead.Adam Ierymenko
2015-12-14Remove unimplemented SET_EPHEMERAL_KEY for now.Adam Ierymenko
2015-12-14Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edgeJoseph Henry
2015-12-14send_cmd() retrun value bugfix + minor debug changesJoseph Henry
2015-12-14Cache null results from Maxmind.Adam Ierymenko
2015-12-14Library functions are now static, RPC return value tuning, and cleanupJoseph Henry
2015-12-12FDs transferred over listen socket + other fixesJoseph Henry
2015-12-11Stability fixJoseph Henry
2015-12-10RPC cleanup + Temporary timing fixJoseph Henry
2015-12-09Only set SO_NO_CHECK on IPv4 UDP sockets for now due to broken V6 stacks ↵Adam Ierymenko
that drop zero checksum UDP packets.
2015-12-09Fixed addrlen assignment in getsockname()Joseph Henry
2015-12-09getsockname() implementedJoseph Henry
2015-12-09.Adam Ierymenko
2015-12-08.Adam Ierymenko
2015-12-08Stub out getsockname()Adam Ierymenko
2015-12-08.Adam Ierymenko
2015-12-08.Adam Ierymenko
2015-12-08(WIP) more netcon workAdam Ierymenko
2015-12-08Merge with fixes of netcon to edge.Adam Ierymenko
2015-12-08Updated README, tests, and InterceptJoseph Henry
2015-12-08Nginx patch. Verified to work in fc23 and ub14Joseph Henry
2015-12-07Fixed typoJoseph Henry
2015-12-07Updated compatibility sectionJoseph Henry
2015-12-07Combined make-linux.mk and make-intercept.mk's installer sectionJoseph Henry
2015-12-07Replaced darkhttpd with httpd since darkhttpd is not currently supported and ↵Joseph Henry
does not work
2015-12-07More concise unit test sectionJoseph Henry
2015-12-07Added unit test info to README.mdJoseph Henry
2015-12-07Test updatesJoseph Henry
2015-12-07Modified test scripts to match new naming conventionsroot
2015-12-06Modified Nginx test scriptsJoseph Henry
2015-12-06Added application-specific test arguments to test scriptJoseph Henry
2015-12-04Merge remote-tracking branch 'origin/netcon' into edgeAdam Ierymenko
2015-12-04(WIP) Additional test script changesJoseph Henry
2015-12-04Always Salsa20 encrypt the result of the system CSPRNG as a mitigation ↵Adam Ierymenko
against various low-entropy bugs such as the recent Raspberry Pi one.
2015-12-04docsAdam Ierymenko
2015-12-04docsAdam Ierymenko
2015-12-04Merge of netcon with edge and unification of make processes.Adam Ierymenko
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