Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |