Nick Mathewson 25f8335528 Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler. 17 years ago
..
Makefile.am 42f21007a3 consolidate all our edge/circ/orconn reason-to-foo-or-back functions 18 years ago
buffers.c ae3ce7b387 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. 17 years ago
circuitbuild.c 745e5b0e22 Make sure ExcludeSingleHopRelays works for an exit. 17 years ago
circuitlist.c 25f8335528 Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler. 17 years ago
circuituse.c 9d950f7d25 Nobody calls circuit_launch_by_nickname; remove it. 17 years ago
command.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 years ago
config.c 26aa741169 Remove the old v2 directory authority 'lefkada' from the default 17 years ago
connection.c ae33d3ead7 Apply rovv's fix for bug 824. 17 years ago
connection_edge.c ae3ce7b387 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. 17 years ago
connection_or.c d37fae2f4e Catch and report a few more bootstrapping failure cases when Tor 17 years ago
control.c 25f8335528 Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler. 17 years ago
cpuworker.c fcf817f897 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? 17 years ago
directory.c e7e12236ac 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. 17 years ago
dirserv.c 57db1c1a7d Tweak the dbg-stability.txt code to log everything else that influences router stability calculations. 17 years ago
dirvote.c 45205126fe Fix some apparent leaks in voting. If authorities suddenly start segfaulting, this could be a patch to look harder at. 17 years ago
dns.c 0800b332a0 r17847@tombo: nickm | 2008-08-22 12:08:56 -0400 17 years ago
dnsserv.c baeb260ad1 Refactor use of connection_new so that we get more verifiable typesafety. 17 years ago
eventdns.c b0c48d8e45 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. 17 years ago
eventdns.h fc52d85b7c r17846@tombo: nickm | 2008-08-22 11:54:00 -0400 17 years ago
eventdns_tor.h 842a33ff20 Update some copyright notices: it is now 2008. 18 years ago
geoip.c 02c71a7eb4 Widen the conditions under which we whine about not having a geoip file to include "a country code was configured in a node list." 17 years ago
hibernate.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 18 years ago
main.c e06f140f97 Whitespace fixes. 17 years ago
networkstatus.c 2625eb204f Fix a memory leak when freeing routerstatuses with exit policy summaries. Patch from mwenge. 17 years ago
ntmain.c 4e6b6e3ad7 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400 18 years ago
onion.c e7db789e82 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500 18 years ago
or.h 25f8335528 Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler. 17 years ago
policies.c 2d95accc75 Allow ports 465 and 587 in the default exit policy again. We had 17 years ago
reasons.c bcde95509d 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. 18 years ago
relay.c 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 17 years ago
rendclient.c 8bc1536a9e Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. 17 years ago
rendcommon.c 8bc1536a9e Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. 17 years ago
rendmid.c 842a33ff20 Update some copyright notices: it is now 2008. 18 years ago
rendservice.c 5f457e4fa6 Minor correction of commentation. 17 years ago
rephist.c 57db1c1a7d Tweak the dbg-stability.txt code to log everything else that influences router stability calculations. 17 years ago
router.c e147e867be Proposal 152 implementation from Josh Albrecht, with tweaks. 17 years ago
routerlist.c e147e867be Proposal 152 implementation from Josh Albrecht, with tweaks. 17 years ago
routerparse.c e147e867be Proposal 152 implementation from Josh Albrecht, with tweaks. 17 years ago
test.c 283b95e463 Make tests pass again by adding an opt hidden-service-dir to the example routerinfo output. 17 years ago
test_data.c 842a33ff20 Update some copyright notices: it is now 2008. 18 years ago
tor_main.c 842a33ff20 Update some copyright notices: it is now 2008. 18 years ago