Roger Dingledine 4533a46e41 move the assert higher up so the error message makes more sense 21 years ago
..
.cvsignore a970cd7cfa update the cvsignore 23 years ago
Makefile.am 347d3f9d62 Start implementing control interface. 22 years ago
buffers.c 97dad670ea Renormalize whitespace 21 years ago
circuitbuild.c b8d38dc57b try harder to establish reachability, in the first 20 minutes 21 years ago
circuitlist.c 631ab5c69b Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit. 21 years ago
circuituse.c 09ef2b7e41 cleanup so connection_ap_handshake_attach_chosen_circuit() always 21 years ago
command.c 858eda4736 Fix an unused function warning 22 years ago
config.c ec81f87018 Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this? 21 years ago
connection.c 1328383482 make it clearer to the human that his server is testing 21 years ago
connection_edge.c 4533a46e41 move the assert higher up so the error message makes more sense 21 years ago
connection_or.c 2d40991427 Report HTTP reasons to directory clients. (Also, fix format on new TODO items) 21 years ago
control.c fa3c9d94bc when you attachstream to a circid of 0, send back an answer 21 years ago
cpuworker.c 6e6d95b3db Change from inet_ntoa to a threadproof tor_inet_ntoa. 21 years ago
directory.c 2d40991427 Report HTTP reasons to directory clients. (Also, fix format on new TODO items) 21 years ago
dirserv.c 6e4bccc4ac Make GETINFO for "network-status" work on non-authdirs 21 years ago
dns.c 316afb6d09 fix an assert trigger in cvs: if a resolve request fails, and the circuit 21 years ago
hibernate.c fe768d1d2a change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 21 years ago
main.c b8d38dc57b try harder to establish reachability, in the first 20 minutes 21 years ago
onion.c 38f53cff41 forward-port the onion queue thing 21 years ago
or.h 1328383482 make it clearer to the human that his server is testing 21 years ago
relay.c fcfe6d2e8b fix assert: stop trying to send a socks reply to an *exit* 21 years ago
rendclient.c 631ab5c69b Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit. 21 years ago
rendcommon.c 349ee1abea Clean up rend cache on shutdown 21 years ago
rendmid.c 22f7934718 start generating version 1 style introduce cells 21 years ago
rendservice.c 631ab5c69b Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit. 21 years ago
rephist.c b3177d509e free some more memory at shutdown 21 years ago
router.c 1328383482 make it clearer to the human that his server is testing 21 years ago
routerlist.c 35953edae0 Implement controller's "extendcircuit" directive. 21 years ago
routerparse.c df9c8feac7 Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. 21 years ago
test.c 83743d64ab Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series. 21 years ago
tor_main.c 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 22 years ago
tree.h 3d60cd1d61 Delete trailing whitespace and expand tabs; remove unused aes decrypt code 22 years ago