tor/src/or
Roger Dingledine 1fc5eb329b We screwed up in anticipating how to add new dirservers:
Old servers won't realize they're supposed to stay connected
to the new dirservers, so they'll expire connections to them,
but that means the dirservers will list them as unreachable.

So the fix is to stop requiring an open connection when deciding
if a server is reachable. This makes us slightly less accurate,
but at least it will work.


svn:r6140
2006-03-12 20:57:52 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
circuitbuild.c make entry guard logs even quieter 2006-03-10 16:51:26 +00:00
circuitlist.c convert some more source files to the new log convention 2006-02-13 08:28:42 +00:00
circuituse.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
command.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
config.c make tor --verify-config closer to working 2006-03-12 20:46:00 +00:00
connection_edge.c Now do address rewriting when the controller asks us to attach 2006-03-12 05:04:16 +00:00
connection_or.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
connection.c start using OR_CONN_EVENT_NEW. 2006-03-08 22:29:08 +00:00
control.c Now do address rewriting when the controller asks us to attach 2006-03-12 05:04:16 +00:00
cpuworker.c fix typo found in phobos's logs 2006-02-15 03:47:38 +00:00
directory.c when we get funny-looking lines on our dirport, shut up about it. 2006-03-12 04:36:17 +00:00
dirserv.c We screwed up in anticipating how to add new dirservers: 2006-03-12 20:57:52 +00:00
dns.c the things we do for our windows users. 2006-02-13 09:37:53 +00:00
hibernate.c the things we do for our windows users. 2006-02-13 09:37:53 +00:00
main.c a better clean-up 2006-03-12 20:51:02 +00:00
Makefile.am stop shipping tree.h, since we don't use anymore. (woo.) 2005-12-20 07:17:42 +00:00
onion.c the things we do for our windows users. 2006-02-13 09:37:53 +00:00
or.h Now do address rewriting when the controller asks us to attach 2006-03-12 05:04:16 +00:00
relay.c the last of the log convention conversion. finally. 2006-02-13 10:33:00 +00:00
rendclient.c Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though I am not 100% sure that each one is necessary. 2006-03-06 00:25:39 +00:00
rendcommon.c be quieter about hidserv descriptors that are too old or too new. 2006-02-21 06:23:57 +00:00
rendmid.c the last of the log convention conversion. finally. 2006-02-13 10:33:00 +00:00
rendservice.c Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though I am not 100% sure that each one is necessary. 2006-03-06 00:25:39 +00:00
rephist.c the last of the log convention conversion. finally. 2006-02-13 10:33:00 +00:00
router.c remove some redundant code now that we compress exit policies 2006-03-08 19:34:34 +00:00
routerlist.c huge warning sign for esc_router_info() 2006-03-11 17:52:55 +00:00
routerparse.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
test.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
tor_main.c Happy new year! 2006-02-09 05:46:49 +00:00