summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23added Comparable interface to VirtualNetworkConfig so we can sort arrays cont...Grant Limberg
2015-06-19dont consider multicast groups in VirtualNetworkConfig.equals()Grant Limberg
2015-06-17Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-06-17Almost certain fix for GitHub issue #184 on -devAdam Ierymenko
2015-06-16Merge pull request #182 from keesbos/rootserverAdam Ierymenko
2015-06-16Merge pull request #181 from keesbos/bugfixAdam Ierymenko
2015-06-15Fix 404 on creation of new networkKees Bos
2015-06-15Removed a superfluous cross joinKees Bos
2015-06-15Fix controller/network/*/member/*Kees Bos
2015-06-15Bugfix controller get member infoKees Bos
2015-06-13Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-06-13Modified ant build script so that it can be integrated with Android Studio's ...Grant Limberg
2015-06-13Add definition for VERB_CMA -- GitHub issue #180Adam Ierymenko
2015-06-13Add new fields in operator==Adam Ierymenko
2015-06-13Gateways support in NetworkConfig object.Adam Ierymenko
2015-06-13Gateways support in network controller schema and database (not implemented y...Adam Ierymenko
2015-06-13Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema.Adam Ierymenko
2015-06-13Merge pull request #179 from keesbos/bugfixAdam Ierymenko
2015-06-13Pickup return code from handleControlPlaneHttpGET and handleControlPlaneHttpPOSTKees Bos
2015-06-12This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY...Adam Ierymenko
2015-06-12Merge pull request #177 from keesbos/linux-uiAdam Ierymenko
2015-06-11Add ui to /var/lib/zerotier (linux installer)Kees Bos
2015-06-11Return 404 on delete if network member is missing (controller)Kees Bos
2015-06-11Return 404 on delete if network doesn't exist (controller)Kees Bos
2015-06-11Get deletion of networks in controller goingKees Bos
2015-06-11Change schema to enforce foreing keysKees Bos
2015-06-10Rename JniCache to JniLookupGrant Limberg
2015-06-09killing whitespaceGrant Limberg
2015-06-09Looks like it was the JNI cash causing the crash.Grant Limberg
2015-06-09Replace calls to Get<Type>ArrayElements with GetPrimitiveArrayCritical.Grant Limberg
2015-06-09ignore windows binary outputGrant Limberg
2015-06-09Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-06-09Logging and adding .equals() methods to MulticastGroup and VirtualNetworkCofnigGrant Limberg
2015-06-09Allow double-close just in case in Phy<>Adam Ierymenko
2015-06-09Rework Phy<> to clean up _socks entries only in poll() to fix instability in ...Adam Ierymenko
2015-06-05Fix for poll() in Phy<> with no sockets open. Only affects tcp-proxy.Adam Ierymenko
2015-06-04Update AUTHORS, change to MarkDown.Adam Ierymenko
2015-06-03Might help to set the enabled field on a VirtualNetworkConfig object :)Grant Limberg
2015-06-03more loggingGrant Limberg
2015-06-03VERSION 1.0.3: public preview releaseAdam Ierymenko
2015-06-03Product code for 1.0.3 etc.Adam Ierymenko
2015-06-03delete dead test codeGrant Limberg
2015-06-03No auto-updates on BSD either.Adam Ierymenko
2015-06-03Linux auto-update is going away.Adam Ierymenko
2015-06-03Make max HTTP message size (max update size) larger since Windows MSI is abou...Adam Ierymenko
2015-06-03Make status line in UI show "TUNNELED" if slow TCP tunneling mode is active.Adam Ierymenko
2015-06-03NOHUP-ify the child process on OSX auto-update.Adam Ierymenko
2015-06-03Auto-update fix -- signature is in hex.Adam Ierymenko
2015-06-03Put version back to 1.0.3.Adam Ierymenko
2015-06-03Temporarily bump version to fake 1.0.99 to test auto-update within network.Adam Ierymenko