Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | Initial version of doc/TUNING. | rl1987 | |
2014-10-21 | give dist-master an alias | Roger Dingledine | |
2014-10-19 | explain how to publish tarballs now that webwml has gone to git | Roger Dingledine | |
2014-10-10 | update pointer to faq entry | Roger Dingledine | |
2014-10-08 | Merge remote-tracking branches 'teor/issue-13161-test-network' and ↵ | Nick Mathewson | |
'teor/issue-13161-TestingDirAuthVoteExit' | |||
2014-10-04 | fix some typos in the man page | Roger Dingledine | |
2014-10-01 | Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard) | teor | |
Add the TestingDirAuthVoteExit option, a list of nodes to vote Exit for, regardless of their uptime, bandwidth, or exit policy. TestingTorNetwork must be set for this option to have any effect. Works around an issue where authorities would take up to 35 minutes to give nodes the Exit flag in a test network, despite short consensus intervals. Partially implements ticket 13161. | |||
2014-09-29 | continue our habit of specifying the default in the manpage | Roger Dingledine | |
2014-09-29 | Add an "AccountingRule" feature to permit limiting bw usage by read+write | Nick Mathewson | |
Patch from "chobe". Closes ticket 961. | |||
2014-09-12 | Mention "make check" in doc/HACKING | Nick Mathewson | |
2014-09-12 | Give an example how to run the unit tests | Sebastian Hahn | |
2014-09-11 | Update HACKING instructions to mention format_changelog script | Nick Mathewson | |
2014-09-09 | Remove dirauth support for the BadDirectory flag | Sebastian Hahn | |
Implements the first half of #13060. The second half will be to remove client support, too. | |||
2014-09-09 | Merge branch 'bug12899_squashed' | Nick Mathewson | |
2014-09-09 | Remove support for naming directory authorities | Sebastian Hahn | |
This implements the meat of #12899. This commit should simply remove the parts of Tor dirauths used to check whether a relay was supposed to be named or not, it doesn't yet convert to a new mechanism for reject/invalid/baddir/badexiting relays. | |||
2014-09-09 | Updated building-tor-msvc.txt | Nick Mathewson | |
2014-09-09 | Add instructions for building Tor with MSVC. | Nick Mathewson | |
Written by "NewEraCracker" on ticket 13081; I've added a note that this is not our preferred or supported build method. | |||
2014-09-04 | Remove the AuthDirRejectUnlisted config option | Sebastian Hahn | |
This is in preparation for a big patch series removing the entire Naming system from Tor. In its wake, the approved-routers file is being deprecated, and a replacement option to allow only pre-approved routers is not being implemented. | |||
2014-09-02 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-02 | Documenting reject6 and accept6 ExitPolicy entries in manpage. | rl1987 | |
2014-08-15 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-08-15 | Some documentation fixes for #12864. | George Kadianakis | |
2014-08-15 | Documentation fix on arguments to CookieAuthFileGroupReadable | Nick Mathewson | |
We don't actually allow a group name, but the documentation implied that we did. | |||
2014-08-15 | Restore functionality for CookieAuthFileGroupReadable. | Nick Mathewson | |
When we merged the cookieauthfile creation logic in 33c3e60a37, we accidentally took out this feature. Fixes bug 12864, bugfix on 0.2.5.1-alpha. Also adds an ExtORPortCookieAuthFileGroupReadable, since there's no reason not to. | |||
2014-08-13 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-08-13 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2014-08-09 | fix extra words in man page | Roger Dingledine | |
2014-07-25 | Implement proposal 221: Stop sending CREATE_FAST | Nick Mathewson | |
This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus." | |||
2014-07-24 | Merge branch 'maint-0.2.5' | Roger Dingledine | |
2014-07-24 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Roger Dingledine | |
2014-07-24 | update manpage for numentryguards / numdirectoryguards | Roger Dingledine | |
2014-07-16 | Clarify TruncateLogFile manpage entry | Nick Mathewson | |
2014-07-16 | Add an option to overwrite logs | Arlo Breault | |
* Issue #5583 | |||
2014-07-16 | Add stanza on lcov coverage target | Kevin Murray | |
Adds a note about using `make coverage-html` to generate coverage reports. Signed-off-by: Kevin Murray <spam@kdmurray.id.au> | |||
2014-06-21 | logic mixup, noticed by alphawolf | Roger Dingledine | |
2014-06-16 | manpage: Move more authority-only options into the authority section | Nick Mathewson | |
I don't know whether we missed these or misclassified them when we first made the "DIRECTORY AUTHORITY SERVER OPTIONS" section, but they really belong there. | |||
2014-05-22 | Documentation fix: DataDir/status/* -> DataDir/stats/* | Nick Mathewson | |
Our documentation had the name of this directory wrong. | |||
2014-05-20 | doc/HACKING: Improve documentation of how to bump version in maint | Nick Mathewson | |
See discussion on 9553: Some of the build scripts don't like it when you can't merge maint into release. | |||
2014-05-16 | Document that we're incrementing version numbers in maint. | Nick Mathewson | |
(ticket 9553) | |||
2014-05-01 | Merge remote-tracking branch 'public/bug10849_025' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-04-28 | Provide missing documentation for two options. For 11634. | Nick Mathewson | |
2014-04-28 | Remove documentation for obsolete FetchV2Networkstatus | Nick Mathewson | |
2014-04-28 | Remove a spurious anchor in the manpage. part of 11634. | Nick Mathewson | |
2014-04-28 | Fix some option names in the manpage. | Nick Mathewson | |
Found with 'make check-docs'. Part of 11634. | |||
2014-04-28 | Remove privoxy from 'see also' section on manpage. | Nick Mathewson | |
2014-04-28 | Fix the check-docs script | Nick Mathewson | |
We broke it when we added anchors to the manpage. This patch fixes it, and makes it sorta detect missing anchors. | |||
2014-04-28 | Deal with the aftermath of sorting contrib | Nick Mathewson | |
This basically amounts to grepping for every file that mentioned contrib and adjusting its references to refer to the right place. | |||
2014-04-26 | The #tor topic no longer includes a version. | Nick Mathewson | |
2014-04-24 | Merge branch 'bug11396_v2_squashed' | Nick Mathewson | |
Conflicts: src/or/main.c | |||
2014-04-24 | Change the logic for the default for MaxMemInQueues | Nick Mathewson | |
If we can't detect the physical memory, the new default is 8 GB on 64-bit architectures, and 1 GB on 32-bit architectures. If we *can* detect the physical memory, the new default is CLAMP(256 MB, phys_mem * 0.75, MAX_DFLT) where MAX_DFLT is 8 GB on 64-bit architectures and 2 GB on 32-bit architectures. You can still override the default by hand. The logic here is simply trying to choose a lower default value on systems with less than 12 GB of physical RAM. |