summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-29DB schema changes: separate portId in rules, ranges in IP assignment pools. (...Adam Ierymenko
2015-06-29Fix semantics of std::unique() to actually remove duplicates (hidden memory l...Adam Ierymenko
2015-06-26reflect changes to ZT1_PeerRole in JNIGrant Limberg
2015-06-26Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-06-26Put multicast txQueue back to list.Adam Ierymenko
2015-06-26Add Kees Bos to AUTHORS :)Adam Ierymenko
2015-06-26Merge pull request #196 from keesbos/fixesAdam Ierymenko
2015-06-26GitHub issue #191 - kill intra-network multicast rate limits (which were not ...Adam Ierymenko
2015-06-26Redo conversion of _networks to a vector. Just use a simple linear search and...Adam Ierymenko
2015-06-26Fix reporting of ipAssignments for ipv4Kees Bos
2015-06-26Fix cert verification check for self signed signaturesKees Bos
2015-06-24configure the NDK to build all supported ABIs and package them up in the jarGrant Limberg
2015-06-23added Comparable interface to VirtualNetworkConfig so we can sort arrays cont...Grant Limberg
2015-06-23Merge pull request #192 from mwarning/replace_eraseAdam Ierymenko
2015-06-23replace vector::erase, was missed in a previous commit (ref #186)Moritz Warning
2015-06-22Merge branch '_networks_vector' of https://github.com/mwarning/ZeroTierOne in...Adam Ierymenko
2015-06-22Merge pull request #189 from keesbos/bugfix-auth-memberAdam Ierymenko
2015-06-20use _network function to reduce source code complexityMoritz Warning
2015-06-20replace _networks map by vectorMoritz Warning
2015-06-19dont consider multicast groups in VirtualNetworkConfig.equals()Grant Limberg
2015-06-19Fixed member authorization bug and minor cleanupKees Bos
2015-06-19Root server terminology cleanup, and tighten up a security check by checking ...Adam Ierymenko
2015-06-19Rebuild properly signed root topology after supernode -> rootserver name change.Adam Ierymenko
2015-06-19Merge pull request #187 from keesbos/fix-ipv4-assignmentAdam Ierymenko
2015-06-18Merge pull request #186 from mwarning/txQueue_vectorAdam Ierymenko
2015-06-19replace txQueue list by vector for faster memory access and less allocationsMoritz Warning
2015-06-18Fix for ipv4 assignmentKees Bos
2015-06-18Move js/ to ZeroTierIntegrations project.Adam Ierymenko
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