summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-06-11Added s390x arch flags to makefile and ZeroTierOne.h for ticket #950Joseph Henry
2019-03-19.Adam Ierymenko
2019-03-08Use a smaller MTU, which should not impact throughput since 2800+overhead/2 ↵Adam Ierymenko
still fits in two of these.
2019-01-14Updated licenses for 2019Joseph Henry
2018-09-14Merge pull request #836 from skunkwerks/feature/add-freebsd-debugsAdam Ierymenko
add support for debug flags in FreeBSD
2018-08-24add support for debug flags in FreeBSDDave Cottlehuber
2018-07-11Added basic QoS rule handlingJoseph Henry
2018-06-22Improved path selection, more efficient traffic allocation, lower QoS/ACK ↵Joseph Henry
overhead
2018-06-14Added multipath field to zerotier-cli status output. Adjusted how path ↵Joseph Henry
estimates are computed and cached
2018-06-07Spellcheck sweep across codebaseJoseph Henry
2018-05-30Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path qualityJoseph Henry
2018-05-01Introduced basic multipath supportJoseph Henry
2018-02-16Added debug output convenience macrosJoseph Henry
2018-01-31Omit pragma comment for ZT_SDK builds on WindowsJoseph Henry
2018-01-08Copyright updates for 2018.Adam Ierymenko
2018-01-08Tear out old "link quality" stuff since it is not currently used and will be ↵Adam Ierymenko
done differently.
2017-12-04Clean 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-25Now with more worky.Adam Ierymenko
2017-10-24Full and clearer implementation of GitHub issue #588Adam Ierymenko
2017-10-02timestamps changed from uint64_t to int64_tGrant 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-25Fix API problem with path configuration..Adam Ierymenko
2017-09-01Add UDP MTU configurability.Adam Ierymenko
2017-09-01Another fix for ye old tyme clients.Adam Ierymenko
2017-08-25Add some defines of use to low level developers.Adam Ierymenko
2017-07-19.Adam Ierymenko
2017-07-18Cleanup and replace trace field names with sane ones because usability > a ↵Adam Ierymenko
few bytes.
2017-07-14A bit more remote tracing stuff.Adam Ierymenko
2017-07-14Plumbing through of remote trace into controller code.Adam Ierymenko
2017-07-13More tracing stuff.Adam Ierymenko
2017-07-07Remote trace: plumbing, replace old TRACE with calls to Trace object.Adam Ierymenko
2017-07-06.Adam Ierymenko
2017-07-06.Adam Ierymenko
2017-07-06.Adam Ierymenko
2017-06-30.Adam Ierymenko
2017-06-13added Windows SDK in form of dllsAlex
2017-06-05.Adam Ierymenko
2017-06-01.Adam Ierymenko
2017-06-01More clustering work.Adam Ierymenko
2017-06-01New clustering work.Adam Ierymenko
2017-05-31Add 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-30Remove old circuit test code. Rules engine will let us do this much better ↵Adam Ierymenko
and more simply.
2017-05-04MTU support in controller.Adam Ierymenko
2017-05-04First pass of configurable MTU and max MTU increase.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and ↵Adam Ierymenko
then passed to handler functions resulting from a call.
2017-03-01Circuit tests now report link quality. Also fixed a little thing in ↵Adam Ierymenko
revocation propagation.
2017-03-01ZeroTier now has link quality measurement. We are not using this yet but ↵Adam Ierymenko
decided to put it in to prep for future QoS support and SD-WAN stuff.
2017-02-28Match on tag sender equals or tag recipient equals.Adam Ierymenko
2017-02-23Merge.Adam Ierymenko
2017-02-23Finish wiring up ipauth and macauth to Network filter.Adam Ierymenko