Commit History

Author SHA1 Message Date
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 21 years ago
  Roger Dingledine 0113a643a2 quick-and-dirty dir policy since the dirservers are getting hammered 21 years ago
  Roger Dingledine 560a4a1407 switch conn->addr and conn->dir_port to reflect the final destination, 21 years ago
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() 21 years ago
  Nick Mathewson f882bd92ed Remove unused locals 21 years ago
  Nick Mathewson fa9c121343 Add a comment 21 years ago
  Nick Mathewson 28dd458eaf Upload to trusted dir servers based on DirServer config options, not on routerinfos. 21 years ago
  Nick Mathewson 88e0c080cf Ignore fascistfirewall when dealing with service descriptors; obey fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set. 21 years ago
  Roger Dingledine 95644480c5 better warn message for the Content-Length attack 21 years ago
  Nick Mathewson bd10bf4b5b Try to always dtrt if routerlist==NULL 21 years ago
  Nick Mathewson 1c9426d6e0 Build without warnings on mac gcc 3.3 21 years ago
  Roger Dingledine aebc3a03ba more int to size_t conversions, fixing one or more amd64 bugs 21 years ago
  Nick Mathewson 0d5a847f12 Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one. 21 years ago
  Nick Mathewson 0068415b80 Add an implementation of trusted_dir_server logic to switch towards simply remembering an addr/port/keyid for each trusted dir server 21 years ago
  Roger Dingledine 1efad74164 bugfix on my friday commit: make hidden services work again in cvs 21 years ago
  Roger Dingledine 1a4cb248f3 interim commit for http proxy support 21 years ago
  Nick Mathewson 9e8ae9766e Only check versions against downloaded directories, not cached directories. 21 years ago
  Nick Mathewson 91044765f2 Decode Content-Encoding header correctly. 21 years ago
  Roger Dingledine 136d4e5739 prefer tor_free to free 21 years ago
  Roger Dingledine 1c47de319e ha ha, thought the bugs were done 21 years ago
  Roger Dingledine 0d2f9b9b4b the tor clients in cvs can't speak to the current tor authdirservers for 21 years ago
  Roger Dingledine 6e7e880438 put my fenceposts back in valid memory space 21 years ago
  Roger Dingledine a2517b4f07 checking only 0.0.7 and 0.0.8 didn't work, because some dirservers 21 years ago
  Roger Dingledine a64d093339 post descriptors to 0.0.8 authdirservers the old way, to make the 21 years ago
  Roger Dingledine 10df7d9afc clients ask 0.0.9-and-later dirservers for a compressed dir 21 years ago
  Roger Dingledine fa0a1ec49f cleanup: use strcmpstart() in more places 21 years ago
  Nick Mathewson c20b24c952 clean up/bugfix deflate logic and log messages 21 years ago
  Nick Mathewson c66e4c4870 Flush more changes from sandbox 21 years ago
  Nick Mathewson d6e47bec46 Keep a deflated version of each directory so we can deliver it when requested 21 years ago
  Nick Mathewson bcf8ca5ba6 Check for time skew on http headers; report date in response to "GET /". 21 years ago