tor/src/or
Peter Palfrader ba091ae5d7 r9770@danube: weasel | 2006-09-15 07:20:05 +0200
router_set_networkstatus() gets a list of status documents we asked for from
 connection_dir_client_reached_eof().  However, as a cache we (sometimes?) just
 ask for "all".  router_set_networkstatus() would freak out over that, meaning
 it would log a warning and drop the status document instead of caching it
 as it is supposed to.  Now we let router_set_networkstatus() know if the
 data comes from an all-request so it can do the right thing.


svn:r8398
2006-09-15 05:20:16 +00:00
..
buffers.c r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400 2006-08-28 03:16:02 +00:00
circuitbuild.c r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700 2006-08-11 07:09:17 +00:00
circuitlist.c fix assert found by DreadWingKnight: now that rendezvous streams 2006-07-30 04:54:13 +00:00
circuituse.c r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400 2006-08-25 21:16:22 +00:00
command.c prefer calling it a client rather than an OP 2006-09-07 01:00:37 +00:00
config.c parameterize the loudness of get_interface_address() 2006-09-09 19:20:27 +00:00
connection_edge.c r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400 2006-08-25 21:16:22 +00:00
connection_or.c r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400 2006-07-26 19:07:37 +00:00
connection.c parameterize the loudness of get_interface_address() 2006-09-09 19:20:27 +00:00
control.c r8776@Kushana: nickm | 2006-09-11 22:49:53 -0400 2006-09-12 02:50:14 +00:00
cpuworker.c r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400 2006-09-06 08:42:20 +00:00
directory.c r9770@danube: weasel | 2006-09-15 07:20:05 +0200 2006-09-15 05:20:16 +00:00
dirserv.c r8817@Kushana: nickm | 2006-09-14 18:31:29 -0400 2006-09-14 22:34:57 +00:00
dns.c undid whitespace changes to dns.c 2006-09-07 06:36:22 +00:00
eventdns_tor.h r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400 2006-09-07 19:00:51 +00:00
eventdns.c another typo 2006-09-08 09:05:07 +00:00
eventdns.h r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400 2006-08-28 03:15:38 +00:00
hibernate.c r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700 2006-08-10 09:01:37 +00:00
main.c r9752@danube: weasel | 2006-09-14 07:06:49 +0200 2006-09-14 05:07:26 +00:00
Makefile.am Also, add a temporary hack to make sure eventdns.c is distributd. 2006-06-06 00:12:22 +00:00
onion.c Don't tell anybody, but we're going OO here. This patch splits 2006-07-23 07:37:35 +00:00
or.h r9770@danube: weasel | 2006-09-15 07:20:05 +0200 2006-09-15 05:20:16 +00:00
policies.c bugfix in exit_policy_is_general_exit() that weasel found. 2006-06-13 10:48:26 +00:00
relay.c prefer calling it a client rather than an OP 2006-09-07 01:00:37 +00:00
rendclient.c r7328@Kushana: nickm | 2006-08-11 00:04:26 -0700 2006-08-11 07:09:52 +00:00
rendcommon.c Don't tell anybody, but we're going OO here. This patch splits 2006-07-23 07:37:35 +00:00
rendmid.c prefer calling it a client rather than an OP 2006-09-07 01:00:37 +00:00
rendservice.c r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400 2006-07-26 19:07:26 +00:00
rephist.c use tor_mem_is_zero() in more places. 2006-07-23 05:52:27 +00:00
router.c r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400 2006-09-15 04:27:58 +00:00
routerlist.c r9770@danube: weasel | 2006-09-15 07:20:05 +0200 2006-09-15 05:20:16 +00:00
routerparse.c r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400 2006-09-15 04:27:58 +00:00
test.c r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700 2006-08-11 07:09:17 +00:00
tor_main.c Happy new year! 2006-02-09 05:46:49 +00:00