Historial de Commits

Autor SHA1 Mensaje Fecha
  Nick Mathewson a42adce362 fix memory leak in router.c; start relying on NULL==(zero bytes) hace 21 años
  Roger Dingledine aebc3a03ba more int to size_t conversions, fixing one or more amd64 bugs hace 21 años
  Roger Dingledine 013104a1e2 people are starting to bump into the limit of 50 dns workers. hace 21 años
  Nick Mathewson 9defe8a307 Attach dummy resolve connections to a circuit *before* calling dns_resolve(). This fixes a bug where cached answers would never be sent in RESOLVED cells. hace 21 años
  Roger Dingledine d977677aa8 bugfix: when a resolve fails for a begin request, actually send hace 21 años
  Nick Mathewson 0dcc8c7048 Bugfix: When a dns request failed, we would detach any "resolving" streams from the circuit before we would send a the resolve_failed cells. hace 21 años
  Roger Dingledine be7909f670 Fix a symptom for a bug that straycat found. hace 21 años
  Roger Dingledine 05790d1722 let children survive sigint, sigterm, etc. hace 21 años
  Roger Dingledine 3b00c950c2 note a bug in our dns error handling. we should fix this sometime. hace 21 años
  Roger Dingledine aebec8ab9e stop using atexit() to remove our pid, since it's called hace 21 años
  Nick Mathewson d5e275ddf4 Fix bug reported by peter palfrader: an empty address is unresolvable, but not an occasion for an assertion failure in a dnsworker. hace 21 años
  Nick Mathewson 0f3fcfd1db When tor_lookup_hostname says 0.0.0.0, treat it as an error. hace 21 años
  Nick Mathewson 3708886939 Implement RESOLVE/RESOLVED cells and socks resolve code hace 21 años
  Nick Mathewson 184f4e6044 Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too hace 21 años
  Roger Dingledine 69931106f8 be sure to detach streams from the circuit linked list before freeing them hace 21 años
  Nick Mathewson 0932505829 Only connection_dns_remove resolving exit connections hace 21 años
  Nick Mathewson 0d20fee2fb Add more asserts to dns-pending connections; fix a couple seeming bugs. hace 21 años
  Roger Dingledine f51061439b when the dns resolve is cancelled, or fails, be sure to remove hace 21 años
  Roger Dingledine b37450ce55 do all the heavy lifting in connection_about_to_close_connection, hace 21 años
  Roger Dingledine 1cf1836990 break connection_edge_end out of connection_mark_for_close hace 21 años
  Nick Mathewson 537fb82cbb Make some functions static hace 21 años
  Roger Dingledine 3cdf2d67da it's amazing what a bit of punctuation can do for appearances hace 21 años
  Roger Dingledine 6168b3222e a few more pieces of markup hace 21 años
  Roger Dingledine 341d6f2cab more cleanup, including fleshing out or.h more hace 21 años
  Nick Mathewson 81922a125c More doxygenation. hace 21 años
  Roger Dingledine c6d4a00c5f more doxygen markup hace 21 años
  Roger Dingledine 9bf9ca4d09 bugfix: add a circ->resolving_streams field, and make dns resolving streams not actually in the connection_array until they're done resolving. hace 21 años
  Nick Mathewson 682a805092 Comments for nearly all non-tricky files hace 21 años
  Nick Mathewson af08c4f878 Working strerror for windows socket errors, plus some snide comments. hace 21 años
  Nick Mathewson 9322641710 Use socketclose on windows as appropriate; end pid files with newline hace 21 años