tor/src/or
Roger Dingledine cd25e56ad2 when the or-connect succeeded and the tls handshake succeeded
but we didn't like the result, we were closing the connection
without sending any destroys back for the pending circuits. now
send those destroys anyway; i hope this doesn't break too much.


svn:r3951
2005-04-01 07:25:18 +00:00
..
.cvsignore
buffers.c Renormalize whitespace 2005-03-14 03:18:35 +00:00
circuitbuild.c fix some log spacing problems 2005-04-01 06:23:21 +00:00
circuitlist.c resolve another 'hasn't sent end yet' bug 2005-03-29 00:35:35 +00:00
circuituse.c when the or-connect succeeded and the tls handshake succeeded 2005-04-01 07:25:18 +00:00
command.c Fix an unused function warning 2005-01-03 20:03:49 +00:00
config.c fix typo in earlier libevent mmessage suppress patch 2005-04-01 07:16:52 +00:00
connection.c redo the state descriptors now that we have a controller-wait state 2005-03-31 17:36:24 +00:00
connection_edge.c mark two more bugs. nick, can you take a look? 2005-03-29 05:27:32 +00:00
connection_or.c Patch: when extending to an unknown router, compare identity to expected identity; not nickname-to-expected identity. 2005-03-31 23:30:13 +00:00
control.c Fix bug in redirectstream. 2005-03-31 06:06:02 +00:00
cpuworker.c Change from inet_ntoa to a threadproof tor_inet_ntoa. 2005-02-22 08:18:36 +00:00
directory.c Report HTTP reasons to directory clients. (Also, fix format on new TODO items) 2005-03-22 18:43:24 +00:00
dirserv.c Make GETINFO for "network-status" work on non-authdirs 2005-03-23 19:15:10 +00:00
dns.c fix an assert trigger in cvs: if a resolve request fails, and the circuit 2005-03-14 04:42:52 +00:00
hibernate.c stop most cases of hanging up on a socks connection without sending 2005-03-27 04:55:13 +00:00
main.c Use recent libevent features when possible 2005-04-01 02:37:40 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c forward-port the onion queue thing 2005-02-20 09:27:48 +00:00
or.h still publish your descriptor if orport is reachable but dirport isn't 2005-03-31 19:26:33 +00:00
relay.c clean up socks reply stuff more. 2005-03-27 06:37:56 +00:00
rendclient.c clean up socks reply stuff more. 2005-03-27 06:37:56 +00:00
rendcommon.c Clean up rend cache on shutdown 2005-02-28 22:38:00 +00:00
rendmid.c start generating version 1 style introduce cells 2005-01-13 20:21:11 +00:00
rendservice.c Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit. 2005-03-23 06:21:48 +00:00
rephist.c free some more memory at shutdown 2005-02-28 01:59:18 +00:00
router.c authdirservers shouldn't do orport reachability detection, 2005-04-01 07:09:18 +00:00
routerlist.c Implement controller's "extendcircuit" directive. 2005-03-22 00:42:38 +00:00
routerparse.c spell recommended correctly 2005-03-31 20:52:43 +00:00
test.c Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series. 2005-03-01 01:44:57 +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