tor/src/or
Nick Mathewson 12071df6c8 r17930@catbus: nickm | 2008-02-05 18:20:40 -0500
Initial attempts to track down bug 600, and refactor possibly offending code.  1) complain early if circuit state is set to OPEN when an onionskin is pending.  2) refactor onionskin field into one only used when n_conn is pending, and a separate onionskin field waiting for attention by a cpuworker.  This might even fix the bug.  More likely, it will make it fail with a more useful core.


svn:r13394
2008-02-05 23:20:49 +00:00
..
buffers.c
circuitbuild.c r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
circuitlist.c r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
circuituse.c
command.c r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
config.c r17910@catbus: nickm | 2008-02-05 15:36:29 -0500 2008-02-05 21:39:32 +00:00
connection.c r17918@catbus: nickm | 2008-02-05 16:39:17 -0500 2008-02-05 21:39:56 +00:00
connection_edge.c New config options WarnPlaintextPorts and RejectPlaintextPorts so 2008-01-20 05:54:15 +00:00
connection_or.c r17915@catbus: nickm | 2008-02-05 16:28:57 -0500 2008-02-05 21:39:46 +00:00
control.c r17917@catbus: nickm | 2008-02-05 16:38:15 -0500 2008-02-05 21:39:51 +00:00
cpuworker.c r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
directory.c r17929@catbus: nickm | 2008-02-05 17:10:26 -0500 2008-02-05 23:20:44 +00:00
dirserv.c r17911@catbus: nickm | 2008-02-05 15:53:22 -0500 2008-02-05 21:39:36 +00:00
dirvote.c r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
dns.c r17611@catbus: nickm | 2008-01-14 13:44:16 -0500 2008-01-14 19:00:23 +00:00
dnsserv.c r17913@catbus: nickm | 2008-02-05 16:11:33 -0500 2008-02-05 21:39:40 +00:00
eventdns.c r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
eventdns.h
eventdns_tor.h r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
geoip.c r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
hibernate.c
main.c r17909@catbus: nickm | 2008-02-05 14:48:22 -0500 2008-02-05 21:39:29 +00:00
Makefile.am
networkstatus.c r17929@catbus: nickm | 2008-02-05 17:10:26 -0500 2008-02-05 23:20:44 +00:00
ntmain.c r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
onion.c r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
or.h r17930@catbus: nickm | 2008-02-05 18:20:40 -0500 2008-02-05 23:20:49 +00:00
policies.c r17910@catbus: nickm | 2008-02-05 15:36:29 -0500 2008-02-05 21:39:32 +00:00
relay.c r17915@catbus: nickm | 2008-02-05 16:28:57 -0500 2008-02-05 21:39:46 +00:00
rendclient.c Revert r13301 and part of r13304. I guess nick's svk messed up. 2008-01-27 01:03:30 +00:00
rendcommon.c patch "15" from karsten: don't retry a v2 renddesc fetch 2008-01-24 22:49:14 +00:00
rendmid.c
rendservice.c r17909@catbus: nickm | 2008-02-05 14:48:22 -0500 2008-02-05 21:39:29 +00:00
rephist.c
router.c r17914@catbus: nickm | 2008-02-05 16:12:16 -0500 2008-02-05 21:39:44 +00:00
routerlist.c r17929@catbus: nickm | 2008-02-05 17:10:26 -0500 2008-02-05 23:20:44 +00:00
routerparse.c r17909@catbus: nickm | 2008-02-05 14:48:22 -0500 2008-02-05 21:39:29 +00:00
test.c r17909@catbus: nickm | 2008-02-05 14:48:22 -0500 2008-02-05 21:39:29 +00:00
test_data.c
tor_main.c