]> git.ipfire.org Git - thirdparty/tor.git/commit
Commit fixes for several pending tor core tasks: document all DOCDOCed functions...
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Mar 2005 12:38:37 +0000 (12:38 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Mar 2005 12:38:37 +0000 (12:38 +0000)
commitdf9c8feac782c9feebad3a0fc7cc5eb7068bccf2
treead090affe0b93f33441afeddda27990a33f32464
parentb5a7347db50ad76e8e1aaf6a6a88f733c202ca37
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.

svn:r3769
17 files changed:
doc/TODO
doc/control-spec.txt
doc/tor.1.in
src/common/log.c
src/common/util.c
src/or/circuitlist.c
src/or/circuituse.c
src/or/config.c
src/or/connection.c
src/or/connection_edge.c
src/or/control.c
src/or/main.c
src/or/or.h
src/or/relay.c
src/or/router.c
src/or/routerlist.c
src/or/routerparse.c