summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-04-25More clarification on 13802Nick Mathewson
2017-04-25trace: Add a basic event-tracing infrastructure.David Goulet
This commit adds the src/trace directory containing the basics for our tracing subsystem. It is not used in the code base. The "src/trace/debug.h" file contains an example on how we can map our tor trace events to log_debug(). The tracing subsystem can only be enabled by tracing framework at compile time. This commit introduces the "--enable-tracing-debug" option that will make all "tor_trace()" function be maped to "log_debug()". Closes #13802 Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-04-05Bug 21873: Clarify KeepAliveIsolateSOCKSAuth behaviorArthur Edelstein
2017-04-03Add a release checklist step to highlight changesSebastian Hahn
In an effort to better communicate with our users that they might need to take certain actions when upgrading, we should extract from the changelog the items that require some action (example: the new version automatically generates keys, if you want them to be offline - make sure to create them before upgrading).
2017-03-1721151: document datadir default decently.Nick Mathewson
2017-03-14Note that bandwidth-limit options only affect TCP data.Nick Mathewson
2017-03-14Merge remote-tracking branch 'chelseakomlo/documentation_integ_tests'Nick Mathewson
2017-03-14#21720: Update "directory server options" preamble in manpageNick Mathewson
2017-02-24Small fixes to fuzzing documentation.Nick Mathewson
2017-02-14Rename make fuzz to make test-fuzz-corporaNick Mathewson
2017-01-30Fix an error in Fuzzing.md. (asn spotted this)Nick Mathewson
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson
2017-01-30Update documentation and testing integration for fuzzingNick Mathewson
2017-01-30Try to tweak fuzzing.md to correspond to my changesNick Mathewson
2017-01-30Add a script for running multiple fuzzing sessions on multiple coresteor
2017-01-30Copy fuzzing instructions by teorNick Mathewson
2017-01-27Outbindbindaddress variants for Exit and OR.Nick Mathewson
Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag.
2017-01-23Merge branch 'feature_20956_029'Nick Mathewson
2017-01-23Add __SocksPort etc variants for non-persistent useNick Mathewson
Implements feature 20956.
2017-01-21Merge remote-tracking branch 'public/ticket18319'Nick Mathewson
2017-01-17man: Clarify options in the tor.1 man pageDavid Goulet
In addition to the comments in the ticket, couple hidden service options have been improved to clarify the maximum and minimum values they can be set to. Closes #21058 Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-01-13Remove trailing whitespaceNick Mathewson
2017-01-13improved doc/HelpfulTools.md on profiling TorPierre-Antoine Rault
(Based on join work at https://pad.riseup.net/p/profiling-tor)
2017-01-03Document options that can't be changed while tor is runningteor
Closes #21122, bug on multiple tor versions.
2017-01-02Merge remote-tracking branch 'jryans/doc-formatting'Nick Mathewson
2016-12-23Remove dead code related to the old tor-fw-helpercypherpunks
This commit removes more code related to the old tor-fw-helper which was removed in ticket 13338. Closes ticket 21024.
2016-12-21check-spaces is run as part of make checkChelsea H. Komlo
2016-12-21make distcheck should be a part of the local development processChelsea H. Komlo
2016-12-21Adds standard to run code changes against test suiteChelsea H. Komlo
2016-12-16Merge branch 'ticket20831_v2'Nick Mathewson
2016-12-16Remove UseDirectoryGuardsNick Mathewson
It is obsoleted in an always-on direction by prop271.
2016-12-16Merge remote-tracking branch 'jryans/no-changes-unreleased'Nick Mathewson
2016-12-13Remove AuthDirMaxServersPerAuthAddrNick Mathewson
Back when Roger had do do most of our testing on the moria host, we needed a higher limit for the number of relays running on a single IP address when that limit was shared with an authority. Nowadays, the idea is pretty obsolete. Also remove the router_addr_is_trusted_dir() function, which served no other purpose. Closes ticket 20960.
2016-12-13Change the default of AuthDirPinKeys to 1.Nick Mathewson
Closes ticket 18319.
2016-12-12Update description of release practicesNick Mathewson
2016-12-08Document no changes file needed for bugfixes on unreleased codeJ. Ryan Stinnett
Fixes #20932.
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson
2016-12-08Add an option to disable dirauth ed25519 link key checks.Nick Mathewson
If there is some horrible bug in our ed25519 link authentication code that causes us to label every single ed25519-having node as non-running, we'll be glad we had this. Otherwise we can remove it later.
2016-12-08Add ExtendByEd25519ID consensus parameter/torrc optionNick Mathewson
I need to be able to turn on Ed25519 support in client generation of extend cells so I can test it, but leave it off-by-default until enough clients support it for us to turn it on for a bunch at once. This is part of #15056 / prop#220.
2016-12-04Clean up formatting of tor.1 man page and HTML docJ. Ryan Stinnett
Fixes #20885.
2016-12-03Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hostsJ. Ryan Stinnett
Fixes #17070.
2016-11-30Man page update and changes file for 20667teor
2016-11-21Fix typoovercaffeinated
Remove stray 'To run'
2016-11-14Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-14Fix grammar in HiddenServiceSingleHopMode descriptionFabian Keil
2016-11-10Add "TByte" and "TBytes" units; also add "TBits" to man pageMatt Nordhoff
2016-11-07typo fix in doc/HACKING/ReleasingTor.mdNick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
Conflicts: src/or/rendservice.c
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-08Add onion_service_non_anonymous file to man pageteor