- 17 Jul, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10849
-
- 05 Jul, 2007 1 commit
-
-
Nick Mathewson authored
Patch from Robert Hogan: Generate STREAM NEW events for dnsport requests and tunneled directory connections. Log when we are testing for hijacking. svn:r10737
-
- 17 Jun, 2007 2 commits
-
-
Nick Mathewson authored
Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645
-
Nick Mathewson authored
Build with fewer compiler warnings on Sun. (This and previous Sun patches are thanks to the tremendously handy services of unix-center.net.) svn:r10644
-
- 31 May, 2007 1 commit
-
-
Nick Mathewson authored
Patch from Tup: treat RESOLVED_TYPE_ERROR_TRANSIENT as a SERVERFAILED, and RESOLVED_TYPE_ERROR as NOTEXIST. Generate transient/nontransient errors more sensibly. Set flags better on DNS replies. svn:r10427
-
- 29 May, 2007 1 commit
-
-
Nick Mathewson authored
Fix handling of resolves with very long or otherwise malformed addresses, and comment dns_resolve better, and stop making what should be a BUG warning into an assert(0). This fixes bug 427, which was introduced around 9900/9931/9932. Not a backport candidate: 0.1.2.x never had this bug. svn:r10399
-
- 25 May, 2007 2 commits
-
-
Roger Dingledine authored
svn:r10335
-
Roger Dingledine authored
resolve request. this should help that. svn:r10334
-
- 24 May, 2007 1 commit
-
-
Nick Mathewson authored
Review XXXX comments without a version; upgrade some to XXXX020. svn:r10315
-
- 21 May, 2007 1 commit
-
-
Nick Mathewson authored
Bugfix and possible backport candidate: use the same logic as in read_all when reading resolv.conf. Maybe this fixes bug 433. svn:r10237
-
- 20 May, 2007 2 commits
-
-
Nick Mathewson authored
Address points in r10227. svn:r10229
-
Roger Dingledine authored
items we should probably look into. svn:r10227
-
- 13 May, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10182
-
- 09 Apr, 2007 2 commits
-
-
Nick Mathewson authored
Simplify dns_resolve: use a helper function so that we handle the error/answer/pending cases uniformly in dns_resolve, and everything else in dns_resolve_impl. svn:r9932
-
Nick Mathewson authored
Try to fix bug 410: move responsibility for attaching/detaching initial streams from circuits into dns_resolve. Needs refactoring a little. svn:r9931
-
- 24 Mar, 2007 2 commits
-
-
Nick Mathewson authored
Eliminate more redundant circuit_t arguments when edge_connection_t is already supplied and the circuit is already attached. svn:r9900
-
Nick Mathewson authored
Refactor a bunch of functions that take edge_connection_t not to also take a crypt_path_t; the cpath is implicit. svn:r9899
-
- 05 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736
-
- 04 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733
-
- 23 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Two XXX012 comments turned out to be bogus; remove them and document why. svn:r9625
-
- 16 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Resolve 56 DOCDOC comments. svn:r9594
-
- 13 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Fix a longstanding dnsworker-related bug: when we decide to kill a DNS worker for having been in use too long, and we independently decide to close one of the exit connections waiting for that DNS worker (perhaps because we got an END relay cell), it was possible for us to try to double-free the connection. We were smart enough to detect this and assert, but not smart enough to fix this bug before now. This should resolve bug 390. Backport candidate. svn:r9581
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 10 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Remove XXXX012 for apparently resolved bug svn:r9548
-
- 08 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Resolve some XXXX012 items: - Remove PathlenCoinWeight: if we want it again, we can add it back in. - Ditto with RelayBandwidth*. - Decide to leave in the "hey, you didn't set end_reason!" BUG log message, but stop telling people to bug me personally. - Postpone strengthening assert_connection_ok(): it's important, but it's also a good way to introduce weird bugs. - Move some expensive consistency checking from dns_free_all() into assert_cache_ok(). svn:r9533
-
- 02 Feb, 2007 3 commits
-
-
Nick Mathewson authored
Add missing return statement. svn:r9478
-
Nick Mathewson authored
Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477
-
Nick Mathewson authored
Fail when we are unable to parse the nameserver configuration. svn:r9475
-
- 01 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Call stat() slightly less often; use fstat() when possible. svn:r9472
-
- 31 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Re-enable server side PTR-record cacheing. svn:r9468
-
- 30 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Fix a bug in our assertions related to removing recently-completed DNS lookup attempts on exit. It is okay to find a cache entry with the same name as a DONE entry, so long it is not the same struct as the DONE entry. svn:r9467
-
- 29 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Fix/update some XXX012 points. svn:r9456
-
- 24 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Add documentation to dns.c (mainly to test new buildbot version) svn:r9393
-
- 22 Jan, 2007 2 commits
-
-
Roger Dingledine authored
svn:r9387
-
Nick Mathewson authored
Free CACHE_STATE_DONE cached_router_t items on dns_free_all(). svn:r9386
-
- 17 Jan, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9365
-
- 16 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Be even more clever about severity of messages from eventdns: NOTICE when the first nameserver comes up; INFO on subsequent ones. svn:r9364
-
- 15 Jan, 2007 2 commits
-
-
Nick Mathewson authored
Answer questions from r9348. svn:r9358
-
Roger Dingledine authored
svn:r9348
-
- 11 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Check addresses for rfc953-saneness at exit too, and give a PROTOCOL_WARN when they fail. Also provide a mechanism to override this, so blossom can have its @@##$$^.whatever.exit hostnames if it wants. svn:r9336
-