tor/src/or
Roger Dingledine 3c71d09402 use conn->hold_open_until_flushed for streams
and also note/fix a variety of other stream-based bugs


svn:r1210
2004-03-03 06:26:34 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Stop trying to flush on broken sockets marked for close. 2004-02-28 19:14:11 +00:00
circuit.c reenable part of assert_circuit_ok, leave some still disabled 2004-03-03 04:11:18 +00:00
command.c Split out mark_for_close with circuits. Seems to work for me. 2004-03-02 17:48:17 +00:00
config.c add --version, note that --help is probably obsolete 2004-03-02 05:19:01 +00:00
connection_edge.c use conn->hold_open_until_flushed for streams 2004-03-03 06:26:34 +00:00
connection_or.c use conn->hold_open_until_flushed for streams 2004-03-03 06:26:34 +00:00
connection.c use conn->hold_open_until_flushed for streams 2004-03-03 06:26:34 +00:00
cpuworker.c Split out mark_for_close with circuits. Seems to work for me. 2004-03-02 17:48:17 +00:00
directory.c bugfix: only warn about an unrouter router after we've fetched a directory 2004-02-29 01:31:33 +00:00
dirserv.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
dns.c fix the function comment 2004-02-28 22:34:47 +00:00
main.c use conn->hold_open_until_flushed for streams 2004-03-03 06:26:34 +00:00
Makefile.am move the tor program back to usr/bin/ 2004-02-25 06:41:21 +00:00
onion.c make circuit-building less noisy when a node in your exclude/exit/entrynodes is down 2004-03-03 03:02:06 +00:00
or.h Implement hold_open_until_flushed. I may have missed something important. 2004-03-03 05:08:01 +00:00
router.c go back to a single exitpolicy parameter 2004-02-18 07:23:38 +00:00
routerlist.c bugfix: only warn about an unrouter router after we've fetched a directory 2004-02-29 01:31:33 +00:00
test.c make 'make test' exit(1) if a test fails. 2004-03-01 06:45:32 +00:00
tor_main.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00