Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-25 | Cleanup | 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-06-07 | Spellcheck sweep across codebase | Joseph Henry | |
2018-01-26 | Clean up some old stuff. | Adam Ierymenko | |
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. | |||
2016-08-23 | Compute credential TTL et al. | Adam Ierymenko | |
2016-08-22 | Get rid of expiration in Capability and Tag and move this to NetworkConfig ↵ | Adam Ierymenko | |
so it can be set network-wide and reset if needed. Also add NetworkConfig field for this and centralize checking of credential time validity. | |||
2016-08-04 | More work on tags and capabilities. | Adam Ierymenko | |
2016-08-02 | Rules engine work: capability based security model with tags and ↵ | Adam Ierymenko | |
capabilities, and some cleanup across other places. | |||
2016-07-28 | Cleanup... | Adam Ierymenko | |
2016-07-28 | More rules engine work: key/value pair matching for microsegmentation. | Adam Ierymenko | |
2016-06-16 | Big refactor mostly builds. We now have a uniform backward compatible netconf. | Adam Ierymenko | |
2016-04-12 | NetworkConfig refactor almost done. | Adam Ierymenko | |
2016-04-12 | NetworkConfig refactor part 1 | Adam Ierymenko | |
2016-02-10 | Widen max delta for TS/revision just a bit more for now. | Adam Ierymenko | |
2016-02-10 | Tweak certificate of membership revision/time tolerance to eliminate ↵ | Adam Ierymenko | |
boundary packet loss issues occasionally seen in the wild. | |||
2016-01-12 | boring doc stuff | Adam Ierymenko | |
2015-10-01 | Peer serialization and related changes. | Adam Ierymenko | |
2015-04-01 | Tons more refactoring: simplify Network, move explicit management of Tap ↵ | Adam Ierymenko | |
out, redo COM serialization, etc. | |||
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko | |
2015-01-06 | Cleanup, new C++ netconf code is almost ready to test! | Adam Ierymenko | |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2014-01-21 | Several things: | Adam Ierymenko | |
(1) Add a bunch of tedious type casts to eliminate unnecessary compiler warnings on Windows X64 builds. (2) Some EthernetTap work to integrate Windows custom IOCTL for multicast group lookup (not done quite yet). (3) Dump some more info in selftest to make sure our Windows path lookup functions are returning sane results. | |||
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
2013-10-24 | More tying up of certificate of membership stuff in the client. | Adam Ierymenko | |
2013-10-21 | Self-test for certificate of membership. | Adam Ierymenko | |
2013-10-18 | Work in progress... | Adam Ierymenko | |
2013-10-17 | Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit ↵ | Adam Ierymenko | |
more cleanup. Also fix it so certificates wont be accepted unless they are newer than existing ones. | |||
2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko | |
2013-10-07 | Automagically push netconf certs -- Network support. | Adam Ierymenko | |
2013-10-07 | Break out certificate of membership into its own class. | Adam Ierymenko | |