Age | Commit message (Expand) | Author |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-07-06 | For curiosity add Salsa20/8 to benchmarks. | Adam Ierymenko |
2015-07-06 | Include COM with EXT_FRAME in bridged case. | Adam Ierymenko |
2015-07-06 | Kill debug line. | Adam Ierymenko |
2015-07-06 | docs | Adam Ierymenko |
2015-07-06 | Documentation in Packet, more work on path push, and clean up ancient legacy ... | Adam Ierymenko |
2015-07-06 | Merge pull request #203 from mwarning/loadlibs | Adam Ierymenko |
2015-07-06 | rename LIBS to LDLIBS and make it accessible from outside | Moritz Warning |
2015-07-03 | Merge pull request #202 from mwarning/openwrt | Adam Ierymenko |
2015-07-03 | allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGS | Moritz Warning |
2015-07-02 | GitHub issue #171 -- separate CFLAGS and CXXFLAGS in Linux makefile | Adam Ierymenko |
2015-07-02 | Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss... | Adam Ierymenko |
2015-07-01 | For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ... | Adam Ierymenko |
2015-06-29 | Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH | Adam Ierymenko |
2015-06-29 | ipLocalRoutes now exposed via network objects in JSON controller API, and doc... | Adam Ierymenko |
2015-06-29 | Untested -- 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-29 | DB schema changes: separate portId in rules, ranges in IP assignment pools. (... | Adam Ierymenko |
2015-06-29 | Fix semantics of std::unique() to actually remove duplicates (hidden memory l... | Adam Ierymenko |
2015-06-26 | Put multicast txQueue back to list. | Adam Ierymenko |
2015-06-26 | Add Kees Bos to AUTHORS :) | Adam Ierymenko |
2015-06-26 | Merge pull request #196 from keesbos/fixes | Adam Ierymenko |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ... | Adam Ierymenko |
2015-06-26 | Redo conversion of _networks to a vector. Just use a simple linear search and... | Adam Ierymenko |
2015-06-26 | Fix reporting of ipAssignments for ipv4 | Kees Bos |
2015-06-26 | Fix cert verification check for self signed signatures | Kees Bos |
2015-06-23 | Merge pull request #192 from mwarning/replace_erase | Adam Ierymenko |
2015-06-23 | replace vector::erase, was missed in a previous commit (ref #186) | Moritz Warning |
2015-06-22 | Merge branch '_networks_vector' of https://github.com/mwarning/ZeroTierOne in... | Adam Ierymenko |
2015-06-22 | Merge pull request #189 from keesbos/bugfix-auth-member | Adam Ierymenko |
2015-06-20 | use _network function to reduce source code complexity | Moritz Warning |
2015-06-20 | replace _networks map by vector | Moritz Warning |
2015-06-19 | Fixed member authorization bug and minor cleanup | Kees Bos |
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ... | Adam Ierymenko |
2015-06-19 | Rebuild properly signed root topology after supernode -> rootserver name change. | Adam Ierymenko |
2015-06-19 | Merge pull request #187 from keesbos/fix-ipv4-assignment | Adam Ierymenko |
2015-06-18 | Merge pull request #186 from mwarning/txQueue_vector | Adam Ierymenko |
2015-06-19 | replace txQueue list by vector for faster memory access and less allocations | Moritz Warning |
2015-06-18 | Fix for ipv4 assignment | Kees Bos |
2015-06-18 | Move js/ to ZeroTierIntegrations project. | Adam Ierymenko |
2015-06-17 | Almost certain fix for GitHub issue #184 on -dev | Adam Ierymenko |
2015-06-16 | Merge pull request #182 from keesbos/rootserver | Adam Ierymenko |
2015-06-16 | Merge pull request #181 from keesbos/bugfix | Adam Ierymenko |
2015-06-15 | Fix 404 on creation of new network | Kees Bos |
2015-06-15 | Removed a superfluous cross join | Kees Bos |
2015-06-15 | Fix controller/network/*/member/* | Kees Bos |
2015-06-15 | Bugfix controller get member info | Kees Bos |
2015-06-13 | Add definition for VERB_CMA -- GitHub issue #180 | Adam Ierymenko |
2015-06-13 | Add new fields in operator== | Adam Ierymenko |
2015-06-13 | Gateways support in NetworkConfig object. | Adam Ierymenko |