tor/src/or
2005-11-30 06:38:41 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Add a new config option TestSocks so people can see if their 2005-11-16 23:37:35 +00:00
circuitbuild.c Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search. 2005-11-30 03:01:16 +00:00
circuitlist.c when returning a list of circuits, don't return a list of the same 2005-11-28 02:52:17 +00:00
circuituse.c Make arguments to circuit_set_circid_orconn match the connection that is closing in circuit_about_to_close_connection. This accounts for our mysterious "arbitrary ram gets decremented!" bug. 2005-11-29 17:13:34 +00:00
command.c misc cleanups 2005-11-19 01:56:58 +00:00
config.c Start obeying our firewall options more rigorously: 2005-11-19 10:12:10 +00:00
connection_edge.c Fix some verbose warnings and remove an unneeded include. 2005-11-30 06:38:41 +00:00
connection_or.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
connection.c Move connection_or_remove_from_identity_map() to connection_unlink, but dont remove the other; just make it warn. 2005-11-30 04:28:41 +00:00
control.c Add a new controller event type that allows controllers to get all 2005-11-19 18:35:43 +00:00
cpuworker.c answer nick's XXX, and muck with some log domain choices 2005-11-01 06:13:12 +00:00
directory.c actually listen when we try to route our dir connection via tor. 2005-11-19 10:33:34 +00:00
dirserv.c Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search. 2005-11-30 03:01:16 +00:00
dns.c Replace balanced trees with hash tables: this should make stuff significantly faster. 2005-11-23 04:18:45 +00:00
hibernate.c Fix number in error message 2005-11-14 19:17:28 +00:00
main.c Move connection_or_remove_from_identity_map() to connection_unlink, but dont remove the other; just make it warn. 2005-11-30 04:28:41 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
or.h Fix some verbose warnings and remove an unneeded include. 2005-11-30 06:38:41 +00:00
relay.c Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search. 2005-11-30 03:01:16 +00:00
rendclient.c Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
rendcommon.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendmid.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendservice.c Start the process of treating internal circuits and exit circuits 2005-11-25 08:08:56 +00:00
rephist.c Start the process of treating internal circuits and exit circuits 2005-11-25 08:08:56 +00:00
router.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
routerlist.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
routerparse.c remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
test.c get rid of some unused variables 2005-11-24 01:47:05 +00:00
tor_main.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
tree.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00