提交历史

作者 SHA1 备注 提交日期
  Roger Dingledine 411f37d534 fix typo 19 年之前
  Roger Dingledine 07c35b4f52 ship the event*.h files too. perhaps this will make my 'make dist' 19 年之前
  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 年之前
  Roger Dingledine 542b8af592 don't tell people that the testing circuit failed if we already 19 年之前
  Roger Dingledine 8705db6c2c whoops, add a man page entry for ProtocolWarnings 19 年之前
  Roger Dingledine a2fec314b6 scream louder if you've got a pending circuit for a given 19 年之前
  Roger Dingledine 45065f1466 simplify code now that libevent considers all sockets pollable. 19 年之前
  Roger Dingledine 4e773352c2 bugfix: if we are making our first ever connection to any entry 19 年之前
  Roger Dingledine 8f3bb66ebc simplify some code, since circuit_build_failed() is only called 19 年之前
  Roger Dingledine 152d6d13b4 remove some unused code (i think) 19 年之前
  Roger Dingledine bf09898f79 Note a bug that causes servers to sometimes never send the pending 19 年之前
  Roger Dingledine 266afcd7d5 bandaid for bug 299. this is still a bug, since we don't 19 年之前
  Nick Mathewson b7ca697faf More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads. 19 年之前
  Nick Mathewson 3db785ef73 Hm. Where did we put that ntohl the last time we were juggling it? (hoop-lah). 19 年之前
  Nick Mathewson 008a0c7c46 Some eventdns.c fixes for windows correctness. More will doubtless be needed, especially around the #includes. 19 年之前
  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 年之前
  Roger Dingledine c4647545a0 if we insist on printing pointer values, at least make it stop 19 年之前
  Roger Dingledine 603b09b59b punctuation and spelling 19 年之前
  Nick Mathewson c18fab5366 Make eventdns.[ch] into good C90; remove signed/unsigned comparisons. 19 年之前
  Nick Mathewson 2700e5a1ab Oops. When we dont get a TTL, we should default to the default, not to the minimum. 19 年之前
  Nick Mathewson c660a0f6a2 More DNS fixes. Send meaningful TTLs back to the client when 19 年之前
  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 年之前
  Nick Mathewson 7cb3232ade Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. 19 年之前
  Nick Mathewson 86da3e0a0a Patch based on post by Mike C to or-dev; special-case based on use of MSVC, rather than on MS_WINDOWS, so that mingw builds. 19 年之前
  Roger Dingledine 8f902e4b58 don't stop fetching server descriptors if we're a server and 19 年之前
  Roger Dingledine 2431b2d8b0 update the explanation for deprecating v0 control spec. 19 年之前
  Nick Mathewson bbe3f587aa Rearrange TODO. 19 年之前
  Roger Dingledine 4d76b4351e mark off a todo item. i'll put it back if it turns out it 19 年之前
  Roger Dingledine 1bf0f99b66 connection_t kept the identity_pkey but all it did was store it and 19 年之前
  Roger Dingledine 9000a5aff1 and get grammar right 19 年之前