tor/src/or
Roger Dingledine 0bfef523df simplify the tortls api: we only support being a "server", that
is, even tor clients do the same sort of handshake.

this has been true for years, so it's best to get rid of the
stale code.


svn:r6557
2006-06-07 06:10:54 +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 fix the bug where we sometimes would fail to send some create cells 2006-06-06 03:33:24 +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 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 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 We got an obscure report of an assert error on a windows Tor server with 2006-06-06 00:06:52 +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 We got an obscure report of an assert error on a windows Tor server with 2006-06-06 00:06:52 +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 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 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 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 simplify the tortls api: we only support being a "server", that 2006-06-07 06:10:54 +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