tor/src/or
Roger Dingledine c644886c38 bugfix: When we were checking to see if an ap_conn should time out
waiting for its connected cell, we were calculating time from when the
ap_conn was created. So if it waited say 20 seconds before being attached,
then we would immediately decide that the circuit had timed out.

Also, make circuit_dump_by_conn() display actual circuit progress,
including circuits that haven't been attached to the conn yet but
hope to when it finishes connecting.


svn:r3072
2004-12-04 02:51:11 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
circuitbuild.c bugfix: When we were checking to see if an ap_conn should time out 2004-12-04 02:51:11 +00:00
circuitlist.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
circuituse.c bugfix: When we were checking to see if an ap_conn should time out 2004-12-04 02:51:11 +00:00
command.c check for duplicate circuit ID _after_ updating circ_id_type. 2004-12-01 04:55:03 +00:00
config.c Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
connection_edge.c bugfix: When we were checking to see if an ap_conn should time out 2004-12-04 02:51:11 +00:00
connection_or.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
connection.c one more typo 2004-12-01 04:13:15 +00:00
control.c doxygen uses backslashes, not forward-slashes 2004-11-30 06:17:35 +00:00
cpuworker.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
directory.c Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
dirserv.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
dns.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
hibernate.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
main.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
or.h Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
relay.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
rendclient.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
rendcommon.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
rendmid.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
rendservice.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
rephist.c Spell-check strings and comments 2004-12-01 03:48:14 +00:00
router.c Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
routerlist.c Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
routerparse.c whoops 2004-12-04 01:23:04 +00:00
test.c Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 2004-12-04 01:14:36 +00:00
tor_main.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
tree.h Delete trailing whitespace and expand tabs; remove unused aes decrypt code 2004-04-07 19:57:40 +00:00