Age | Commit message (Expand) | Author |
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson |
2004-10-25 | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine |
2004-10-24 | Every 60 seconds, check whether the listeners are still alive, and relaunch t... | Nick Mathewson |
2004-10-20 | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson |
2004-10-19 | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson |
2004-10-19 | Add "pass" target for RedirectExit, to make it easier to break out of a seque... | Nick Mathewson |
2004-10-16 | various tweaks and fixes | Roger Dingledine |
2004-10-16 | Code to parse (but not yet actually use) RedirectExit lines | Nick Mathewson |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-15 | Implement user-declared node families. | Nick Mathewson |
2004-10-15 | Upload to trusted dir servers based on DirServer config options, not on route... | Nick Mathewson |
2004-10-15 | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ... | Nick Mathewson |
2004-10-15 | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir... | Nick Mathewson |
2004-10-15 | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson |
2004-10-14 | make it build on amd64 | Roger Dingledine |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-13 | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson |
2004-10-13 | Add default trusted-dir-server entries only when no dirserver lines are given... | Nick Mathewson |
2004-10-13 | Check fingerprint list before generating running-routers lists; also add as-y... | Nick Mathewson |
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson |
2004-10-08 | interim commit for http proxy support | Roger Dingledine |
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson |
2004-09-28 | if our local cached directory is new enough, go ahead and | Roger Dingledine |
2004-09-28 | If we are an authoritative dirserver, check out the fingerprint list when set... | Nick Mathewson |
2004-09-27 | fix two bugs with cached directories: | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-10 | don't pick administrative-friends when picking your path | Roger Dingledine |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Keep a deflated version of each directory so we can deliver it when requested | Nick Mathewson |
2004-08-20 | when picking unverified routers, skip those with bad uptime or | Roger Dingledine |
2004-08-18 | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine |
2004-08-18 | when we try to exclude our routerinfo from being picked in the | Roger Dingledine |
2004-08-18 | be more aggressive about trying to make circuits: | Roger Dingledine |
2004-08-18 | choose exit nodes by bandwidth too | Roger Dingledine |
2004-08-18 | Functions to test nickname validity | Nick Mathewson |
2004-08-17 | use unverified routers in the desired positions | Roger Dingledine |
2004-08-17 | Clean up last patch; implement (mostly) proper handling for verified/unverifi... | Nick Mathewson |
2004-08-17 | Implement AllowUnverifiedNodes | Nick Mathewson |
2004-08-16 | Add a generic Comma-separated-value config type, and a FirewallPorts option t... | Nick Mathewson |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | Implement strict{entry|exit}nodes config options | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-08 | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine |
2004-08-08 | let children survive sigint, sigterm, etc. | Roger Dingledine |
2004-08-07 | Don't warn about being unverified if you're not in the running-routers | Roger Dingledine |
2004-08-07 | rotate onion keys every 12 hours, not every 2 hours | Roger Dingledine |
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson |
2004-08-06 | let purging routerinfos and descriptors take an age argument | Roger Dingledine |
2004-08-04 | commit some odds and ends, so my tree is clean | Roger Dingledine |