- 15 Oct, 2004 3 commits
-
-
Nick Mathewson authored
svn:r2530
-
Nick Mathewson authored
svn:r2529
-
Nick Mathewson authored
Ignore fascistfirewall when dealing with service descriptors; obey fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set. svn:r2527
-
- 14 Oct, 2004 5 commits
-
-
Roger Dingledine authored
svn:r2495
-
Nick Mathewson authored
svn:r2489
-
Nick Mathewson authored
svn:r2487
-
Roger Dingledine authored
plus a whitespace patch on config.c from vicman svn:r2482
-
Nick Mathewson authored
Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one. svn:r2479
-
- 12 Oct, 2004 2 commits
-
-
Nick Mathewson authored
Add an implementation of trusted_dir_server logic to switch towards simply remembering an addr/port/keyid for each trusted dir server svn:r2443
-
Roger Dingledine authored
svn:r2439
-
- 08 Oct, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2431
-
- 03 Oct, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2413
-
- 01 Oct, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2403
-
- 29 Sep, 2004 2 commits
-
-
Roger Dingledine authored
plus complain more loudly when we fail to parse a dir we just fetched svn:r2401
-
Roger Dingledine authored
don't stop writing the compressed directory just because you found a nul svn:r2399
-
- 28 Sep, 2004 1 commit
-
-
Roger Dingledine authored
rendezvous publishes and fetches, since they're still running 0.0.8. so make them speak the old way until we've upgraded the authdirservers. svn:r2384
-
- 27 Sep, 2004 4 commits
-
-
Roger Dingledine authored
svn:r2381
-
Roger Dingledine authored
files have really old descriptors for the authdirservers, so we're asking them in the new format because they're too old. now we actually compare the version to a cutoff version, and act appropriately. also take this chance to use only >=0.0.8 servers for dns resolves, because of the recent bugs. we'll bump to >=0.0.9pre1 once there are some servers running that. svn:r2380
-
Roger Dingledine authored
transition easier svn:r2379
-
Roger Dingledine authored
dirservers rewrite url /foo/ to /tor/foo/, which will help us run things behind apache once 0.0.8 is obsolete svn:r2378
-
- 23 Sep, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2372
-
- 21 Sep, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2359
-
- 08 Sep, 2004 1 commit
-
-
Nick Mathewson authored
- make clients cache directories and use them to seed their router lists at startup. This means clients have a datadir again. - Introduce a global_write_bucket. We need to respond better to exhausting it. - Remove the last vestiges of LinkPadding and TrafficShaping. - Configuration infrastructure support for warning on obsolete options. - Refactor directory header parsing to use smartlist_split_string. - Respond to content-encoding headers by trying to uncompress as appropriate. - Reply with a deflated directory when a client asks for "dir.z". (We could use allow-encodings instead, but allow-encodings isn't specified in HTTP 1.0.) svn:r2335
-
- 02 Sep, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2328
-
- 15 Aug, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2238
-
- 07 Aug, 2004 1 commit
-
-
Nick Mathewson authored
Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182
-
- 06 Aug, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2165
-
- 04 Aug, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2130
-
- 22 Jul, 2004 1 commit
-
-
Roger Dingledine authored
immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111
-
- 21 Jul, 2004 2 commits
-
-
Roger Dingledine authored
svn:r2080
-
Roger Dingledine authored
are willing to become servers from ones that really are servers. svn:r2071
-
- 20 Jul, 2004 2 commits
-
-
Roger Dingledine authored
servers still pick authdirservers, but they never pick themselves. but picking themselves for fetching rend descs is ok. svn:r2059
-
Roger Dingledine authored
svn:r2058
-
- 12 Jul, 2004 2 commits
-
-
Roger Dingledine authored
svn:r2032
-
Roger Dingledine authored
svn:r2031
-
- 02 Jul, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2000
-
- 01 Jul, 2004 1 commit
-
-
Nick Mathewson authored
Track routers by hash of identity key; use hex hash of identity key in place of nickname; accept (and use) hash of identity key in EXTEND cells. svn:r1994
-
- 30 Jun, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1993
-
- 25 Jun, 2004 1 commit
-
-
Nick Mathewson authored
More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985
-
- 16 Jun, 2004 1 commit
-
-
Roger Dingledine authored
and add some infrastructure for fetching running-routers list svn:r1973
-