summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-28Add binary build of libminiupnpc for Mac x64.Adam Ierymenko
2015-07-28Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zero...Adam Ierymenko
2015-07-28UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64Adam Ierymenko
2015-07-28docs,cleanupAdam Ierymenko
2015-07-28Cancel NAT-t attempts if peer is no longer "alive"Adam Ierymenko
2015-07-28Kill more kittens.Adam Ierymenko
2015-07-28Revert... no luck with any of that.Adam Ierymenko
2015-07-28Play with NAT-t tweaks some more.Adam Ierymenko
2015-07-28Disable type punning on ARM by ifdef.Adam Ierymenko
2015-07-28Remove some left over debug code, and fix attempt to send to self if we are a...Adam Ierymenko
2015-07-28Add TRACE for NAT-t debugging.Adam Ierymenko
2015-07-28Try another NAT traversal improvement.Adam Ierymenko
2015-07-28Nuke some abandoned code.Adam Ierymenko
2015-07-28Enable SO_NO_CHECK if available to skip UDP checksum on packet send for sligh...Adam Ierymenko
2015-07-28Merge branch 'master' into adamierymenko-devAdam Ierymenko
2015-07-28Merge pull request #215 from nelsonjchen/patch-2Adam 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-24Apply same Linux compiler-picker logic to Mac.Adam Ierymenko
2015-07-24Add version to log.Adam Ierymenko
2015-07-23(1) Fix updating of network revision counter on member change.Adam Ierymenko
2015-07-23Fix for make-linux: detect whether CC/CXX were explicitly overridden, and if ...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-22Update Application Mac Menu. Small MacGap leftover.Nelson Chen
2015-07-22Add a Log table to log queries for debugging and security logging. No JSON AP...Adam Ierymenko
2015-07-22Merge pull request #212 from keesbos/fixAdam Ierymenko
2015-07-21Fix to member listing: I wanted an object with member IDs as keys and member ...Adam Ierymenko
2015-07-21List members in the form of a hash of member ID and member revision so code c...Adam Ierymenko
2015-07-21Remove "members" from Network record and instead enumerate members via specif...Adam Ierymenko
2015-07-21Fix IP auto-assign bug due to missing subnet routes.Adam Ierymenko
2015-07-21Report controllerInstanceId in all objects so that controller resets can be e...Adam Ierymenko
2015-07-20Fix bug in rules JSON output.Adam Ierymenko
2015-07-20Proper handling of NULL entry for etherType in rules table.Adam Ierymenko
2015-07-20Fix string overwrite bug.Adam Ierymenko
2015-07-20Get rid of false foreign key in Relay.Adam Ierymenko
2015-07-17sp.Adam Ierymenko
2015-07-17IP assignment pool range bug fix.Adam Ierymenko
2015-07-17Fix some SQL and make instanceId more robustly random.Adam Ierymenko
2015-07-17Fix bad JSON in response.Adam Ierymenko
2015-07-17Add a concept of an "instanceId" to the controller, which the OnePoint can us...Adam Ierymenko
2015-07-16Fix addLocalInterfaceAddress call in OneService on WindowsGrant Limberg
2015-07-16Add memberRevision stuff to JSON output, and update docs.Adam Ierymenko
2015-07-16Add a concept of a member revision counter to networks. This can be used to s...Adam Ierymenko
2015-07-14Networks don't need their ID as a default name.Adam Ierymenko
2015-07-14Don't allow zero as a network number.Adam Ierymenko