tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3edc48c07b35ea0708ad4149a725a60887c13326
parent 7dbe504f3e527ed5c266a43380eeec1a82914cc2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 15 Jun 2018 15:48:03 -0400

Add a changes file for splitting structures out of or.h

Diffstat:
Achanges/split_or_h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/split_or_h b/changes/split_or_h @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - Many structures have been removed from the centralized "or.h" header, + and moved into their own headers. This will allow us to reduce + the number of places in the code that rely on each structure's + contents and layout. Closes ticket 26383.