summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-09-07Merge remote-tracking branch 'dgoulet/ticket18693_029_01'Nick Mathewson
2016-09-07Merge remote-tracking branch 'sebastian/bug20064'Nick Mathewson
2016-09-06Document Exit flag assignment when private nets are allowedSebastian Hahn
2016-09-06Merge remote-tracking branch 'pastly/ticket19122'Nick Mathewson
2016-09-06Change UID to Username in man pageMatt Traudt
2016-09-06Fix a space error in the man pageteor
2016-09-05Bug 20038: Fix typo in ControlPort descriptionGeorg Koppen
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-26update packager emails list againNick Mathewson
2016-08-25changes file and docs for 18640.Nick Mathewson
2016-08-24Parse *Port flags NoDNSRequest, NoOnionTraffic & OnionTrafficOnlyteor (Tim Wilson-Brown)
OnionTrafficOnly is equivalent to NoDNSRequest, NoIPv4Traffic, and NoIPv6Traffic. Add unit tests for parsing and checking option validity. Add documentation for each flag to the man page. Add changes file for all of #18693. Parsing only: the flags do not change client behaviour (yet!)
2016-08-24Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntorteor (Tim Wilson-Brown)
Rely on onion_populate_cpath to check that we're only using TAP for the rare hidden service cases. Check and log if handshakes only support TAP when they should support ntor.
2016-08-22Add two new packagers.Nick Mathewson
Also, stop implying that Roger still does all the source releases.
2016-08-19Merge remote-tracking branch 'public/deprecation_v2'Nick Mathewson
2016-08-12Fix a missing :: in an IPv6 addr in the documentationNick Mathewson
Closes 19743.
2016-08-03Teach checkOptionDocs about deprecation.Nick Mathewson
In particular, teach it that deprecated options must exist.
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