Age | Commit message (Expand) | Author |
2015-07-28 | docs,cleanup | Adam Ierymenko |
2015-07-28 | Cancel NAT-t attempts if peer is no longer "alive" | Adam Ierymenko |
2015-07-28 | Kill more kittens. | Adam Ierymenko |
2015-07-28 | Revert... no luck with any of that. | Adam Ierymenko |
2015-07-28 | Play with NAT-t tweaks some more. | Adam Ierymenko |
2015-07-28 | Disable type punning on ARM by ifdef. | Adam Ierymenko |
2015-07-28 | Remove some left over debug code, and fix attempt to send to self if we are a... | Adam Ierymenko |
2015-07-28 | Add TRACE for NAT-t debugging. | Adam Ierymenko |
2015-07-28 | Try another NAT traversal improvement. | Adam Ierymenko |
2015-07-28 | Nuke some abandoned code. | Adam Ierymenko |
2015-07-27 | Fix to NAT escalation sequence. | Adam Ierymenko |
2015-07-27 | Fix IP scoping bug, and disable remotely reported surface push... not helping... | Adam Ierymenko |
2015-07-27 | Fix infinite loop typo. | Adam Ierymenko |
2015-07-27 | Push remote surface as reported by peers along with known interface direct pa... | Adam Ierymenko |
2015-07-27 | Eliminate some aggressive port scanning NAT-t behavior that has proven ineffe... | Adam Ierymenko |
2015-07-24 | Fix 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-23 | Add a rate limiting circuit breaker to the network controller to prevent floo... | Adam Ierymenko |
2015-07-23 | Eliminate some poorly thought out optimizations from the netconf/controller i... | Adam Ierymenko |
2015-07-17 | sp. | Adam Ierymenko |
2015-07-13 | Workaround for uclibc missing map::operator==() | Adam Ierymenko |
2015-07-13 | Add additional TRACE output in pushDirectPaths. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-13 | Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zero... | Adam Ierymenko |
2015-07-13 | Fixes to PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-07-13 | ZT_TRACE build fix. | Adam Ierymenko |
2015-07-13 | Put back legacy code to listen for LAN announcements to support same network ... | Adam Ierymenko |
2015-07-08 | Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning co... | Adam Ierymenko |
2015-07-07 | Implement ERROR_UNWATNED_MULTICAST | Adam Ierymenko |
2015-07-07 | Kill a potential source of type punning BUS errors on Android, and besides th... | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-07-07 | etherTypeName() is only used in Switch and only with ZT_TRACE | Adam Ierymenko |
2015-07-07 | Fix potential bug in controller config request. | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-07 | A bunch of comments and cleanup, including some to yesterday's direct path pu... | Adam Ierymenko |
2015-07-07 | Revert some bad docs in Packet -- I think we will still use that. Also rename... | Adam Ierymenko |
2015-07-06 | Remove debug printf(). | Adam Ierymenko |
2015-07-06 | Add new .h file to VS build, and Windows side of local interface address enum... | Adam Ierymenko |
2015-07-06 | Fix bug in direct path push send. | Adam Ierymenko |
2015-07-06 | Fix a regression. | Adam Ierymenko |
2015-07-06 | Unix side of local interface address awareness for GitHub issue #180. | Adam Ierymenko |
2015-07-06 | Plumbing for local interface addresses -- GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Almost everything for GitHub issue #180 except direct path map setup. | Adam Ierymenko |
2015-07-06 | Almost all of GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Check Network::isAllowed() always on multicast send. | Adam Ierymenko |
2015-07-06 | pushDirectPaths() implementation | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-07-06 | For curiosity add Salsa20/8 to benchmarks. | Adam Ierymenko |
2015-07-06 | Include COM with EXT_FRAME in bridged case. | Adam Ierymenko |
2015-07-06 | Kill debug line. | Adam Ierymenko |