tor/src/or
Roger Dingledine 3347762fa4 when we're giving up on a circuit and retrying on a new one,
log the name of the exit node. perhaps people will find this
useful, or see patterns, or something.


svn:r5515
2005-12-06 07:21:17 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c assert_buf_ok was showing up in the profile; remove it from critical-path functions, since it hasnt triggered for ages. 2005-11-30 22:48:58 +00:00
circuitbuild.c Clean up some comments; remove some dead code 2005-12-03 16:32:29 +00:00
circuitlist.c Better fix for last bug: avoids trying to double-mark circuits. 2005-12-05 19:45:54 +00:00
circuituse.c Better fix for last bug: avoids trying to double-mark circuits. 2005-12-05 19:45:54 +00:00
command.c Shave off another 4.7%: remove a linear search when figuring out which circuits wanted us to open a given OR connection. 2005-12-03 02:12:37 +00:00
config.c Start obeying our firewall options more rigorously: 2005-11-19 10:12:10 +00:00
connection_edge.c when we're giving up on a circuit and retrying on a new one, 2005-12-06 07:21:17 +00:00
connection_or.c Change how OR conns get removed from the identity map; fix some warnings on shutdown. 2005-12-05 19:15:27 +00:00
connection.c Change how OR conns get removed from the identity map; fix some warnings on shutdown. 2005-12-05 19:15:27 +00:00
control.c Shave off another 4.7%: remove a linear search when figuring out which circuits wanted us to open a given OR connection. 2005-12-03 02:12:37 +00:00
cpuworker.c answer nick's XXX, and muck with some log domain choices 2005-11-01 06:13:12 +00:00
directory.c actually listen when we try to route our dir connection via tor. 2005-11-19 10:33:34 +00:00
dirserv.c Fix bug 212: Directory authorities should not try to download server descriptors that they know they will reject. 2005-12-06 06:55:43 +00:00
dns.c Expunge remaining places where we used "tree" to mean "associative array". 2005-12-03 02:21:31 +00:00
hibernate.c Fix number in error message 2005-11-14 19:17:28 +00:00
main.c Expunge remaining places where we used "tree" to mean "associative array". 2005-12-03 02:21:31 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
or.h Fix bug 212: Directory authorities should not try to download server descriptors that they know they will reject. 2005-12-06 06:55:43 +00:00
relay.c Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search. 2005-11-30 03:01:16 +00:00
rendclient.c Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
rendcommon.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendmid.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendservice.c Start the process of treating internal circuits and exit circuits 2005-11-25 08:08:56 +00:00
rephist.c Start the process of treating internal circuits and exit circuits 2005-11-25 08:08:56 +00:00
router.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
routerlist.c Fix bug 212: Directory authorities should not try to download server descriptors that they know they will reject. 2005-12-06 06:55:43 +00:00
routerparse.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
test.c Add a benchmark-aes function to test.c. Off by default. 2005-12-01 04:35:58 +00:00
tor_main.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
tree.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00