tor/src/or
Roger Dingledine 56dfc3151f work around a tsocks bug
when an AP connection dies early, be sure to do a socks reject
for it. if you just hang up, tsocks goes into an infinite loop.


svn:r1352
2004-03-27 05:45:52 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c deal with hardware word alignment 2004-03-20 09:30:30 +00:00
circuit.c Remove unused open circuits when there are too many, not when they are too old. 2004-03-21 06:33:57 +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 a RunTesting option to try to learn link state by creating test circuits, even when SocksPort is off. 2004-03-21 03:03:10 +00:00
connection_edge.c work around a tsocks bug 2004-03-27 05:45:52 +00:00
connection_or.c fix two assert triggers (darn it, I hate releasing software) 2004-03-26 22:07:45 +00:00
connection.c work around a tsocks bug 2004-03-27 05:45:52 +00:00
cpuworker.c deal with hardware word alignment 2004-03-20 09:30:30 +00:00
directory.c oops, 0.0.4 is more broken than 0.0.3 2004-03-26 23:37:13 +00:00
dirserv.c bugfix: address that strcat vulnerability in circuit.c 2004-03-14 22:47:11 +00:00
dns.c deal with hardware word alignment 2004-03-20 09:30:30 +00:00
main.c only build circuits after we've fetched the directory 2004-03-27 00:15:09 +00:00
Makefile.am Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 2004-03-20 04:59:29 +00:00
onion.c clean up some 'warn' messages while i'm at it 2004-03-26 22:28:16 +00:00
or.h work around a tsocks bug 2004-03-27 05:45:52 +00:00
rephist.c make OR not crash when non-OR connection dies 2004-03-20 20:37:49 +00:00
router.c inform unapproved servers when we reject their descriptors 2004-03-12 12:43:13 +00:00
routerlist.c make it less noisy to consider exit policies 2004-03-27 00:13:27 +00:00
test.c Use strmap code for client DNS. 2004-03-20 01:21:19 +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