Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-13 | Compiler warning cleanup | Grant Limberg | |
2019-05-17 | Fixed ZT_SDK build issue. Moved ZT_SDK preprocessor directives to more ↵ | Joseph Henry | |
permanent homes | |||
2019-05-13 | Added divisor for ZT_PEER_ACTIVITY_TIMEOUT, gives quicker indication to ↵ | Joseph Henry | |
status change in SDK | |||
2019-03-22 | Get rid of ZT_FAST_MEMCPY because this is not really needed. | Adam Ierymenko | |
2019-03-21 | Replace certificate based gating of multicast like/gather with a simpler ↵ | Adam Ierymenko | |
more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff. | |||
2019-03-19 | . | Adam Ierymenko | |
2019-03-14 | More cleanup. | Adam Ierymenko | |
2019-03-14 | Clean out some unnecessarily pedantic auth stuff in favor of a simpler way ↵ | Adam Ierymenko | |
of gating multicast gathers. | |||
2019-01-14 | Updated licenses for 2019 | Joseph Henry | |
2018-07-10 | Rough draft of fq-codel implementation | Joseph Henry | |
2018-06-22 | Improved path selection, more efficient traffic allocation, lower QoS/ACK ↵ | Joseph Henry | |
overhead | |||
2018-06-14 | Added multipath field to zerotier-cli status output. Adjusted how path ↵ | Joseph Henry | |
estimates are computed and cached | |||
2018-05-01 | Introduced basic multipath support | Joseph Henry | |
2018-01-25 | More work on GitHub issue #666 | Adam Ierymenko | |
2018-01-25 | A small memory use reduction. | Adam Ierymenko | |
2018-01-25 | Implement continuous contacting of designated anchors and multicast ↵ | Adam Ierymenko | |
replicators - GitHub issue #666 | |||
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko | |
2018-01-08 | Tear out old "link quality" stuff since it is not currently used and will be ↵ | Adam Ierymenko | |
done differently. | |||
2017-12-15 | Some micro-optimizations, including a memcpy that is faster than Linux for ↵ | Adam Ierymenko | |
most distro/compiler versions. | |||
2017-12-04 | Clean up remote tracing code, add per-network remote trace settings, add ↵ | Adam Ierymenko | |
remote trace level, and make local trace output readable again. | |||
2017-10-25 | Now with more worky. | Adam Ierymenko | |
2017-10-25 | Refactor path stability stuff and add basic multipath support. | Adam Ierymenko | |
2017-10-02 | timestamps changed from uint64_t to int64_t | Grant Limberg | |
There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges. | |||
2017-09-25 | Fix API problem with path configuration.. | Adam Ierymenko | |
2017-09-01 | Add UDP MTU configurability. | Adam Ierymenko | |
2017-09-01 | Raise chunk size to max packet size for network configs. Chunking breaks ↵ | Adam Ierymenko | |
really ancient clients, so this helps them live a little longer. No real downside for new clients. | |||
2017-08-23 | Clean up WHOIS code. | Adam Ierymenko | |
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 ↵ | Adam Ierymenko | |
some old code, and change Mac to use -Os which is just as fast as -Ofast and may be faster due to cache effects. | |||
2017-05-30 | Remove old circuit test code. Rules engine will let us do this much better ↵ | Adam Ierymenko | |
and more simply. | |||
2017-05-23 | Config object was never even being initialized on leave. Never noticed since ↵ | Adam Ierymenko | |
desktop and server clients did not use. | |||
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 ↵ | Adam Ierymenko | |
multi-block use and the new one is slower. |