aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-03-28Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-28Bug 25664: Update libc version requirement for RustGeorg Koppen
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39.
2018-03-21Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-21maint: Add script for vendoring/updating Rust dependencies.Isis Lovecruft
* ADD documentation for usage both inside the script and in doc/HACKING/CodingStandardsRust.md * FIXES part of #25310: https://bugs.torproject.org/25310
2018-03-21doc: Document our current rough-draft policy on Rust dependencies.Isis Lovecruft
* FIXES #25310: https://bugs.torproject.org/25310
2018-03-20Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-20Note that we require latest stable rust.Nick Mathewson
2018-03-19Merge branch 'ticket25268_034_01'Nick Mathewson
2018-03-13DisableNetwork documentation improvisedArunaMaurya221B
2018-03-13Revised patch with 78 characters per lineArunaMaurya221B
2018-03-13PaddingStatistics documented properlyArunaMaurya221B
2018-03-13Merge remote-tracking branch 'teor/rust-std'Nick Mathewson
2018-03-13Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-13Merge remote-tracking branch 'ffmancera-1/bug23635' into maint-0.3.3Nick Mathewson
2018-03-08Tweaks into AccountingStart documentation.Fernando Fernandez Mancera
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
2018-03-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-03Update tor.1.txt with the currently available log domains.Alexander Færøy
See: https://bugs.torproject.org/25378
2018-03-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-03-02resolve a weird binary character that crept into the man pageRoger Dingledine
2018-03-02get rid of extraneous punctuation in man pageRoger Dingledine
2018-03-02fix a confusing "0 0" in the man pageRoger Dingledine
feel free to backport this commit back to 0.3.2.x if you like it
2018-02-27Update the primitive types explanation in the Rust coding standardsteor
Part of #25368. Includes c_double in anticipation of #23061.
2018-02-21Fix a variable name in tor-rust-dependenciesNick Mathewson
2018-02-21Wrap GettingStartedRust.md to 72 columns.Nick Mathewson
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-15Merge remote-tracking branch 'dgoulet/ticket24343_033_01' into maint-0.3.3Nick Mathewson
2018-02-15man: Update the CircuitPriorityHalflife entryDavid Goulet
The behavior has changed slightly in the previous commits. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-02-13Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson
2018-02-13man: Document default values if not in the consensus for DoS mitigationDavid Goulet
Fixes #25236 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-02-12Improve the documentation of AccountingStart parameter.Fernando Fernandez Mancera
Fixes #23635. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
2018-02-07Remove anything related to the old SocksSockets optionDavid Goulet
At this commit, the SocksSocketsGroupWritable option is renamed to UnixSocksGroupWritable. A deprecated warning is triggered if the old option is used and tor will use it properly. Fixes #24343 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31Remove MaxDownloadTries options from the manpageNick Mathewson
2018-01-30Merge branch 'ticket24902_029_05' into ticket24902_033_02David Goulet
2018-01-30dos: Make circuit rate limit per second, not tenths anymoreDavid Goulet
Because this touches too many commits at once, it is made into one single commit. Remove the use of "tenths" for the circuit rate to simplify things. We can only refill the buckets at best once every second because of the use of approx_time() and our token system is set to be 1 token = 1 circuit so make the rate a flat integer of circuit per second. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-01-30dos: Man page entry for DoS mitigationDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-01-26Make more notes about important stuff in ReleasingTor.mdNick Mathewson
2018-01-26ReleasingTor.md: check for recommendation, listing on dl pageNick Mathewson
Closes ticket 23118.
2018-01-25Update HiddenServiceVersion man-page entry to only accept either 2 or 3.Alexander Færøy
This patch updates the HiddenServiceVersion man-page entry to only accept either 2 or 3 as argument and not a list of multiple versions. See: https://bugs.torproject.org/25026
2018-01-19Implement layer 2 and layer 3 guard pinning via torrc.Mike Perry
Block circuit canibalization when HSRendezvousMiddleNodes is active. Also make it apply to all HS circuits, not just rends.
2018-01-11Reword requirement to set Myfamily correctlySebastian Hahn
2018-01-11Note contactinfo and myfamily as required in more placesNick Mathewson
Includes a sentence from cypherpunks; for ticket 24526.
2018-01-11Reword requirement to set Myfamily correctlySebastian Hahn
2018-01-11Merge branch 'bug24526_squashed'Nick Mathewson
2018-01-11Note contactinfo and myfamily as required in more placesNick Mathewson
Includes a sentence from cypherpunks; for ticket 24526.
2018-01-10Merge remote-tracking branch 'teor/bug22145_032'Nick Mathewson
2018-01-05Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson