Commit Verlauf

Autor SHA1 Nachricht Datum
  Roger Dingledine 7ba287da5a commit a changelog for pre4 vor 21 Jahren
  Roger Dingledine e66d5f897a fix a seg fault with exitredirect vor 21 Jahren
  Roger Dingledine bca51ea256 ..and reflect that in the todo vor 21 Jahren
  Roger Dingledine 560a4a1407 switch conn->addr and conn->dir_port to reflect the final destination, vor 21 Jahren
  Nick Mathewson 6d1e1b7f46 Unify windows special-dir handling vor 21 Jahren
  Nick Mathewson 376d483d0a Document new options vor 21 Jahren
  Nick Mathewson 8d27385c23 Implement RedirectExit. vor 21 Jahren
  Roger Dingledine 5efc49600a fix comment that makes no sense vor 21 Jahren
  Roger Dingledine 7c3ab346f6 various tweaks and fixes vor 21 Jahren
  Roger Dingledine e9e9a25881 i take back everything i've said about unit tests vor 21 Jahren
  Nick Mathewson a1bf39f698 Code to parse (but not yet actually use) RedirectExit lines vor 21 Jahren
  Roger Dingledine 6d873e5743 don't assert multiple things in the same tor_assert() vor 21 Jahren
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() vor 21 Jahren
  Nick Mathewson 25a046df74 Fix unit tests, make it compile vor 21 Jahren
  Nick Mathewson 47dc024f7e Change interface of parse_addr_port() to return address in host order, since most users seem to want that. vor 21 Jahren
  Nick Mathewson 8300c4ae6a Make unit tests pass; refactor most of exit policy parfsing out into new function vor 21 Jahren
  Nick Mathewson 69d7b468b4 Refactor parse-addr-mask-and-port-range into a separate function vor 21 Jahren
  Nick Mathewson a8300c5a2e Note NULL/memset status in TODO vor 21 Jahren
  Nick Mathewson a42adce362 fix memory leak in router.c; start relying on NULL==(zero bytes) vor 21 Jahren
  Nick Mathewson b0afd91afe Paranoid bulletproofing for exit code vor 21 Jahren
  Nick Mathewson f619c4603e Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=NULL are equivalent vor 21 Jahren
  Nick Mathewson 56a592dbe3 Fix memory leak vor 21 Jahren
  Nick Mathewson 9d5831341e Implement user-declared node families. vor 21 Jahren
  Nick Mathewson f882bd92ed Remove unused locals vor 21 Jahren
  Nick Mathewson f359389866 Oops; make sure that break; and continue; work within SMARTLIST_FOREACH vor 21 Jahren
  Nick Mathewson 99f7955372 Use the real default exit policy, not reject *:* vor 21 Jahren
  Nick Mathewson fa9c121343 Add a comment vor 21 Jahren
  Nick Mathewson 28dd458eaf Upload to trusted dir servers based on DirServer config options, not on routerinfos. vor 21 Jahren
  Nick Mathewson 01eacbca9e Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate whitespace a little better. vor 21 Jahren
  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. vor 21 Jahren