tor/src/or
Roger Dingledine 22285e6ff1 cleanup
prkey is only fetched when it's needed
tor nodes who aren't dirservers now fetch directories and autoconnect
  to new nodes listed in the directory
default role is a non-dirserver node


svn:r120
2002-09-28 00:52:59 +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 cleanup 2002-09-28 00:52:59 +00:00
connection_ap.c cleanup 2002-09-28 00:52:59 +00:00
connection_exit.c directory servers in and functional 2002-09-26 12:09:10 +00:00
connection_op.c cleanup 2002-09-28 00:52:59 +00:00
connection_or.c cleanup 2002-09-28 00:52:59 +00:00
connection.c cleanup 2002-09-28 00:52:59 +00:00
directory.c cleanup 2002-09-28 00:52:59 +00:00
main.c cleanup 2002-09-28 00:52:59 +00:00
Makefile.am directory servers in and functional 2002-09-26 12:09:10 +00:00
onion.c cleanup 2002-09-28 00:52:59 +00:00
or.h cleanup 2002-09-28 00:52:59 +00:00
routers.c cleanup 2002-09-28 00:52:59 +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