summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2015-07-28Try another NAT traversal improvement.Adam Ierymenko
2015-07-28Nuke some abandoned code.Adam Ierymenko
2015-07-27Fix to NAT escalation sequence.Adam Ierymenko
2015-07-27Fix IP scoping bug, and disable remotely reported surface push... not helping...Adam Ierymenko
2015-07-27Fix infinite loop typo.Adam Ierymenko
2015-07-27Push remote surface as reported by peers along with known interface direct pa...Adam Ierymenko
2015-07-27Eliminate some aggressive port scanning NAT-t behavior that has proven ineffe...Adam Ierymenko
2015-07-24Fix leaving of networks to actually call Network::destroy().Adam Ierymenko
2015-07-23(1) Fix updating of network revision counter on member change.Adam Ierymenko
2015-07-23Add a rate limiting circuit breaker to the network controller to prevent floo...Adam Ierymenko
2015-07-23Eliminate some poorly thought out optimizations from the netconf/controller i...Adam Ierymenko
2015-07-17sp.Adam Ierymenko
2015-07-13Workaround for uclibc missing map::operator==()Adam Ierymenko
2015-07-13Add additional TRACE output in pushDirectPaths.Adam Ierymenko
2015-07-13Clean up some YAGNI issues with implementation of GitHub issue #180, and make...Adam Ierymenko
2015-07-13Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zero...Adam Ierymenko
2015-07-13Fixes to PUSH_DIRECT_PATHS.Adam Ierymenko
2015-07-13ZT_TRACE build fix.Adam Ierymenko
2015-07-13Put back legacy code to listen for LAN announcements to support same network ...Adam Ierymenko
2015-07-08Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning co...Adam Ierymenko
2015-07-07Implement ERROR_UNWATNED_MULTICASTAdam Ierymenko
2015-07-07Kill a potential source of type punning BUS errors on Android, and besides th...Adam Ierymenko
2015-07-07Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ...Adam Ierymenko
2015-07-07etherTypeName() is only used in Switch and only with ZT_TRACEAdam Ierymenko
2015-07-07Fix potential bug in controller config request.Adam Ierymenko
2015-07-07More cleanup to direct path push, comment fixes, etc.Adam Ierymenko
2015-07-07A bunch of comments and cleanup, including some to yesterday's direct path pu...Adam Ierymenko
2015-07-07Revert some bad docs in Packet -- I think we will still use that. Also rename...Adam Ierymenko
2015-07-06Remove debug printf().Adam Ierymenko
2015-07-06Add new .h file to VS build, and Windows side of local interface address enum...Adam Ierymenko
2015-07-06Fix bug in direct path push send.Adam Ierymenko
2015-07-06Fix a regression.Adam Ierymenko
2015-07-06Unix side of local interface address awareness for GitHub issue #180.Adam Ierymenko
2015-07-06Plumbing for local interface addresses -- GitHub issue #180Adam Ierymenko
2015-07-06Almost everything for GitHub issue #180 except direct path map setup.Adam Ierymenko
2015-07-06Almost all of GitHub issue #180Adam Ierymenko
2015-07-06Check Network::isAllowed() always on multicast send.Adam Ierymenko
2015-07-06pushDirectPaths() implementationAdam Ierymenko
2015-07-06Some cleanup, docs, and Path -> Path > RemotePath refactor.Adam Ierymenko
2015-07-06For curiosity add Salsa20/8 to benchmarks.Adam Ierymenko
2015-07-06Include COM with EXT_FRAME in bridged case.Adam Ierymenko
2015-07-06Kill debug line.Adam Ierymenko
2015-07-06docsAdam Ierymenko
2015-07-06Documentation in Packet, more work on path push, and clean up ancient legacy ...Adam Ierymenko
2015-07-02Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss...Adam Ierymenko
2015-07-01For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ...Adam Ierymenko
2015-06-29Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSHAdam Ierymenko
2015-06-29Fix semantics of std::unique() to actually remove duplicates (hidden memory l...Adam Ierymenko
2015-06-26Put multicast txQueue back to list.Adam Ierymenko
2015-06-26Fix cert verification check for self signed signaturesKees Bos