summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-10-17fix a seg fault with exitredirectRoger Dingledine
2004-10-17switch conn->addr and conn->dir_port to reflect the final destination,Roger Dingledine
2004-10-17Unify windows special-dir handlingNick Mathewson
2004-10-17Implement RedirectExit.Nick Mathewson
2004-10-16fix comment that makes no senseRoger Dingledine
2004-10-16various tweaks and fixesRoger Dingledine
2004-10-16i take back everything i've said about unit testsRoger Dingledine
2004-10-16Code to parse (but not yet actually use) RedirectExit linesNick Mathewson
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16Fix unit tests, make it compileNick Mathewson
2004-10-16Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson
2004-10-16Make unit tests pass; refactor most of exit policy parfsing out into new func...Nick Mathewson
2004-10-16Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-16Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...Nick Mathewson
2004-10-16Fix memory leakNick Mathewson
2004-10-15Implement user-declared node families.Nick Mathewson
2004-10-15Remove unused localsNick Mathewson
2004-10-15Oops; make sure that break; and continue; work within SMARTLIST_FOREACHNick Mathewson
2004-10-15Use the real default exit policy, not reject *:*Nick Mathewson
2004-10-15Add a commentNick Mathewson
2004-10-15Upload to trusted dir servers based on DirServer config options, not on route...Nick Mathewson
2004-10-15Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson
2004-10-15Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...Nick Mathewson
2004-10-15Use token-pasting magic to make nested SMARTLIST_FOREACH work.Nick Mathewson
2004-10-15Fix search-and-replace in comments: Friends->family does not imply friendship...Nick Mathewson
2004-10-15add documentation for smartlist_join_stringsNick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14Basic string-join functionalityNick Mathewson
2004-10-14Update windows ver to 009pre3Nick Mathewson
2004-10-14fix warning on win32Nick Mathewson
2004-10-14advertise moria2's dirport as 18.244.0.114:80Roger Dingledine
2004-10-14bugfix on a really old bug:Roger Dingledine
2004-10-14bugfix: parse_addr_port() bites us again -- it returns addr in network order.Roger Dingledine
2004-10-14better warn message for the Content-Length attackRoger Dingledine
2004-10-14Improve warnings for old-style directories.Nick Mathewson
2004-10-14fix tab/space in torgzip.hNick Mathewson
2004-10-14fix tab/space in torgzip.cNick Mathewson
2004-10-14Compile without warnings on windowsNick Mathewson
2004-10-14Try to always dtrt if routerlist==NULLNick Mathewson
2004-10-14rename addr to address to we avoid this bug laterRoger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14make it build on amd64Roger Dingledine
2004-10-14reformat comment and fix typoRoger Dingledine
2004-10-14and another oneRoger Dingledine
2004-10-14oh, and some more in common/Roger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Add missing line; add similar checkNick Mathewson
2004-10-14Patch from "J Doe": Use SHGetSpecialFolderLocation instead ofNick Mathewson