tor

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

commit a1504f138d978d73b2c6129957dd0ee344a97efa
parent 886dc8b0a5ed1ee6c7eaf9f50fb00f2001e2ee20
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  1 Oct 2018 11:45:11 -0500

changes file for splitting routerparse.c (#27924)

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

diff --git a/changes/ticket27924 b/changes/ticket27924 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Divide the "routerparse.c" module into separate modules for each + group of parsed objects. Closes ticket 27924.