Age | Commit message (Expand) | Author |
2017-08-14 | GCC/G++ build fixes, GitHub issue #563 | Adam Ierymenko |
2017-08-07 | Possible deadlock fix. | Adam Ierymenko |
2017-07-17 | Minor cleanup. | Adam Ierymenko |
2017-07-13 | Fix for new identity generation bug. | Adam Ierymenko |
2017-07-13 | More tracing stuff. | Adam Ierymenko |
2017-07-13 | Bunch of remote tracing work. | Adam Ierymenko |
2017-07-07 | Remote trace: plumbing, replace old TRACE with calls to Trace object. | Adam Ierymenko |
2017-07-06 | Cleanup. | Adam Ierymenko |
2017-07-06 | . | Adam Ierymenko |
2017-07-06 | . | Adam Ierymenko |
2017-06-30 | . | Adam Ierymenko |
2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko |
2017-06-23 | Remove Cluster.hpp | Adam Ierymenko |
2017-06-05 | . | Adam Ierymenko |
2017-06-01 | More cleanup for cluster refactor. | Adam Ierymenko |
2017-06-01 | More clustering work. | Adam Ierymenko |
2017-06-01 | Data structure fixup. | Adam Ierymenko |
2017-05-31 | Add some also-ZeroTier-written ext/ code for use in new clustering, delete so... | Adam Ierymenko |
2017-05-30 | Remove old circuit test code. Rules engine will let us do this much better an... | Adam Ierymenko |
2017-05-23 | Config object was never even being initialized on leave. Never noticed since ... | Adam Ierymenko |
2017-04-27 | License header update. | Adam Ierymenko |
2017-04-24 | JSONDB performance improvements, threading fix. | Adam Ierymenko |
2017-04-17 | Back out NaCl since the old one with xmm6 salsa2012 does not support multi-bl... | Adam Ierymenko |
2017-04-17 | Enable use of NaCl for faster X64 Salsa20 implementations. Also include binar... | Adam Ierymenko |
2017-04-14 | Significant simplification to path logic. | Adam Ierymenko |
2017-04-11 | Pass tptr on leave. | Adam Ierymenko |
2017-03-27 | Fix TRACE and CLUSTER builds. | Adam Ierymenko |
2017-03-27 | Add thread PTR that gets passed through the entire ZT core call stack and the... | Adam Ierymenko |
2017-03-06 | Send revocations automatically on deauth for instant kill, also fix some issu... | Adam Ierymenko |
2017-03-01 | ZeroTier now has link quality measurement. We are not using this yet but deci... | Adam Ierymenko |
2017-03-01 | Outgoing side of packet counter for link quality reporting. Also some cleanup... | Adam Ierymenko |
2017-02-13 | Integrate moon concept into http config bus, and clean up that code quite a bit. | Adam Ierymenko |
2017-02-13 | Cleanup and make moons (federated roots) a little easier to deal with. | Adam Ierymenko |
2017-02-05 | Docs, code cleanup, and protect the extra new fields of HELLO with encryption... | 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 | Replace piecemeal designation of upstreams with the concept of moons, which i... | 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-05 | Minor security: lock roots to only be reachable via World IPs. | 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 |
2016-11-21 | Expose relay policy in node settings. | Adam Ierymenko |
2016-11-18 | Wire through upstream stuff and add setRole(). | Adam Ierymenko |
2016-11-18 | Rate gate expensive validation of new identities in HELLO. | Adam Ierymenko |
2016-11-17 | Rename getBestRoot() etc. | Adam Ierymenko |
2016-11-10 | Small fix to send pushes if not a reply. | Adam Ierymenko |