-
- Downloads
Log descriptions of nodes, not just nicknames.
This patch introduces a few new functions in router.c to produce a more helpful description of a node than its nickame, and then tweaks nearly all log messages taking a nickname as an argument to call these functions instead. There are a few cases where I left the old log messages alone: in these cases, the nickname was that of an authority (whose nicknames are useful and unique), or the message already included an identity and/or an address. I might have missed a couple more too. This is a fix for bug 3045.
Showing
- src/or/circuitbuild.c 25 additions, 18 deletionssrc/or/circuitbuild.c
- src/or/circuitlist.c 4 additions, 2 deletionssrc/or/circuitlist.c
- src/or/circuituse.c 2 additions, 2 deletionssrc/or/circuituse.c
- src/or/command.c 2 additions, 2 deletionssrc/or/command.c
- src/or/connection_edge.c 4 additions, 3 deletionssrc/or/connection_edge.c
- src/or/directory.c 5 additions, 4 deletionssrc/or/directory.c
- src/or/dirserv.c 26 additions, 19 deletionssrc/or/dirserv.c
- src/or/relay.c 3 additions, 2 deletionssrc/or/relay.c
- src/or/rendclient.c 11 additions, 8 deletionssrc/or/rendclient.c
- src/or/rendservice.c 18 additions, 13 deletionssrc/or/rendservice.c
- src/or/rephist.c 5 additions, 1 deletionsrc/or/rephist.c
- src/or/router.c 127 additions, 0 deletionssrc/or/router.c
- src/or/router.h 15 additions, 0 deletionssrc/or/router.h
- src/or/routerlist.c 19 additions, 17 deletionssrc/or/routerlist.c
- src/or/routerparse.c 3 additions, 2 deletionssrc/or/routerparse.c
Loading
Please register or sign in to comment