tor/src/or
Roger Dingledine fa64d8041f minor cleanups on karsten's patch
svn:r16810
2008-09-09 09:21:21 +00:00
..
buffers.c handle ipv6 in socks5 requests. 2008-08-08 16:41:59 +00:00
circuitbuild.c backport candidate: 2008-08-31 06:33:39 +00:00
circuitlist.c r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 2008-08-05 20:08:19 +00:00
circuituse.c karsten's patch for bug 767. 2008-09-09 08:41:58 +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 Refactor some code and add some asserts based on scanner results. 2008-09-05 21:19:53 +00:00
connection_edge.c Refactor use of connection_new so that we get more verifiable typesafety. 2008-09-05 22:09:44 +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 Catch and report a few more bootstrapping failure cases when Tor 2008-09-09 06:25:39 +00:00
control.c Refactor some code and add some asserts based on scanner results. 2008-09-05 21:19:53 +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 Refactor use of connection_new so that we get more verifiable typesafety. 2008-09-05 22:09:44 +00:00
dirserv.c Fix numerous memory leaks: some were almost impossible to trigger, and some almost inevitable. 2008-09-05 20:52:15 +00:00
dirvote.c It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(bar(A)); } rather than foo(bar(x)); foo(bar(y)); . Also, it can confuse tools. 2008-09-05 20:04:27 +00:00
dns.c r17847@tombo: nickm | 2008-08-22 12:08:56 -0400 2008-08-22 16:24:47 +00:00
dnsserv.c Refactor use of connection_new so that we get more verifiable typesafety. 2008-09-05 22:09:44 +00:00
eventdns_tor.h Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
eventdns.c Fix mingw build with --enable-gcc-warnings set. 2008-09-04 21:58:09 +00:00
eventdns.h r17846@tombo: nickm | 2008-08-22 11:54:00 -0400 2008-08-22 16:24:43 +00:00
geoip.c Fix mingw build with --enable-gcc-warnings set. 2008-09-04 21:58:09 +00:00
hibernate.c r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 2008-02-22 19:09:45 +00:00
main.c minor cleanups on karsten's patch 2008-09-09 09:21:21 +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 a memory leak when freeing routerstatuses with exit policy summaries. Patch from mwenge. 2008-08-25 23:19:58 +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 karsten's patch for bug 767. 2008-09-09 08:41:58 +00:00
policies.c We should not alter an addr_policy_t that has been canonicalized. 2008-09-09 03:48:01 +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 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 2008-08-05 20:08:19 +00:00
rendclient.c karsten's patch for bug 767. 2008-09-09 08:41:58 +00:00
rendcommon.c karsten's patch for bug 767. 2008-09-09 08:41:58 +00:00
rendmid.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
rendservice.c minor cleanups on karsten's patch 2008-09-09 09:21:21 +00:00
rephist.c minor fixes that have been accumulating 2008-04-16 00:12:44 +00:00
router.c Refactor some code and add some asserts based on scanner results. 2008-09-05 21:19:53 +00:00
routerlist.c karsten's patch for bug 767. 2008-09-09 08:41:58 +00:00
routerparse.c make r16598 compile on 64-bit too 2008-08-20 05:15:08 +00:00
test_data.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
test.c Apply proposal 121 patch 3, with minor tweaks and a few comments. 2008-08-19 15:41:28 +00:00
tor_main.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00