[tor-bugs] #6837 [Tor Relay]: More fine-grained modular decomposition

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Sep 13 17:29:12 UTC 2012


#6837: More fine-grained modular decomposition
-------------------------+--------------------------------------------------
 Reporter:  nickm        |          Owner:                    
     Type:  enhancement  |         Status:  new               
 Priority:  normal       |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor Relay    |        Version:                    
 Keywords:               |         Parent:                    
   Points:               |   Actualpoints:                    
-------------------------+--------------------------------------------------
 We should chop up our huger C files into smaller ones, based on actual
 module boundaries.

 This will make it harder for us to merge pending branches that touch that
 code, but those are at a low ebb right now, so it's a good time.

 The top 10 offenders in our current codebase are:
 {{{
     3890 src/or/dirserv.c
     3968 src/or/directory.c
     4286 src/or/connection.c
     4452 src/or/or.h
     4735 src/or/control.c
     4899 src/common/util.c
     5263 src/or/routerparse.c
     5468 src/or/config.c
     5836 src/or/circuitbuild.c
     5945 src/or/routerlist.c
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6837>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list