aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-08-12Fix a missing :: in an IPv6 addr in the documentationNick Mathewson
Closes 19743.
2016-08-02Bufferevent removal: remove more bufferevent-only optionsNick Mathewson
(All this IOCP stuff was bufferevent-only.)
2016-07-05Merge remote-tracking branch 'teor/bug18456'Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-05Run asciidoc in UTC timezone for build reproducibility.intrigeri
asciidoc adds a timestamp at the end of a generated HTML file. This timestamp is based on the date of the file but it can change depending on the TZ environment variable.
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
Trivial Conflicts: src/or/or.h src/or/routerparse.c
2016-07-01prop250: Put commits and SRVs in votes/consensusDavid Goulet
This commit adds the commit(s) line in the vote as well as the SR values. It also has the mechanism to add the majority SRVs in the consensus. Signed-off-by: George Kadianakis <desnacked@riseup.net> Signed-off-by: David Goulet <dgoulet@torproject.org>
2016-07-01Avoid disclosing exit IP addresses in exit policies by defaultteor (Tim Wilson-Brown)
From 0.2.7.2-alpha onwards, Exits would reject all the IP addresses they knew about in their exit policy. But this may have disclosed addresses that were otherwise unlisted. Now, only advertised addresses are rejected by default by ExitPolicyRejectPrivate. All known addresses are only rejected when ExitPolicyRejectLocalInterfaces is explicitly set to 1.
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Update description in man page to match new MaxUnparseableDescSizeToLog ↵Andrea Shepard
option name and semantics
2016-06-30Document new DetailedLogForUnparseableDescriptors option in man pageAndrea Shepard
2016-06-29Merge remote-tracking branch 'weasel/bug19504'Nick Mathewson
2016-06-29Merge remote-tracking branch 'weasel/bug19505'Nick Mathewson
2016-06-25Actually, the tor --passphrase-fd is different from the tor-gencert onePeter Palfrader
2016-06-25tor-gencert.1: fix --passphrase-fd descriptionPeter Palfrader
2016-06-25Document the --passphrase-fd option in the tor manpagePeter Palfrader
2016-06-19Fix spelling of --enable-tor2web-mode in manpageNick Mathewson
Fixes bug 19153; patch from "U+039b", who is apparently an uppercase lambda?
2016-06-15ondrej is no longer making rpmsNick Mathewson
2016-05-27remove sentence about tor-ops from manpage: #19185Nick Mathewson
2016-05-23Stop recommending --enable-gcc-warnings in doc/HACKINGNick Mathewson
2016-05-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-11minor touchups on nick's ticket 17621 changesRoger Dingledine
2016-05-11Document the contents of $datadir/keysNick Mathewson
Ticket 17621.
2016-05-04Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-26Do not recommend use of nicknames in MapAddress manpageNick Mathewson
2016-04-12Adopt the LCOV convention for marking lines as unreachable by tests.Nick Mathewson
Document this convention. Add a script to post-process .gcov files in order to stop nagging us about excluded lines. Teach cov-diff to handle these post-processed files. Closes ticket 16792
2016-04-12Merge remote-tracking branch 'sebastian/stemtest'Nick Mathewson
2016-04-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
This changes simply renames them by removing "Testing" in front of them and they do not require TestingTorNetwork to be enabled anymore. Fixes #18481 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2016-03-29majority of four is, alas, threeRoger Dingledine
2016-03-29Faravahar also versions.Nick Mathewson
2016-03-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-03-28Add more structure (and tests) to ReleasingTor.mdNick Mathewson
2016-03-28Write a document on how to add a test to StemSebastian Hahn
2016-03-27Remove redundant only in manpageSebastian Hahn
2016-03-26who was that previous arma, who couldn't spell iso?Roger Dingledine
2016-03-24Merge branch 'bug18517_squashed'Nick Mathewson
2016-03-24Always allow OR connections to bridges on private addressesteor (Tim Wilson-Brown)
Regardless of the setting of ExtendAllowPrivateAddresses. This fixes a bug with pluggable transports that ignore the (potentially private) address in their bridge line. Fixes bug 18517; bugfix on 23b088907f in tor-0.2.8.1-alpha.
2016-03-23specify in the man page that {cc} is a 2-letter ISA3166 codeRoger Dingledine
2016-03-15Merge remote-tracking branch 'weasel/bug18458'Nick Mathewson
2016-03-11Fedora Core->Fedora; yum->dnf.Nick Mathewson
Closes 18426 and 18459.
2016-03-01First RelaxDirModeCheck implementationPeter Palfrader
2016-02-26Add missing man page option from #4483 (35bbf2e4)teor (Tim Wilson-Brown)
TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries
2016-02-11Add another admonishment to WritingTests.mdNick Mathewson
2016-02-11Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'Nick Mathewson
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
When ClientPreferIPv6ORPort is auto, bridges prefer the configured bridge ORPort address. Otherwise, they use the value of the option. Other clients prefer IPv4 ORPorts if ClientPreferIPv6ORPort is auto. When ClientPreferIPv6DirPort is auto, all clients prefer IPv4 DirPorts.
2016-02-01mention lintChanges.py in the coding standardsNick Mathewson
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
Conflicts: src/or/directory.c src/test/test_routerlist.c Fix minor conflicts.
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
Bridge clients ignore ClientUseIPv6, acting as if it is always 1. This preserves existing behaviour. Make ClientPreferIPv6OR/DirPort auto by default: * Bridge clients prefer IPv6 by default. * Other clients prefer IPv4 by default. This preserves existing behaviour.
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
ClientUseIPv4 0 tells tor to avoid IPv4 client connections. ClientPreferIPv6DirPort 1 tells tor to prefer IPv6 directory connections. Refactor policy for IPv4/IPv6 preferences. Fix a bug where node->ipv6_preferred could become stale if ClientPreferIPv6ORPort was changed after the consensus was loaded. Update documentation, existing code, add unit tests.