summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
2004-10-24Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick 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-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-15Implement user-declared node families.Nick 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-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14make it build on amd64Roger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson
2004-10-13Add default trusted-dir-server entries only when no dirserver lines are given...Nick Mathewson
2004-10-13Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson
2004-10-12Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson
2004-10-08interim commit for http proxy supportRoger Dingledine
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-09-28if our local cached directory is new enough, go ahead andRoger Dingledine
2004-09-28If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson
2004-09-27fix two bugs with cached directories:Roger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-10don't pick administrative-friends when picking your pathRoger Dingledine
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson
2004-08-20when picking unverified routers, skip those with bad uptime orRoger Dingledine
2004-08-18tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine
2004-08-18when we try to exclude our routerinfo from being picked in theRoger Dingledine
2004-08-18be more aggressive about trying to make circuits:Roger Dingledine
2004-08-18choose exit nodes by bandwidth tooRoger Dingledine
2004-08-18Functions to test nickname validityNick Mathewson
2004-08-17use unverified routers in the desired positionsRoger Dingledine
2004-08-17Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson
2004-08-17Implement AllowUnverifiedNodesNick Mathewson
2004-08-16Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson
2004-08-16o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine
2004-08-15Implement strict{entry|exit}nodes config optionsNick Mathewson
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-08let children survive sigint, sigterm, etc.Roger Dingledine
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
2004-08-07rotate onion keys every 12 hours, not every 2 hoursRoger Dingledine
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
2004-08-04commit some odds and ends, so my tree is cleanRoger Dingledine