aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added Documentation for PredictedCircsRelevanceTime config file argument.unixninja922014-03-05
|
* Merge branch 'bug4647_squashed'Nick Mathewson2013-09-13
|\
| * Disallow --hash-password with no commandline arguments.Nick Mathewson2013-09-13
| | | | | | | | | | | | Fixes bug 9573. Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
* | Add Extended ORPort information to the man page.George Kadianakis2013-09-04
| |
* | Add a clarification to gcov instructionsNick Mathewson2013-09-03
|/
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-16
|\
| * Document the correct loglevel for the heartbeat messageNick Mathewson2013-08-16
| |
* | new location for tarballs; and you should edit Makefile tooRoger Dingledine2013-08-10
| |
* | Update coverage instructionsNick Mathewson2013-08-06
| |
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-31
|\|
| * NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine2013-07-30
| | | | | | | | | | Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
| * fix typoRoger Dingledine2013-07-18
| |
* | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson2013-07-26
| | | | | | | | Patch from CharlieB for ticket #9214
* | fix typoRoger Dingledine2013-07-23
| |
* | Add changes file and enrich the manual page.George Kadianakis2013-07-18
| |
* | Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson2013-07-12
|\ \
| * | Add a basic seccomp2 syscall filter on LinuxCristian Toader2013-07-11
| | | | | | | | | | | | | | | It's controlled by the new Sandbox argument. Right now, it's rather coarse-grained, it's Linux-only, and it may break some features.
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-18
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-18
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/relay.c
| | * | Implement a real OOM-killer for too-long circuit queues.Nick Mathewson2013-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements "algorithm 1" from my discussion of bug #9072: on OOM, find the circuits with the longest queues, and kill them. It's also a fix for #9063 -- without the side-effects of bug #9072. The memory bounds aren't perfect here, and you need to be sure to allow some slack for the rest of Tor's usage. This isn't a perfect fix; the rest of the solutions I describe on codeable.
* | | | Merge remote-tracking branch 'linus/bug8532'Nick Mathewson2013-06-13
|\ \ \ \
| * | | | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new option TestingV3AuthVotingStartOffset is added which offsets the starting time of the voting interval. This is possible only when TestingTorNetwork is set. This patch makes run_scheduled_events() check for new consensus downloads every second when TestingTorNetwork, instead of every minute. This should be fine, see #8532 for reasoning. This patch also brings MIN_VOTE_SECONDS and MIN_DIST_SECONDS down from 20 to 2 seconds, unconditionally. This makes sanity checking of misconfiguration slightly less sane. Addresses #8532.
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-12
|\ \ \ \ | | |/ / | |/| |
| * | | Fix the biggest errors in doc/HACKINGNick Mathewson2013-06-12
| | | | | | | | | | | | | | | | We can wait for 0.2.5 for a full rewrite. #8964
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-12
|\| | | | |/ / |/| |
| * | Remove various outdated documents.Nick Mathewson2013-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/TODO and doc/spec/README were placeholders to tell people where to look for the real TODO and README stuff -- we replaced them years ago, though. authority-policy, v3-authority-howto, and torel-design.txt belong in torspec. I'm putting them in attic there since I think they may be in large part obsolete, but someone can rescue them if they're not. translations.txt is outdated, and refers to lots of programs other than Tor. We have much better translation resources on the website now. tor-win32-mingw-creation.txt is pending review of a revised version for 0.2.5 (see ticket #4520), but there's no reason to ship this one while we're waiting for an accurate version. the tor-rpm-creation.txt isn't obsolete AFAIK, but it belongs in doc/contrib if anywhere. Resolves bug #8965.
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-05
|\| |
| * | Fix two cut'n'paste docu bugs.Linus Nordberg2013-06-05
| | |
* | | Lower dir fetch retry schedules in testing networks.Karsten Loesing2013-05-16
| | | | | | | | | | | | | | | | | | | | | Also lower maximum interval without directory requests, and raise maximum download tries. Implements #6752.
* | | Turn on ntor by default client-sideNick Mathewson2013-04-18
|/ / | | | | | | Implements #8561.
* | Manpage: refer to ExcludeExitNodes, not the nonexistent ExcludeEntryNodesNick Mathewson2013-04-13
| | | | | | | | Spotted on tor-talk by "hamahangi".
* | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.c
| * | Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson2013-03-20
| |/ | | | | | | | | | | This might be necessary if the bug8117 fix confuses any applications. Also add a changes file.
* | Tighten prose in 8590 manpage fixNick Mathewson2013-03-27
| |
* | First try on ticket 8590Patrick R McDonald2013-03-27
| |
* | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson2013-03-20
| | | | | | | | | | This adds a new option to fix bug 8508 which broke chutney networks. The bug was introduced by 317d16de.
* | Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/circuitbuild.c src/or/config.c src/or/or.h
| * | Drop the minimum guard lifetime back down to one monthNick Mathewson2013-03-19
| | | | | | | | | | | | | | | Mike believes that raising the default to 2 months with no way to lower it may create horrible load-balancing issues.
| * | Document the GuardLifetime optionNick Mathewson2013-03-19
| | |
| * | Make the guard lifetime configurable and adjustable via the consensusNick Mathewson2013-03-19
| |/ | | | | | | | | | | | | Fixes 8240. (Don't actually increase the default guard lifetime. It seems likely to break too many things if done precipitiously.)
* | Merge remote-tracking branch 'public/bug7768' into maint-0.2.4Nick Mathewson2013-03-19
|\ \
| * | Use --test-commandline name in tor-fw-helper manpageNick Mathewson2013-03-19
| | |
| * | Fix option names in tor-fw-helper manpageNick Mathewson2013-03-11
| | | | | | | | | | | | fix for bug 7768
* | | Merge remote-tracking branch 'public/bug8290' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \
| * | | Remove some lingering tsocks cruft.Nick Mathewson2013-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Remove incentives.txt from tor git; putting it into torspec.Nick Mathewson2013-03-15
| | | |
* | | | Improve asciidoc-helper's suggestion of what to installNick Mathewson2013-03-15
| |/ / |/| | | | | | | | | | | | | | Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader.
* | | randomize SSLKeyLifetime by defaultRoger Dingledine2013-03-10
|/ / | | | | | | resolves ticket 8443.
* | update the in-progress bandwidth requirements for authoritiesRoger Dingledine2013-02-25
| |
* | Document (on man page) which DNS record types Tor knows.Nick Mathewson2013-02-19
| | | | | | | | Fixes bug 7876