tor/src/or
2010-10-01 19:52:05 -04:00
..
buffers.c Fix whitespace in bufferevents branch 2010-09-27 14:22:18 -04:00
buffers.h Get zlib compression working with bufferevents. 2010-09-27 14:22:11 -04:00
circuitbuild.c More debugging code for node_t branch 2010-10-01 19:52:05 -04:00
circuitbuild.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
circuitlist.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
circuitlist.h Create circuitlist.h 2010-07-27 07:58:13 +02:00
circuituse.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
circuituse.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
command.c Implement a few more node-based functions 2010-10-01 18:14:27 -04:00
command.h Create command.h 2010-07-27 07:58:14 +02:00
config_codedigest.c fix codestyle issues 2009-05-24 02:42:37 +02:00
config.c Implement node-based router family code 2010-10-01 18:14:27 -04:00
config.h Autodetect the number of CPUs when possible if NumCPUs==0 2010-09-28 14:42:21 -04:00
connection_edge.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
connection_edge.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
connection_or.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
connection_or.h handle ugly edge case in retrying entrynodes 2010-09-28 22:32:38 -04:00
connection.c Whitespace fixes on recent merges to master. 2010-09-30 01:36:36 -04:00
connection.h New function to grab a directory connection fetching a resource 2010-09-27 18:04:43 -04:00
control.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
control.h Try to make most routerstatus_t interfaces const 2010-10-01 18:14:27 -04:00
cpuworker.c Autodetect the number of CPUs when possible if NumCPUs==0 2010-09-28 14:42:21 -04:00
cpuworker.h Create cpuworker.h 2010-07-27 07:58:15 +02:00
directory.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
directory.h Try to make most routerstatus_t interfaces const 2010-10-01 18:14:27 -04:00
dirserv.c Rename routerstatus_t.is_running to is_flagged_running 2010-10-01 18:14:27 -04:00
dirserv.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
dirvote.c Implement new Wxx constraints. 2010-09-27 08:53:41 -07:00
dirvote.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
dns.c Try to make most routerinfo_t interfaces const 2010-10-01 18:14:27 -04:00
dns.h Create dns.h 2010-07-27 07:58:16 +02:00
dnsserv.c Ensure controller RESOLVE commands respect __LeaveStreamsUnattached 2010-08-08 12:37:59 +01:00
dnsserv.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
eventdns_tor.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
eventdns.c Consistency issues in load_windows_system_library patch. Thanks Sebastian 2010-09-24 14:16:55 -04:00
eventdns.h Fix compile warnings on Snow Leopard 2009-09-01 18:36:27 +02:00
geoip.c Fix a bridge segfault 2010-09-27 23:19:25 +02:00
geoip.h Allow enabling or disabling *Statistics while Tor is running. 2010-08-05 13:05:25 +02:00
hibernate.c Merge branch 'bug1511' 2010-09-23 23:16:25 -04:00
hibernate.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
main.c Try to make most routerinfo_t interfaces const 2010-10-01 18:14:27 -04:00
main.h Add bufferevent support for outgoing connections; exits are now supported. 2010-09-27 12:31:13 -04:00
Makefile.am Implement a basic node and nodelist type 2010-10-01 18:14:26 -04:00
microdesc.c Implement policies for nodes (and for microdescriptors too) 2010-10-01 18:14:28 -04:00
microdesc.h Clean long-unlisted microdescs from the cache 2010-09-27 18:05:01 -04:00
networkstatus.c Rename routerstatus_t.is_running to is_flagged_running 2010-10-01 18:14:27 -04:00
networkstatus.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
nodelist.c More debugging code for node_t branch 2010-10-01 19:52:05 -04:00
nodelist.h Implement node-based router family code 2010-10-01 18:14:27 -04:00
ntmain.c Consistency issues in load_windows_system_library patch. Thanks Sebastian 2010-09-24 14:16:55 -04:00
ntmain.h Create ntmain.h 2010-07-27 10:00:39 +02:00
onion.c Add a generic rate-limited log mechanism, and use it in a few places 2010-08-18 15:55:49 -04:00
onion.h Create onion.h 2010-07-27 10:00:45 +02:00
or.h Implement policies for nodes (and for microdescriptors too) 2010-10-01 18:14:28 -04:00
policies.c Implement policies for nodes (and for microdescriptors too) 2010-10-01 18:14:28 -04:00
policies.h Implement policies for nodes (and for microdescriptors too) 2010-10-01 18:14:28 -04:00
reasons.c Send control port events for timeouts. 2010-09-29 11:46:36 -07:00
reasons.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
relay.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
relay.h Merge branch 'bug1184' 2010-09-15 14:20:28 -04:00
rendclient.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
rendclient.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
rendcommon.c Create routerparse.h 2010-07-27 10:00:46 +02:00
rendcommon.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
rendmid.c Create rephist.h 2010-07-27 10:00:46 +02:00
rendmid.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
rendservice.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
rendservice.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
rephist.c Implement a few more node-based functions 2010-10-01 18:14:27 -04:00
rephist.h Merge commit 'karsten/dirbytes2' 2010-08-18 10:06:14 -04:00
router.c Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
router.h Try to make most routerinfo_t interfaces const 2010-10-01 18:14:27 -04:00
routerlist.c Fix a bug in smartlist_choose_node_by_bandwidth 2010-10-01 18:14:28 -04:00
routerlist.h Initial conversion to use node_t throughout our codebase. 2010-10-01 18:14:27 -04:00
routerparse.c Implement policies for nodes (and for microdescriptors too) 2010-10-01 18:14:28 -04:00
routerparse.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
tor_main.c Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00