summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
Also lower maximum interval without directory requests, and raise maximum download tries. Implements #6752.
2013-04-18Turn on ntor by default client-sideNick Mathewson
Implements #8561.
2013-04-13Manpage: refer to ExcludeExitNodes, not the nonexistent ExcludeEntryNodesNick Mathewson
Spotted on tor-talk by "hamahangi".
2013-04-11Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson
Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.c
2013-03-27Tighten prose in 8590 manpage fixNick Mathewson
2013-03-27First try on ticket 8590Patrick R McDonald
2013-03-20Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson
This might be necessary if the bug8117 fix confuses any applications. Also add a changes file.
2013-03-20Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson
This adds a new option to fix bug 8508 which broke chutney networks. The bug was introduced by 317d16de.
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
Conflicts: doc/tor.1.txt src/or/circuitbuild.c src/or/config.c src/or/or.h
2013-03-19Drop the minimum guard lifetime back down to one monthNick Mathewson
Mike believes that raising the default to 2 months with no way to lower it may create horrible load-balancing issues.
2013-03-19Document the GuardLifetime optionNick Mathewson
2013-03-19Make the guard lifetime configurable and adjustable via the consensusNick Mathewson
Fixes 8240. (Don't actually increase the default guard lifetime. It seems likely to break too many things if done precipitiously.)
2013-03-19Merge remote-tracking branch 'public/bug7768' into maint-0.2.4Nick Mathewson
2013-03-19Use --test-commandline name in tor-fw-helper manpageNick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug8290' into maint-0.2.4Nick Mathewson
2013-03-15Remove incentives.txt from tor git; putting it into torspec.Nick Mathewson
2013-03-15Improve asciidoc-helper's suggestion of what to installNick Mathewson
Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader.
2013-03-11Fix option names in tor-fw-helper manpageNick Mathewson
fix for bug 7768
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
resolves ticket 8443.
2013-02-27Remove some lingering tsocks cruft.Nick Mathewson
Now the manpages no longer refer to tsocks or tsocks.conf, and we no longer have or ship a tor-tsocks.conf. The only remaining instances of "tsocks" in our repository are old ChangeLog and ReleaseNotes entries, and the torify script saying that it doesn't support tsocks. Fixes bug 8290.
2013-02-25update the in-progress bandwidth requirements for authoritiesRoger Dingledine
2013-02-19Document (on man page) which DNS record types Tor knows.Nick Mathewson
Fixes bug 7876
2013-02-12tor.1: Specify what Auto means for RefuseUnknownExits in more detailPeter Palfrader
2013-02-07Merge remote-tracking branch 'arma/bug7054'Nick Mathewson
2013-02-04Update manpage for new pathbias use thresholds.Mike Perry
2013-02-01Merge remote-tracking branch 'public/feature7706'Nick Mathewson
2013-02-01Refactor the scaling parameter fetching into a single function.Mike Perry
Also, deprecate the torrc options for the scaling values. It's unlikely anyone but developers will ever tweak them, even if we provided a single ratio value.
2013-01-30Merge branch 'bug5956_squashed'Nick Mathewson
2013-01-30Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson
Instead of hardcoding the minimum fraction of possible paths to 0.6, we take it from the user, and failing that from the consensus, and failing that we fall back to 0.6.
2013-01-30Document the ?? country code.Nick Mathewson
2013-01-28Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/torAndrea Shepard
2013-01-18Document path use bias options in the manpage.Mike Perry
2013-01-17When excluding nodes by country, exclude {??} and {A1} tooNick Mathewson
This is ticket 7706, reported by "bugcatcher." The rationale here is that if somebody says 'ExcludeNodes {tv}', then they probably don't just want to block definitely Tuvaluan nodes: they also want to block nodes that have unknown country, since for all they know such nodes are also in Tuvalu. This behavior is controlled by a new GeoIPExcludeUnknown autobool option. With the default (auto) setting, we exclude ?? and A1 if any country is excluded. If the option is 1, we add ?? and A1 unconditionally; if the option is 0, we never add them. (Right now our geoip file doesn't actually seem to include A1: I'm including it here in case it comes back.) This feature only takes effect if you have a GeoIP file. Otherwise you'd be excluding every node.
2013-01-03Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson
The right way to set "MaxOnionsPending" was to adjust it until the processing delay was appropriate. So instead, let's measure how long it takes to process onionskins (sampling them once we have a big number), and then limit the queue based on its expected time to finish. This change is extra-necessary for ntor, since there is no longer a reasonable way to set MaxOnionsPending without knowing what mix of onionskins you'll get. This patch also reserves 1/3 of the onionskin spots for ntor handshakes, on the theory that TAP handshakes shouldn't be allowed to starve their speedier cousins. We can change this later if need be. Resolves 7291.
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
Conflicts: src/or/cpuworker.c src/or/or.h src/test/bench.c
2013-01-03Document UseNTorHandshakeNick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-25Add documentation for directory guard optionsNick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson
2012-12-17Remove the obsolete doc/TODO.* filesNick Mathewson
Closes bug #7730.
2012-12-17Document PreferIPv6Automap in the manpageNick Mathewson
2012-12-17Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson
With an IPv6 virtual address map, we can basically hand out a new IPv6 address for _every_ address we connect to. That'll be cool, and will let us maybe get around prop205 issues. This uses some fancy logic to try to make the code paths in the ipv4 and the ipv6 case as close as possible, and moves to randomly generated addresses so we don't need to maintain those stupid counters that will collide if Tor restarts but apps don't. Also has some XXXX items to fix to make this useful. More design needed.
2012-12-17Turn off by-default use of client-side DNS cacheing.Nick Mathewson
2012-12-17Add documentation for the client-side DNS cache optionsNick Mathewson
2012-12-13Merge branch 'fallback_dirsource_v3'Nick Mathewson
2012-12-10Update manpage.Mike Perry
2012-12-07Update manpage for new PathBias torrc options.Mike Perry
2012-12-07Expand the manpage to say: watch out for nonlocal socksNick Mathewson
This clears up the remaining issue stopping me from closing bug 6297.
2012-12-06Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson
2012-12-06Add an option to weight down authorities when choosing a fallbackNick Mathewson