tor/src/or
2008-09-26 19:09:12 +00:00
..
buffers.c read_to_buf should take an int *error_socket and return it. 2008-09-14 08:35:41 +00:00
circuitbuild.c Make sure ExcludeSingleHopRelays works for an exit. 2008-09-26 19:09:12 +00:00
circuitlist.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
circuituse.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
command.c r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 2008-08-05 20:08:19 +00:00
config.c Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +00:00
connection_edge.c Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +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 Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +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 Code to serve a current stability calculations from /tor/dbg-stability.txt. Untested: somebody please run this on an authority and let me know if it is broken. 2008-09-26 18:02:48 +00:00
dirserv.c Serve the latest v3 networkstatus consensus via the control 2008-09-14 04:07:29 +00:00
dirvote.c Fix some apparent leaks in voting. If authorities suddenly start segfaulting, this could be a patch to look harder at. 2008-09-10 05:33:49 +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 Oops; we need to make sure that DNS request names are matched in the _questions_ section of the replies. Rejecting answers whether the _answers_ section did not match made us reject A records waiting at the end of a CNAME record. Bug 823. 2008-09-22 20:06:25 +00:00
eventdns.h r17846@tombo: nickm | 2008-08-22 11:54:00 -0400 2008-08-22 16:24:43 +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 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 Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +00:00
policies.c Allow ports 465 and 587 in the default exit policy again. We had 2008-09-13 10:04:42 +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 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 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
rendmid.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
rendservice.c Minor correction of commentation. 2008-09-24 17:33:07 +00:00
rephist.c Put the start-of-downtime value in the start-of-downtime buffer so that we do not put junk in the dbg-stability.txt file 2008-09-26 18:31:22 +00:00
router.c Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +00:00
routerlist.c Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +00:00
routerparse.c Proposal 152 implementation from Josh Albrecht, with tweaks. 2008-09-26 18:58:45 +00:00
test_data.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
test.c Make tests pass again by adding an opt hidden-service-dir to the example routerinfo output. 2008-09-26 17:58:35 +00:00
tor_main.c Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00