tor/src/or
Roger Dingledine 07c35b4f52 ship the event*.h files too. perhaps this will make my 'make dist'
produce a tarball that i can build.


svn:r6548
2006-06-06 00:04:52 +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 scream louder if you've got a pending circuit for a given 2006-06-05 09:47:19 +00:00
circuitlist.c fix typo, remove extraneous variable 2006-04-03 11:24:14 +00:00
circuituse.c don't tell people that the testing circuit failed if we already 2006-06-05 10:01:52 +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 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
connection_edge.c Oops. When we dont get a TTL, we should default to the default, not to the minimum. 2006-06-03 21:47:26 +00:00
connection_or.c remove some unused code (i think) 2006-06-05 08:02:04 +00:00
connection.c simplify code now that libevent considers all sockets pollable. 2006-06-05 09:08:10 +00:00
control.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
cpuworker.c Raise the timeout for complaining about wedged cpuworkers. 2006-04-18 19:48:06 +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 Try to log useful messages at info and debug about what we are resolving and what answers we are getting wrt eventdns. 2006-06-05 23:01:22 +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 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
Makefile.am ship the event*.h files too. perhaps this will make my 'make dist' 2006-06-06 00:04:52 +00:00
onion.c the things we do for our windows users. 2006-02-13 09:37:53 +00:00
or.h 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
policies.c Fix a couple of things that make GCC complain with verbose warnings on. Also, fix some whitespace. 2006-04-08 05:43:52 +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 change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN 2006-03-14 23:40:37 +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 Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. 2006-06-03 19:49:42 +00:00
router.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
routerlist.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
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