tor/src/or
2007-03-29 02:41:36 +00:00
..
buffers.c r12077@catbus: nickm | 2007-03-04 16:08:23 -0500 2007-03-04 21:08:28 +00:00
circuitbuild.c r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400 2007-03-26 14:07:59 +00:00
circuitlist.c Fix a crash bug in cell queues: It is possible for a connection_write_to_buf to close the connection or otherwise unlink the circuit, which makes the circuit nonactive, which invalidates the pointer from the circuit to the next circuit on the active ring. Also add a bunch of asserts, most #ifdefed out. 2007-03-29 02:41:36 +00:00
circuituse.c r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400 2007-03-24 15:58:11 +00:00
command.c r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400 2007-03-26 14:07:59 +00:00
config.c Add a separate set of token buckets for relayed traffic. Right 2007-03-20 02:55:31 +00:00
connection_edge.c r12652@Kushana: nickm | 2007-03-25 15:01:48 -0400 2007-03-26 14:08:18 +00:00
connection_or.c Comment out the "clear queue when sending a destroy" logic: it seems potentially dangerous. (see comment for details) 2007-03-29 02:32:00 +00:00
connection.c r12652@Kushana: nickm | 2007-03-25 15:01:48 -0400 2007-03-26 14:08:18 +00:00
control.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
cpuworker.c r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 2007-03-04 20:11:46 +00:00
directory.c r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 2007-03-04 20:11:46 +00:00
dirserv.c Turn bool_neq and bool_eq into macros. 2007-03-29 02:37:06 +00:00
dns.c r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400 2007-03-24 15:58:11 +00:00
eventdns_tor.h r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500 2006-12-15 06:12:01 +00:00
eventdns.c r12001@catbus: nickm | 2007-02-28 15:24:12 -0500 2007-02-28 20:24:27 +00:00
eventdns.h r11726@Kushana: nickm | 2006-12-28 16:24:06 -0500 2006-12-28 21:29:31 +00:00
hibernate.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
main.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
Makefile.am r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500 2007-03-06 20:25:32 +00:00
onion.c doc pedant 2007-02-24 07:50:38 +00:00
or.h r12654@Kushana: nickm | 2007-03-25 19:03:44 -0400 2007-03-26 14:08:35 +00:00
policies.c r11832@catbus: nickm | 2007-02-16 15:31:59 -0500 2007-02-16 20:39:37 +00:00
relay.c Fix a crash bug in cell queues: It is possible for a connection_write_to_buf to close the connection or otherwise unlink the circuit, which makes the circuit nonactive, which invalidates the pointer from the circuit to the next circuit on the active ring. Also add a bunch of asserts, most #ifdefed out. 2007-03-29 02:41:36 +00:00
rendclient.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
rendcommon.c r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 2007-02-12 21:39:53 +00:00
rendmid.c r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400 2007-03-24 15:58:11 +00:00
rendservice.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
rephist.c doc pedant 2007-02-24 07:50:38 +00:00
router.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
routerlist.c r12653@Kushana: nickm | 2007-03-25 18:21:38 -0400 2007-03-26 14:08:29 +00:00
routerparse.c r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 2007-03-04 20:11:46 +00:00
test.c r12182@catbus: nickm | 2007-03-15 10:58:12 -0400 2007-03-15 16:27:57 +00:00
tor_main.c r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 2007-02-12 21:39:53 +00:00