tor/src/or
2010-09-27 12:31:13 -04:00
..
buffers.c Add a 0-pullup version of fetch_from_evbuffer_socks 2010-09-27 12:31:13 -04:00
buffers.h Fix more remaining users of inbuf/outbuf to handle bufferevents instead. 2010-09-27 12:31:13 -04:00
circuitbuild.c Rename has_completed_circuit to can_complete_circuit 2010-09-22 01:52:57 -04:00
circuitbuild.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
circuitlist.c Clear cell queues when marking or truncating a circuit. 2010-07-30 18:55:24 -04:00
circuitlist.h Create circuitlist.h 2010-07-27 07:58:13 +02:00
circuituse.c fix another piece of 1741 2010-08-14 04:22:08 -04:00
circuituse.h Create circuituse.h 2010-07-27 07:58:14 +02:00
command.c Fix some issues in rate-limiting noticed by Sebastian 2010-08-31 12:52:11 -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 Rename has_completed_circuit to can_complete_circuit 2010-09-22 01:52:57 -04:00
config.h Create config.h 2010-07-27 07:58:14 +02:00
connection_edge.c Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
connection_edge.h Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
connection_or.c Fix more remaining users of inbuf/outbuf to handle bufferevents instead. 2010-09-27 12:31:13 -04:00
connection_or.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
connection.c Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
connection.h Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
control.c Fix more remaining users of inbuf/outbuf to handle bufferevents instead. 2010-09-27 12:31:13 -04:00
control.h Create control.h 2010-07-27 07:58:15 +02:00
cpuworker.c Fix more remaining users of inbuf/outbuf to handle bufferevents instead. 2010-09-27 12:31:13 -04:00
cpuworker.h Create cpuworker.h 2010-07-27 07:58:15 +02:00
directory.c Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
directory.h Complicate the rules on WARN vs INFO in consensus verification 2010-09-02 16:46:03 -04:00
dirserv.c Refactor users of buf_datalen to bufferevent-friendly version. 2010-09-27 12:28:43 -04:00
dirserv.h Merge branch 'bug911' 2010-09-14 22:19:22 -04:00
dirvote.c Implement new Wxx constraints. 2010-09-27 08:53:41 -07:00
dirvote.h Create dirvote.h 2010-07-27 07:58:16 +02:00
dns.c Create relay.h 2010-07-27 10:00:45 +02: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 Attempt to fix compilation on Windows 2010-09-19 13:39:30 +02:00
eventdns.h Fix compile warnings on Snow Leopard 2009-09-01 18:36:27 +02:00
geoip.c A start at a patch for bug 1943 (alignment issues) 2010-09-20 18:40:32 -04: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 Add support for linked connections with bufferevent_pair. 2010-09-27 12:31:13 -04:00
main.h Add bufferevent support for outgoing connections; exits are now supported. 2010-09-27 12:31:13 -04:00
Makefile.am Fix 'make distcheck' 2010-08-03 00:48:59 +02:00
microdesc.c Fix compilation with --with-dmalloc 2010-08-16 00:14:06 -04:00
microdesc.h Create microdesc.h 2010-07-27 07:58:16 +02:00
networkstatus.c Count unknown authorities as unknown only once, not once per signature. 2010-09-20 13:33:57 -04:00
networkstatus.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
ntmain.c Make the windows build succeed with or without -DUNICODE enabled. 2010-08-20 13:40:01 -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 Move the "stop writing when the buffer is empty" logic to cnnection_finished_flushing 2010-09-27 12:29:43 -04:00
policies.c Fix misplaced labels 2010-08-16 00:46:44 +02:00
policies.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
reasons.c Fix up compilation on windows. 2010-08-19 14:59:44 -04: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 Make a function to mark a connection and set hold_open_until_flushed. 2010-09-27 12:31:13 -04:00
relay.h Merge branch 'bug1184' 2010-09-15 14:20:28 -04:00
rendclient.c Fix misplaced labels 2010-08-16 00:46:44 +02: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 Create routerparse.h 2010-07-27 10:00:46 +02:00
rendservice.h Remove unused function declarations 2010-08-17 23:49:39 +02:00
rephist.c Merge commit 'karsten/dirbytes2' 2010-08-18 10:06:14 -04:00
rephist.h Merge commit 'karsten/dirbytes2' 2010-08-18 10:06:14 -04:00
router.c Create routerparse.h 2010-07-27 10:00:46 +02:00
router.h Fix typos, make all \brief's conformant, end sentences with a period. 2010-07-28 17:42:33 +02:00
routerlist.c Merge branch 'bug1805' into maint-0.2.2 2010-09-27 12:25:32 -04:00
routerlist.h Merge branch 'bug1899' 2010-09-14 22:19:25 -04:00
routerparse.c Create routerparse.h 2010-07-27 10:00:46 +02: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