- 19 Feb, 2008 2 commits
-
-
Roger Dingledine authored
elsewhere. bug reported by veracode. svn:r13597
-
Roger Dingledine authored
svn:r13592
-
- 15 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Defer, downgrade, or address more XXX020s. The remaining ones are all ones we should deal with before release. svn:r13530
-
- 09 Feb, 2008 1 commit
-
-
Roger Dingledine authored
svn:r13437
-
- 08 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Change DNs in x509 certificates to be harder to fingerprint. Raise common code. Refactor random hostname generation into crypto.c svn:r13429
-
- 07 Feb, 2008 1 commit
-
-
Nick Mathewson authored
svn:r13412
-
- 06 Feb, 2008 1 commit
-
-
Roger Dingledine authored
even when the local resolv.conf file is missing, broken, or contains only unusable nameservers. Now I can run a local network on my laptop when I'm on an airplane. svn:r13402
-
- 14 Jan, 2008 1 commit
-
-
Nick Mathewson authored
add some missing checks for failing return values. svn:r13130
-
- 12 Dec, 2007 1 commit
-
-
Roger Dingledine authored
svn:r12786
-
- 29 Nov, 2007 1 commit
-
-
Roger Dingledine authored
svn:r12607
-
- 11 Nov, 2007 3 commits
-
-
Roger Dingledine authored
svn:r12471
-
Roger Dingledine authored
svn:r12470
-
Roger Dingledine authored
svn:r12469
-
- 10 Oct, 2007 1 commit
-
-
Nick Mathewson authored
Turns out, Bug 463 was just another "warn about something that is no big deal" thing. Downgrade, comment, and resolve. svn:r11829
-
- 19 Sep, 2007 1 commit
-
-
Nick Mathewson authored
Carry a new evdns function over from libevent: do not rely on compile-time code to set the transaction ID correctly. This will be important when we finally drop our internal copy of eventdns.c svn:r11517
-
- 08 Aug, 2007 1 commit
-
-
Nick Mathewson authored
Include fewer redundant headers; use the compiler search paths better. svn:r11060
-
- 18 Jul, 2007 1 commit
-
-
Nick Mathewson authored
Whitespace fix on r10849 svn:r10872
-
- 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
-