Commit History

Author SHA1 Message Date
  Roger Dingledine 3d79eb52ab stick to nick's nul/null convention 18 years ago
  Nick Mathewson a0cf95e1c9 Add some debugging asserts to dns.c; these are too expensive to leave in permanently. 18 years ago
  Nick Mathewson 39344fc301 Add a const; fix a (probably harmless) bug when storing a resolve we forgot we asked for. 18 years ago
  Nick Mathewson a40ad152b1 When using eventdns: suppress logging of addresses when SafeLogging is active, and make set of nameservers configurable from torrc. 18 years ago
  Nick Mathewson 3c4205c872 Clean up eventdns messages. 18 years ago
  Nick Mathewson 42ef3bd90c Add plausile logging support to eventdns; stop putting stuff onto stdout. 18 years ago
  Roger Dingledine af0e47c921 fix spacing 18 years ago
  Roger Dingledine 87e3800dfc Finally solve the "closing wedged cpuworkers" bug. Woo. 18 years ago
  Roger Dingledine 5c57348acd We got an obscure report of an assert error on a windows Tor server with 18 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. 18 years ago
  Nick Mathewson 3db785ef73 Hm. Where did we put that ntohl the last time we were juggling it? (hoop-lah). 18 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.) 18 years ago
  Nick Mathewson c660a0f6a2 More DNS fixes. Send meaningful TTLs back to the client when 18 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. 18 years ago
  Roger Dingledine 6b058bd563 add a few more debugging lines to help mikec track down his 18 years ago
  Nick Mathewson 6ebd886511 forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. 18 years ago
  Roger Dingledine d1d0813cf3 Allow non-printable characters for exit streams (both for 18 years ago
  Roger Dingledine aa63a84fe1 the things we do for our windows users. 18 years ago
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  Roger Dingledine b038dc9ecc disambiguate some debug entries 19 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 19 years ago
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 19 years ago
  Nick Mathewson 77a494dd55 Expunge remaining places where we used "tree" to mean "associative array". 19 years ago
  Nick Mathewson 502cb59611 Remove "tree" references from dns. 19 years ago
  Nick Mathewson a39269572f Replace balanced trees with hash tables: this should make stuff significantly faster. 19 years ago
  Nick Mathewson 9492424d3f Per comments at the bottom of openssl/FAQ, call even more functions to 19 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 19 years ago
  Nick Mathewson 049f6c0131 Switch remaining files to new log interface. 19 years ago
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 19 years ago
  Roger Dingledine 512d6ccdc1 and a minor log cleanup 19 years ago