Age | Commit message (Expand) | Author |
2015-09-08 | Add a bit of useful testing instrumentation to SqliteNetworkController. | Adam Ierymenko |
2015-09-04 | Final std::map<> from Switch, and add some smallish default values for hash s... | Adam Ierymenko |
2015-09-04 | Almost done... very few std::map<>s remaining in any spot that matters. | Adam Ierymenko |
2015-09-04 | Remove way-overkill multimap from Switch. | Adam Ierymenko |
2015-09-04 | Starting in on Switch... kill map in defrag queue, which will probably improv... | Adam Ierymenko |
2015-09-04 | ... and another ... | Adam Ierymenko |
2015-09-04 | Two for one! (std::map removal) | Adam Ierymenko |
2015-09-04 | ... and another one! | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-09-04 | Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo... | Adam Ierymenko |
2015-09-04 | Add entries() to go with keys() for future use. | Adam Ierymenko |
2015-09-03 | Hash table bug fix, and add copy constructor and assignment operator for prin... | Adam Ierymenko |
2015-08-27 | Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map... | Adam Ierymenko |
2015-08-27 | A simple and fast Hashtable, tested but not yet integrated with anything. | Adam Ierymenko |
2015-08-25 | Ignore old root-topology if present -- fix for upgrading on Linux and possibl... | Adam Ierymenko |
2015-07-31 | Add security notice to auto-update info in -h output, and fix a missing paren. | Adam Ierymenko |
2015-07-31 | Remove a bit of redundant logic, and also announce MULTICAST_LIKEs to control... | Adam Ierymenko |
2015-07-31 | Dead code removal. | Adam Ierymenko |
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 |