Commit History

Author SHA1 Message Date
  Nick Mathewson b35f7dacef Call tor_free_all instead of connections_free_all after forking 19 years ago
  Roger Dingledine 4eb3cf9330 a bit more debug info 19 years ago
  Roger Dingledine 953cf91ecd add more debugging info to help us find the weird dns freebsd pthreads bug. 19 years ago
  Roger Dingledine 509405a5f7 clean up this TOR_FRAGILE business 19 years ago
  Roger Dingledine 03720b39fd stop wasting time doing a case insensitive comparison for every dns name 19 years ago
  Nick Mathewson 88dc243bb5 Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids! 19 years ago
  Nick Mathewson 4453e3794a Add a pointer from edge connections to their corresponding circuit (ulp!); add some debugging sanity-checking for cirid_orconn_map stuff 19 years ago
  Nick Mathewson b34d9adb59 Fix format warning 19 years ago
  Roger Dingledine 712d05c19a a bit more data on gene's dns threading bug 19 years ago
  Nick Mathewson 46be0fa999 Make last fix work on windows too. 19 years ago
  Nick Mathewson 0fff263a46 Fix possible bug on threading platforms with running out of fds do to cpuworkers and dnsworkers. 19 years ago
  Nick Mathewson 0e81265359 update copyright notices. 19 years ago
  Roger Dingledine 316afb6d09 fix an assert trigger in cvs: if a resolve request fails, and the circuit 19 years ago
  Nick Mathewson 97dad670ea Renormalize whitespace 19 years ago
  Nick Mathewson afe414f070 Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. 19 years ago
  Nick Mathewson f672577bc6 Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more. 19 years ago
  Nick Mathewson 322c728e97 Fix tor-resolve implementation to prevent crashes and send resolves when we should. 19 years ago
  Roger Dingledine 56d4b99491 forward-port the logic skew and double-free thing 19 years ago
  Roger Dingledine 2e97593d25 define TOR_FRAGILE if you want tor to give you a core when 19 years ago
  Roger Dingledine b2fbd834f0 forward-port the dns and maxconn fixes 19 years ago
  Nick Mathewson e0bf597665 Give more useful log messages when the tor process closes dns/cpuworker connections. "Error: Success!" makes us seem like crazy people." 19 years ago
  Roger Dingledine 814dd946f0 fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas 19 years ago
  Roger Dingledine ba7c74e742 bandaid: make Giorgos Pallas's dns assert bug not actually crash on him. 19 years ago
  Nick Mathewson b50263f740 More work on task #43: fix race conditions on multithreaded (win32) servers. 19 years ago
  Nick Mathewson ead52e0bdc Possible fix for task #43: when running on a multithreaded environment (currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers. 19 years ago
  Roger Dingledine 011ad3cba5 clean up logging, 20 years ago
  Nick Mathewson 08e3090aff More win32 fixes: 1) tolerate extra "readable" events better. 2) when being multithreaded, leave parent fdarray open. 20 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 20 years ago
  Roger Dingledine 22727b4edc wrong is ok, and right is fine, but in between is apparently 20 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 20 years ago