index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
Age
Commit message (
Expand
)
Author
2019-03-25
Various other fixes including removal of more mem*() issues and netlink fixes...
Adam Ierymenko
2019-03-25
...
Adam Ierymenko
2019-03-25
Nope, more...
Adam Ierymenko
2019-03-25
I think this is the last one.
Adam Ierymenko
2019-03-25
More mem*() stuff... sigh...
Adam Ierymenko
2019-03-25
More mem*() stuff...
Adam Ierymenko
2019-03-25
One more.
Adam Ierymenko
2019-03-25
... and more
Adam Ierymenko
2019-03-25
Removal of more mem*() calls.
Adam Ierymenko
2019-03-25
Get rid of some mem* calls that are bad C++ form (but worked fine) and cause ...
Adam Ierymenko
2019-03-22
Get rid of ZT_FAST_MEMCPY because this is not really needed.
Adam Ierymenko
2019-03-22
RingBuffer<> is now templated with size, buffer is now static.
Adam Ierymenko
2019-03-21
Replace certificate based gating of multicast like/gather with a simpler more...
Adam Ierymenko
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 of...
Adam Ierymenko
2019-03-11
Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROT...
Grant Limberg
2019-03-01
#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VER...
Joseph Henry
2019-01-27
Fixed potential memory leak in RingBuffer
Joseph Henry
2019-01-25
Fixed sign-comparison compile warnings in QoS code
Joseph Henry
2019-01-14
Updated licenses for 2019
Joseph Henry
2018-12-06
More speed stuff.
Adam Ierymenko
2018-12-06
stuff for speed and stuff (testing)
Adam Ierymenko
2018-12-04
Revert mutex change.
Adam Ierymenko
2018-12-04
Disable spinlock to check CPU usage implications on multithreaded controllers.
Adam Ierymenko
2018-11-11
Times should be int64_t, not uint64_t
Adam Ierymenko
2018-10-23
because Windows....
Grant Limberg
2018-09-25
Merge pull request #853 from darkain/dev
Adam Ierymenko
2018-09-15
Only null terminate the first character
Vincent Milum Jr
2018-09-14
Correcting conversion to/from IP address / string
Vincent Milum Jr
2018-09-14
Merge pull request #836 from skunkwerks/feature/add-freebsd-debugs
Adam Ierymenko
2018-09-11
Added ability for OneService to monitor local.conf for changes and automatica...
Joseph Henry
2018-08-24
add support for debug flags in FreeBSD
Dave Cottlehuber
2018-08-09
merge dev
Adam Ierymenko
2018-07-25
Replace Sao Paolo root with Buenos Aires in default planet def (will push to ...
Adam Ierymenko
2018-07-20
Fix a bug that caused a crash on empty HTTP requests (localhost only) and add...
Adam Ierymenko
2018-07-20
.
Adam Ierymenko
2018-07-11
Added basic QoS rule handling
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 ove...
Joseph Henry
2018-06-14
Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bit
Joseph Henry
2018-06-14
Added multipath field to zerotier-cli status output. Adjusted how path estima...
Joseph Henry
2018-06-13
Minor cleanup. More efficient push() operation for RingBuffer
Joseph Henry
2018-06-12
Reduced how often relative path qualities and aggregate link allocations are ...
Joseph Henry
2018-06-12
Improved rate limit logic for QoS/ACK packets. Also reduced how often process...
Joseph Henry
2018-06-12
Merge pull request #755 from skunkwerks/fix/c++-17-deprecation
Adam Ierymenko
2018-06-07
Spellcheck sweep across codebase
Joseph Henry
2018-06-07
Added rate gates for QOS and ACK packets
Joseph Henry
2018-06-07
Added TX queue cap for issue #769
Joseph Henry
2018-06-04
Merge branch 'rtnetlink' into edge
Grant Limberg
[next]