tor/src/or
Roger Dingledine af0e47c921 fix spacing
svn:r6628
2006-06-15 22:59:07 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c complain when we hit wsaenobufs on recv or write too. 2006-04-08 07:54:11 +00:00
circuitbuild.c lower the number of seconds before we yell about clock jump. 2006-06-15 09:03:15 +00:00
circuitlist.c fix typo, remove extraneous variable 2006-04-03 11:24:14 +00:00
circuituse.c remove a bit more obsolete code 2006-06-08 09:35:20 +00:00
command.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
config.c allow people to start their tor with runasdaemon set but 2006-06-12 06:03:15 +00:00
connection_edge.c We got an obscure report of an assert error on a windows Tor server with 2006-06-06 00:06:52 +00:00
connection_or.c harmless typo 2006-06-13 05:50:24 +00:00
connection.c re-enable per-connection rate limiting. get rid of the "OP bandwidth" 2006-06-07 09:18:53 +00:00
control.c export the default exit policy via the control port, so controllers 2006-06-13 09:16:09 +00:00
cpuworker.c Finally solve the "closing wedged cpuworkers" bug. Woo. 2006-06-12 11:59:19 +00:00
directory.c fix spacing 2006-06-15 22:59:07 +00:00
dirserv.c now we can tell dirserv_dump_directory_to_string() whether we want 2006-06-13 11:11:19 +00:00
dns.c fix spacing 2006-06-15 22:59:07 +00:00
eventdns_tor.h More DNS fixes. Send meaningful TTLs back to the client when 2006-06-03 21:41:14 +00:00
eventdns.c eventdns: Apply a couple of patches from AGL; start working on windows compat; note some TODOs. 2006-06-13 21:49:56 +00:00
eventdns.h eventdns: Apply a couple of patches from AGL; start working on windows compat; note some TODOs. 2006-06-13 21:49:56 +00:00
hibernate.c make more hibernate log messages use local time. we should audit 2006-04-23 23:05:34 +00:00
main.c lower the number of seconds before we yell about clock jump. 2006-06-15 09:03:15 +00:00
Makefile.am Also, add a temporary hack to make sure eventdns.c is distributd. 2006-06-06 00:12:22 +00:00
onion.c the things we do for our windows users. 2006-02-13 09:37:53 +00:00
or.h now we can tell dirserv_dump_directory_to_string() whether we want 2006-06-13 11:11:19 +00:00
policies.c bugfix in exit_policy_is_general_exit() that weasel found. 2006-06-13 10:48:26 +00:00
relay.c Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 2006-06-04 22:42:13 +00:00
rendclient.c Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 2006-06-04 22:42:13 +00:00
rendcommon.c fix typo 2006-06-06 00:05:39 +00:00
rendmid.c the last of the log convention conversion. finally. 2006-02-13 10:33:00 +00:00
rendservice.c Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 2006-06-04 22:42:13 +00:00
rephist.c ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work. 2006-06-08 22:36:13 +00:00
router.c be more lax about recognizing valid hexdigests. 2006-06-13 12:05:59 +00:00
routerlist.c and forward-port too. 2006-06-09 06:52:49 +00:00
routerparse.c Start remembering *where* we are storing routerdescs. This will make us easier to move from a RAM-mirrors-disk model to a RAM-caches-disk model, and save maybe around 10MB on a directory server. 2006-04-29 18:42:26 +00:00
test.c now we can tell dirserv_dump_directory_to_string() whether we want 2006-06-13 11:11:19 +00:00
tor_main.c Happy new year! 2006-02-09 05:46:49 +00:00