tor/src/or
2008-11-07 15:01:49 +00:00
..
buffers.c Patch from mwenge: update TrackHostExits mapping expiry times when the mappings are used, so that they expire a while after their last use, not a while after their creation. 2008-09-29 14:53:53 +00:00
circuitbuild.c when building preemptive circuits, ignore streams that have a 2008-11-03 07:00:56 +00:00
circuitlist.c Fix an assertion failure on double-marked circuits, and a double-mark. 2008-11-01 20:27:41 +00:00
circuituse.c fix wide lines 2008-11-07 01:48:55 +00:00
command.c r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 2008-08-05 20:08:19 +00:00
config.c vidalia asks us for the value of the Group config option. but now 2008-11-07 04:38:58 +00:00
connection_edge.c Patch from rovv: send back END cell in response to connect attempts to nonexistent hidden service port. 2008-10-21 16:41:20 +00:00
connection_or.c Catch and report a few more bootstrapping failure cases when Tor 2008-09-09 06:25:39 +00:00
connection.c Apply rovv's fix for bug 824. 2008-09-26 15:30:26 +00:00
control.c Minor fix in the warning messages when you're having problems 2008-10-13 03:34:29 +00:00
cpuworker.c Switch global_identifier on connections to a 64-bit field and move it to connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? 2008-08-15 13:55:01 +00:00
directory.c Make rend_cache_store() use the same return error codes as its v2 2008-10-02 07:32:13 +00:00
dirserv.c i needed a piece of the 'patching patches' action too 2008-11-07 03:39:19 +00:00
dirvote.c fix up signs in r17208 2008-11-07 14:17:46 +00:00
dns.c Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. 2008-10-29 19:20:02 +00:00
dnsserv.c fix wide lines 2008-11-07 01:48:55 +00:00
eventdns_tor.h Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
eventdns.c Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. 2008-10-29 19:20:02 +00:00
eventdns.h Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. 2008-10-29 19:20:02 +00:00
geoip.c Widen the conditions under which we whine about not having a geoip file to include "a country code was configured in a node list." 2008-09-25 21:06:32 +00:00
hibernate.c r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 2008-02-22 19:09:45 +00:00
main.c Whitespace fixes. 2008-09-25 20:22:17 +00:00
Makefile.am consolidate all our edge/circ/orconn reason-to-foo-or-back functions 2008-06-11 00:17:02 +00:00
networkstatus.c fix up signs in r17208 2008-11-07 14:17:46 +00:00
ntmain.c r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 2008-03-27 16:46:36 +00:00
onion.c r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 2008-02-22 19:09:45 +00:00
or.h Remove bug 811/845 debugging code 2008-11-07 01:50:37 +00:00
policies.c Remove bug 811/845 debugging code 2008-11-07 01:50:37 +00:00
reasons.c Actually reinstate errors that did not work on windows, and add a comment about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there. 2008-06-13 03:52:58 +00:00
relay.c Verify cpath_layer match on rendezvous cells too. Fixes another case of bug 446. Based on patch from rovv. 2008-10-27 16:46:45 +00:00
rendclient.c Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. 2008-09-24 14:44:29 +00:00
rendcommon.c make layer_hint check a little stricter. 2008-10-27 16:57:18 +00:00
rendmid.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
rendservice.c explain patch4 better. whee. 2008-10-15 21:12:51 +00:00
rephist.c Switch a should-benee-dless check for an assert. 2008-09-30 13:59:12 +00:00
router.c Now NodeFamily and MyFamily config options allow spaces in 2008-10-01 03:41:33 +00:00
routerlist.c but to not attempt to download a specific certificate we already have. 2008-11-07 15:01:49 +00:00
routerparse.c The chunk_size field in memarea_t was never actually set. Remove the whole thing. 2008-11-05 20:34:22 +00:00
test_data.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
test.c The chunk_size field in memarea_t was never actually set. Remove the whole thing. 2008-11-05 20:34:22 +00:00
tor_main.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00