Historial de Commits

Autor SHA1 Mensaje Fecha
  Roger Dingledine e93077c82a fix a minor leak for people offering hidden services hace 20 años
  Nick Mathewson b457cfb5eb Spell-check strings and comments hace 20 años
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. hace 20 años
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. hace 20 años
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore hace 20 años
  Nick Mathewson 22dba27d8d Normalize a few more kinds of whitespace. We now dislike: hace 20 años
  Roger Dingledine 4b76fe8036 Break DirFetchPostPeriod into: hace 20 años
  Nick Mathewson 180e0a9326 Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore). hace 20 años
  Nick Mathewson cb5de85585 Separate validate from activate. Document undocumented stuff in config.c. hace 20 años
  Roger Dingledine 394554cfbf Clean up copyrights. hace 20 años
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. hace 20 años
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) hace 20 años
  Roger Dingledine b390786582 Hidden service operators had a bug in version 1 style INTRODUCE cells hace 20 años
  Roger Dingledine 51e16233cb Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname() hace 20 años
  Nick Mathewson 6980929e64 Use strlcpy, not strcpy. hace 20 años
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf hace 20 años
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf hace 20 años
  Roger Dingledine 20cdc0a517 fix a memory leak hace 20 años
  Roger Dingledine defe1e5f3c start generating new version of introduce1 cells hace 20 años
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() hace 20 años
  Nick Mathewson 47dc024f7e Change interface of parse_addr_port() to return address in host order, since most users seem to want that. hace 20 años
  Roger Dingledine 572714a458 bugfix: parse_addr_port() bites us again -- it returns addr in network order. hace 20 años
  Nick Mathewson 1c9426d6e0 Build without warnings on mac gcc 3.3 hace 20 años
  Roger Dingledine aebc3a03ba more int to size_t conversions, fixing one or more amd64 bugs hace 20 años
  Nick Mathewson f14117bffd fix warning about always-false comparison; detect too-large realport better hace 20 años
  Roger Dingledine 0b4d3c4df7 parse HttpProxy address in config hace 20 años
  Nick Mathewson e7241044e8 Better bounds checking on parsed ints hace 20 años
  Nick Mathewson 0383afac9a Use parse_addr_port() function instead of ad-hoc variants hace 20 años
  Roger Dingledine 802b203ff1 fix a rare seg fault for people running hidden services on hace 20 años
  Nick Mathewson 0ef85f6dba Some platforms have weird translations when you open files in "test" mode; make read/write_str_to_file aware. hace 20 años