- 06 Apr, 2005 5 commits
-
-
Roger Dingledine authored
every time we do any lookup. canonicalize the names to lowercase and be done with it. svn:r4035
-
Nick Mathewson authored
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids! svn:r4026
-
Nick Mathewson authored
Add a pointer from edge connections to their corresponding circuit (ulp!); add some debugging sanity-checking for cirid_orconn_map stuff svn:r4024
-
Nick Mathewson authored
svn:r4022
-
Roger Dingledine authored
svn:r4019
-
- 04 Apr, 2005 2 commits
-
-
Nick Mathewson authored
svn:r4009
-
Nick Mathewson authored
svn:r4008
-
- 01 Apr, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3982
-
- 14 Mar, 2005 2 commits
-
-
Roger Dingledine authored
has vanished in the meantime, then we would both mark it for close (i.e. put it on the closeable list) and also immediately free it. svn:r3759
-
Nick Mathewson authored
svn:r3757
-
- 01 Mar, 2005 1 commit
-
-
Nick Mathewson authored
Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. svn:r3720
-
- 11 Feb, 2005 1 commit
-
-
Nick Mathewson authored
Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more. svn:r3614
-
- 05 Feb, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3561
-
- 04 Feb, 2005 1 commit
-
-
Roger Dingledine authored
svn:r3549
-
- 01 Feb, 2005 1 commit
-
-
Roger Dingledine authored
something goes wrong. this should only be used by people actively tracking bugs. svn:r3487
-
- 28 Jan, 2005 1 commit
-
-
Roger Dingledine authored
svn:r3448
-
- 19 Jan, 2005 1 commit
-
-
Nick Mathewson authored
Give more useful log messages when the tor process closes dns/cpuworker connections. "Error: Success!" makes us seem like crazy people." svn:r3373
-
- 04 Jan, 2005 2 commits
-
-
Roger Dingledine authored
svn:r3293
-
Roger Dingledine authored
one day we should try to figure out what's actually going on here. svn:r3280
-
- 03 Jan, 2005 2 commits
-
-
Nick Mathewson authored
svn:r3251
-
Nick Mathewson authored
Possible fix for task #43: when running on a multithreaded environment (currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers. svn:r3247
-
- 13 Dec, 2004 1 commit
-
-
Roger Dingledine authored
make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138
-
- 06 Dec, 2004 1 commit
-
-
Nick Mathewson authored
More win32 fixes: 1) tolerate extra "readable" events better. 2) when being multithreaded, leave parent fdarray open. svn:r3092
-
- 29 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r3019
-
- 28 Nov, 2004 2 commits
-
-
Roger Dingledine authored
totally unacceptable to me. svn:r3005
-
Nick Mathewson authored
svn:r3003
-
- 26 Nov, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2989
-
- 21 Nov, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2930
-
- 12 Nov, 2004 1 commit
-
-
Nick Mathewson authored
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. svn:r2808
-
- 07 Nov, 2004 1 commit
-
-
Roger Dingledine authored
Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698
-
- 06 Nov, 2004 1 commit
-
-
Roger Dingledine authored
Now we can try setting an option but back out if it fails to parse, or if it's disallowed (e.g. changing RunAsDaemon from 1 to 0). Use parse_line_from_str rather than parse_line_from_file. svn:r2692
-
- 27 Oct, 2004 3 commits
-
-
Nick Mathewson authored
svn:r2613
-
Nick Mathewson authored
svn:r2610
-
Nick Mathewson authored
svn:r2603
-
- 16 Oct, 2004 2 commits
-
-
Roger Dingledine authored
svn:r2544
-
Nick Mathewson authored
svn:r2538
-
- 14 Oct, 2004 1 commit
-
-
Roger Dingledine authored
plus a whitespace patch on config.c from vicman svn:r2482
-
- 22 Sep, 2004 1 commit
-
-
Roger Dingledine authored
raise it to 100 for now. we need a better solution long-term. but alas, there are no better solutions that are also portable. hm. svn:r2363
-
- 21 Sep, 2004 2 commits
-
-
Nick Mathewson authored
Attach dummy resolve connections to a circuit *before* calling dns_resolve(). This fixes a bug where cached answers would never be sent in RESOLVED cells. svn:r2360
-
Roger Dingledine authored
the end cell back. also, give a better reason for failure. svn:r2358
-