Age | Commit message (Expand) | Author |
2017-02-06 | Docs and a small build fix in debug mode. | Adam Ierymenko |
2017-02-05 | Docs, code cleanup, and protect the extra new fields of HELLO with encryption... | Adam Ierymenko |
2017-02-04 | Small fix for duplicates in world definitions. | Adam Ierymenko |
2017-02-04 | Add and send certificates of representation to tell people what our valid ups... | Adam Ierymenko |
2017-02-04 | Stub out CAN_REACH. | Adam Ierymenko |
2017-02-04 | A bit of code cleanup. | Adam Ierymenko |
2017-02-04 | Eliminate a little copypasta. | Adam Ierymenko |
2017-02-03 | Slight refactor to RENEDEZVOUS sending code for federation. | Adam Ierymenko |
2017-02-03 | Actual documentation. | Adam Ierymenko |
2017-02-01 | agree() must be called on our identity, the one with the secret | Adam Ierymenko |
2017-02-01 | Eliminate another check in cluster frontplane mode. | Adam Ierymenko |
2017-02-01 | Add more specific check in source==self case instead of dumping it. | Adam Ierymenko |
2017-02-01 | Yeah that could never have worked (normal packets in cluster mode). | Adam Ierymenko |
2017-02-01 | Another tweak to cluster I/O rules. | Adam Ierymenko |
2017-02-01 | Take 3 | Adam Ierymenko |
2017-02-01 | Still want to send WANT_PEER under two failure modes. | Adam Ierymenko |
2017-02-01 | Can't armor() a packet until all flags are set. | Adam Ierymenko |
2017-02-01 | Minor send path refactor to make packet I/O work on clusters if they are memb... | Adam Ierymenko |
2017-01-30 | Remove debug code. Cluster network config sharing seems to work. | Adam Ierymenko |
2017-01-30 | . | Adam Ierymenko |
2017-01-30 | Fix to cluster network configs. | Adam Ierymenko |
2017-01-30 | Implement cross cluster sharing of network configs to make clusters able to a... | Adam Ierymenko |
2017-01-30 | Slightly increase thread stack size for safety (primary Alpine related) possi... | Adam Ierymenko |
2017-01-30 | Merge pull request #442 from zielmicha/allow-managed | Adam Ierymenko |
2017-01-27 | zerotier-idtool commands to init and generate moons | Adam Ierymenko |
2017-01-27 | Dead code removal, fix minor issue in upstream endpoint check. | Adam Ierymenko |
2017-01-27 | Fix deadlock. | Adam Ierymenko |
2017-01-27 | Fix moon persistence. | Adam Ierymenko |
2017-01-27 | Add comments to join ("orbit") moons. | Adam Ierymenko |
2017-01-27 | Relay policy can now be computed. | Adam Ierymenko |
2017-01-27 | little fix | Adam Ierymenko |
2017-01-27 | Extend in-band world updates to handle moons too. | Adam Ierymenko |
2017-01-27 | Replace piecemeal designation of upstreams with the concept of moons, which i... | Adam Ierymenko |
2017-01-23 | allow user to specify arbitrary allowed IP networks in allowManaged | Michał Zieliński |
2017-01-20 | Windows build fix, warning removal. | Adam Ierymenko |
2017-01-19 | Encapsulate LZ4 in Packet.cpp to eliminate dependency. | Adam Ierymenko |
2017-01-19 | Fix LZ4 warning. | Adam Ierymenko |
2017-01-18 | Add a build version for software update use so we can do very minor updates w... | Adam Ierymenko |
2017-01-13 | Windows build fixes, Software update fix, warning removal. | Adam Ierymenko |
2017-01-11 | Can't send a user message to self. | Adam Ierymenko |
2017-01-09 | Wire up VERB_USER_MESSAGE in core. | Adam Ierymenko |
2016-12-22 | . | Adam Ierymenko |
2016-12-22 | Add a workaround for an edge case in TEE/REDIRECT if we are the inbound desti... | Adam Ierymenko |
2016-12-22 | Fix MATCH_RANDOM in controller. | Adam Ierymenko |
2016-12-22 | Fix to characteristcs in rules engine. | Adam Ierymenko |
2016-12-05 | Minor security: lock roots to only be reachable via World IPs. | Adam Ierymenko |
2016-11-30 | Kill some old debug code. | Adam Ierymenko |
2016-11-22 | Wire through external path lookup. Static paths should now work. | Adam Ierymenko |
2016-11-22 | Replace long callback arg list with struct, and implement path whitelisting, ... | Adam Ierymenko |
2016-11-21 | Fix a deadlock in federation/upstream code. | Adam Ierymenko |