summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-06Almost all of GitHub issue #180Adam Ierymenko
2015-07-06Check Network::isAllowed() always on multicast send.Adam Ierymenko
2015-07-06pushDirectPaths() implementationAdam Ierymenko
2015-07-06Some cleanup, docs, and Path -> Path > RemotePath refactor.Adam Ierymenko
2015-07-06For curiosity add Salsa20/8 to benchmarks.Adam Ierymenko
2015-07-06Include COM with EXT_FRAME in bridged case.Adam Ierymenko
2015-07-06Kill debug line.Adam Ierymenko
2015-07-06docsAdam Ierymenko
2015-07-06Documentation in Packet, more work on path push, and clean up ancient legacy ...Adam Ierymenko
2015-07-06Merge pull request #203 from mwarning/loadlibsAdam Ierymenko
2015-07-06rename LIBS to LDLIBS and make it accessible from outsideMoritz Warning
2015-07-05Fix for output of empty (no members) networkKees Bos
2015-07-03Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-07-03Set -O0Grant Limberg
2015-07-03Merge pull request #202 from mwarning/openwrtAdam Ierymenko
2015-07-03allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGSMoritz Warning
2015-07-02GitHub issue #171 -- separate CFLAGS and CXXFLAGS in Linux makefileAdam Ierymenko
2015-07-02Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss...Adam Ierymenko
2015-07-01change some build settings. add a lockGrant Limberg
2015-07-01Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-07-01...Grant Limberg
2015-07-01For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ...Adam Ierymenko
2015-06-30Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-06-30loggingGrant Limberg
2015-06-29Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSHAdam Ierymenko
2015-06-29ipLocalRoutes now exposed via network objects in JSON controller API, and doc...Adam Ierymenko
2015-06-29Untested -- modifications to support IP ranges instead of ip/mask for IP assi...Adam Ierymenko
2015-06-29(1) Both nodeId and portId in Rule can be NULL, (2) remove on delete cascade ...Adam Ierymenko
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