Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | ... | Adam Ierymenko | |
2019-03-25 | I think this is the last one. | Adam Ierymenko | |
2019-03-25 | Get rid of some mem* calls that are bad C++ form (but worked fine) and cause ↵ | Adam Ierymenko | |
warnings. | |||
2019-03-22 | Get rid of ZT_FAST_MEMCPY because this is not really needed. | Adam Ierymenko | |
2019-01-14 | Updated licenses for 2019 | Joseph Henry | |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko | |
2017-12-15 | Some micro-optimizations, including a memcpy that is faster than Linux for ↵ | Adam Ierymenko | |
most distro/compiler versions. | |||
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-07-17 | Minor cleanup. | Adam Ierymenko | |
2017-04-27 | License header update. | Adam Ierymenko | |
2017-04-04 | Logic simplification, cleanup, and memory use improvements in Membership. ↵ | Adam Ierymenko | |
Also fix an issue that may cause network instability in some cases. | |||
2017-03-27 | Add 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-13 | Docs and a bit of cleanup. In particular ALL makes no sense for revocations ↵ | Adam Ierymenko | |
because they have IDs. In that case you would just revoke the COM. | |||
2017-03-06 | Send revocations automatically on deauth for instant kill, also fix some ↵ | Adam Ierymenko | |
issues with the RP. | |||
2017-02-23 | Certificate of ownership -- used to secure against IP address spoofing, ↵ | Adam Ierymenko | |
especially for IPv4 and regular IPv6. | |||
2017-02-04 | Add and send certificates of representation to tell people what our valid ↵ | Adam Ierymenko | |
upstreams are. These are not used yet but will be needed for future privacy modes, etc. Also some cleanup. | |||
2016-09-26 | Bunch more refactoring and work on revocations, etc. | Adam Ierymenko | |
2016-09-23 | Revocation work in progress, add WATCH which is TEE with implicit rate sync ↵ | Adam Ierymenko | |
(thanks JG@DCVC!), and clean up some cruft in Network. |