summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-27Make it compile on LinuxNick Mathewson
2004-10-27Document new config codeNick Mathewson
2004-10-27Re-write configuration option lookup code: use a table, not a big if( || || |...Nick Mathewson
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
2004-10-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
2004-10-24fix a memory leakRoger Dingledine
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
2004-10-24fix wrong commentRoger Dingledine
2004-10-24Document the swiss-army-knife that retry_listeners has becomeNick Mathewson
2004-10-24Many non-native speakers use Tor. It is our duty to ensure that our log mess...Nick Mathewson
2004-10-24Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson
2004-10-24Fix typo in last windows patchNick Mathewson
2004-10-24Handle more errnos from accept() without closing the connection. This may fi...Nick Mathewson
2004-10-24Make windows fall back to CWD if SHGetSpecialFolderLocation is borkedNick Mathewson
2004-10-23pay attention to the return value of do_hup, and exitRoger Dingledine
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson
2004-10-20Use bitwise masking to turn off bits, not compare-and-subtractNick Mathewson
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
2004-10-19Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-17use connection_edge_is_rendezvous_stream() moreRoger Dingledine
2004-10-17whoops, resolve cells were probably brokenRoger Dingledine
2004-10-17Fix segfault in unit tests. (Main program is unaffected)Nick Mathewson
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-16various tweaks and fixesRoger 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-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-16fix memory leak in router.c; start relying on NULL==(zero bytes)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-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-15Fix search-and-replace in comments: Friends->family does not imply friendship...Nick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson