Nick Mathewson
|
45c3a4365f
Get better numbers out of HT_REP_OK
|
19 years ago |
Nick Mathewson
|
dc2b7e9af0
Add more asserts in dns_found_answer. This may confirm my theory that dns_purge_resolve is the culprit.
|
19 years ago |
Nick Mathewson
|
0bc741ba7f
r6918@Kushana: nickm | 2006-07-26 15:22:28 -0400
|
19 years ago |
Nick Mathewson
|
ec82db6995
r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400
|
19 years ago |
Nick Mathewson
|
4ff4577beb
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
|
19 years ago |
Nick Mathewson
|
7239262f71
Don't tell anybody, but we're going OO here. This patch splits
|
19 years ago |
Nick Mathewson
|
64c14d8ce3
These asserts will either cause spurious crashes or help debug the pend->conn->s == -1 issue.
|
19 years ago |
Roger Dingledine
|
3d79eb52ab
stick to nick's nul/null convention
|
19 years ago |
Nick Mathewson
|
a0cf95e1c9
Add some debugging asserts to dns.c; these are too expensive to leave in permanently.
|
19 years ago |
Nick Mathewson
|
39344fc301
Add a const; fix a (probably harmless) bug when storing a resolve we forgot we asked for.
|
19 years ago |
Nick Mathewson
|
a40ad152b1
When using eventdns: suppress logging of addresses when SafeLogging is active, and make set of nameservers configurable from torrc.
|
19 years ago |
Nick Mathewson
|
3c4205c872
Clean up eventdns messages.
|
19 years ago |
Nick Mathewson
|
42ef3bd90c
Add plausile logging support to eventdns; stop putting stuff onto stdout.
|
19 years ago |
Roger Dingledine
|
af0e47c921
fix spacing
|
19 years ago |
Roger Dingledine
|
87e3800dfc
Finally solve the "closing wedged cpuworkers" bug. Woo.
|
19 years ago |
Roger Dingledine
|
5c57348acd
We got an obscure report of an assert error on a windows Tor server with
|
19 years ago |
Nick Mathewson
|
2bd7c19b73
Try to log useful messages at info and debug about what we are resolving and what answers we are getting wrt eventdns.
|
19 years ago |
Nick Mathewson
|
3db785ef73
Hm. Where did we put that ntohl the last time we were juggling it? (hoop-lah).
|
19 years ago |
Nick Mathewson
|
853e2d99b6
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.)
|
19 years ago |
Nick Mathewson
|
c660a0f6a2
More DNS fixes. Send meaningful TTLs back to the client when
|
19 years ago |
Nick Mathewson
|
85a25c8a29
Make dns.c use eventdns.c -- but only when you pass the --enable-eventdns argument to configure.in. This will *so* not work on Windows yet.
|
19 years ago |
Roger Dingledine
|
6b058bd563
add a few more debugging lines to help mikec track down his
|
19 years ago |
Nick Mathewson
|
6ebd886511
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
|
19 years ago |
Roger Dingledine
|
d1d0813cf3
Allow non-printable characters for exit streams (both for
|
19 years ago |
Roger Dingledine
|
aa63a84fe1
the things we do for our windows users.
|
19 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 years ago |
Roger Dingledine
|
b038dc9ecc
disambiguate some debug entries
|
20 years ago |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
20 years ago |
Roger Dingledine
|
58366ffd24
when we changed from log_fn to debug/info/notice/warn/err,
|
20 years ago |
Nick Mathewson
|
77a494dd55
Expunge remaining places where we used "tree" to mean "associative array".
|
20 years ago |