tor/src/or
2002-07-15 21:13:40 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c fixed a critical bug in yesterday's changes to buffers.c 2002-07-02 06:02:15 +00:00
cell.c general cleanup 2002-07-05 06:27:23 +00:00
circuit.c put in the support for 'router twins' 2002-07-08 08:59:15 +00:00
command.c it wouldn't return when the next router isn't up, leading to later seg fault 2002-07-10 19:05:13 +00:00
config.c corrected some string literals 2002-07-15 16:42:27 +00:00
connection.c put in the support for 'router twins' 2002-07-08 08:59:15 +00:00
connection_ap.c put in the support for 'router twins' 2002-07-08 08:59:15 +00:00
connection_exit.c fixed the deadlock bug 2002-07-10 20:17:27 +00:00
connection_op.c general cleanup 2002-07-05 06:27:23 +00:00
connection_or.c put in the support for 'router twins' 2002-07-08 08:59:15 +00:00
main.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
Makefile.am removed args.c (bruce's popt stuff makes it obsolete) 2002-07-15 21:13:40 +00:00
onion.c Integrated onion proxy into or/ 2002-07-02 09:36:58 +00:00
or.h added new option GlobalRole to getoptions() 2002-07-11 18:38:16 +00:00
routers.c getrouters() changed so that a router ignores its own entry in the router list 2002-07-10 12:35: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