tor/src/or
Roger Dingledine 6934eb9f10 mozilla actually cares about the reply version
tor can now interface directly with mozilla, as a socks 4 host.
but note that mozilla does the dns resolution itself, so you're leaking
anonymity.


svn:r119
2002-09-27 23:34:51 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
cell.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00
circuit.c laying the groundwork for dynamic router lists 2002-09-24 10:43:57 +00:00
command.c added 'connected' cell type 2002-09-17 08:14:37 +00:00
config.c directory servers in and functional 2002-09-26 12:09:10 +00:00
connection_ap.c mozilla actually cares about the reply version 2002-09-27 23:34:51 +00:00
connection_exit.c directory servers in and functional 2002-09-26 12:09:10 +00:00
connection_op.c OP was hanging on first try if connect finishes too quickly 2002-09-20 19:33:13 +00:00
connection_or.c directory servers in and functional 2002-09-26 12:09:10 +00:00
connection.c directory servers in and functional 2002-09-26 12:09:10 +00:00
directory.c dirserver should include itself in the directory 2002-09-26 13:17:14 +00:00
main.c dirserver should include itself in the directory 2002-09-26 13:17:14 +00:00
Makefile.am directory servers in and functional 2002-09-26 12:09:10 +00:00
onion.c laying the groundwork for dynamic router lists 2002-09-24 10:43:57 +00:00
or.h dirserver should include itself in the directory 2002-09-26 13:17:14 +00:00
routers.c stop duplicate free 2002-09-26 13:19:13 +00:00
test_config.c removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); 2002-07-12 18:14:17 +00:00
test_onion.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00