tor/src/or
Roger Dingledine 31b51849b5 export the default exit policy via the control port, so controllers
don't need to guess what it is / will be later.


svn:r6615
2006-06-13 09:16:09 +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 Defense in depth: fix the reachability bug a second way too. 2006-06-13 05:51:28 +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 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
dirserv.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
dns.c Finally solve the "closing wedged cpuworkers" bug. Woo. 2006-06-12 11:59:19 +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 More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads. 2006-06-05 01:59:12 +00:00
eventdns.h Make eventdns.[ch] into good C90; remove signed/unsigned comparisons. 2006-06-03 22:05:23 +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 simplify the tortls api: we only support being a "server", that 2006-06-07 06:10:54 +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 export the default exit policy via the control port, so controllers 2006-06-13 09:16:09 +00:00
policies.c export the default exit policy via the control port, so controllers 2006-06-13 09:16:09 +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 simplify the tortls api: we only support being a "server", that 2006-06-07 06:10:54 +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 forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. 2006-04-18 03:07:24 +00:00
tor_main.c Happy new year! 2006-02-09 05:46:49 +00:00