Age | Commit message (Expand) | Author |
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 |
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-22 | Add notion of "longest nickname-or-hex-digest-with-$" | Nick Mathewson |
2004-07-22 | Never use time(NULL) as assumed publication time for a directory. | Nick Mathewson |
2004-07-22 | publish advertised_bandwidth in descriptor | Roger Dingledine |
2004-07-21 | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson |
2004-07-21 | get the function prototype right | Roger Dingledine |
2004-07-21 | add a new advertised_server_mode() to distinguish ORs that | Roger Dingledine |
2004-07-20 | Track bandwidth usage to estimate capacity | Nick Mathewson |
2004-07-20 | Remember list of digests for trusted dirservers; use this list to tell whethe... | Nick Mathewson |
2004-07-20 | also don't hang up on him if we're an OR and he's an authdirserver | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-20 | clients can now pick non-authdirservers for fetching directories. | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-16 | Remove 1024-router limit in routerparse.c; unify handling of running-routers ... | Nick Mathewson |
2004-07-16 | Resolve all DOCDOCs. | Nick Mathewson |
2004-07-13 | Code to parse tor version numbers so we can do an is-newer-than check. | Nick Mathewson |
2004-07-13 | checkpoint: start working on bandwidth tracking and | Roger Dingledine |
2004-07-12 | tor now tolerates down dirservers better | Roger Dingledine |
2004-07-12 | add 'advertisedbandwidth' to router descriptor | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-02 | some of the infrastructure to let ORs connect on demand | Roger Dingledine |