Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | boring doc stuff | Adam Ierymenko | |
2015-10-06 | Handling of CIRCUIT_TEST, should be ready to test. | Adam Ierymenko | |
2015-07-08 | Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning ↵ | Adam Ierymenko | |
code that might cause unaligned access errors on architectures that care (e.g. Android/ARM) | |||
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko | |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
2014-10-29 | More cleanup, and fix a bug in Multicaster::gather() | Adam Ierymenko | |
2014-10-02 | Improve security posture by eliminating non-const data() accessor from Buffer. | Adam Ierymenko | |
2014-04-18 | Cleanup, dead code removal, some pretty insignificant security stuff that's ↵ | Adam Ierymenko | |
based on recommendations. | |||
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
2013-10-18 | Clean up some stuff, including a few spots where exceptions were not being ↵ | Adam Ierymenko | |
handled correctly. | |||
2013-08-26 | ZeroTierOne for Windows binary project, builds and runs and mostly works but ↵ | Adam Ierymenko | |
still some issues with tap. | |||
2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵ | Adam Ierymenko | |
a start. | |||
2013-08-12 | Clean up a bunch of valgrind errors, nix a potentially unsafe op in Buffer ↵ | Adam Ierymenko | |
assignment operator. | |||
2013-07-10 | Factored out multicast propagation algorithm from Switch and Topology, also ↵ | Adam Ierymenko | |
cleaned up and clarified it a bit. | |||
2013-07-09 | Several things: | Adam Ierymenko | |
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed. (2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture. (3) Add -fstack-protect to Makefile to bounds check stack variables. | |||
2013-07-04 | New git repository for release - version 0.2.0 tagged | Adam Ierymenko | |