summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-09-02Enable hidden service statistics by defaultDavid Goulet
HiddenServiceStatistics option is now set to "1" by default. Fixes #15254 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-09-01Include doc/TUNING in our release tarballsSebastian Hahn
2015-08-25Document callgraph analysis codeNick Mathewson
2015-08-21Remove tor-fw-helper more thoroughlySebastian Hahn
2015-08-18New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flagsteor
"option to prevent guard,exit,hsdir flag assignment" "A node will never receive the corresponding flag unless that node is specified in the TestingDirAuthVote{Exit,Guard,HSDir} list, regardless of its uptime, bandwidth, exit policy, or DirPort". Patch modified by "teor": VoteOnHidServDirectoriesV2 is now obsolete, so TestingDirAuthVoteHSDir always votes on HSDirs. Closes ticket 14882. Patch by "robgjansen". Commit message and changes file by "teor" with quotes from "robgjansen".
2015-08-18Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPortteor
Fix an error in the manual page and comments for TestingDirAuthVoteHSDir, which suggested that a HSDir required "ORPort connectivity". While this is true, it is in no way unique to the HSDir flag. Of all the flags, only HSDirs need a DirPort configured in order for the authorities to assign that particular flag. Fixed as part of 14882. Patch by "teor". Bugfix on 0.2.6.3 (f9d57473e1ff on 10 January 2015).
2015-08-05Write a bunch more test for doc/WritingTestsNick Mathewson
2015-08-03Update doc/HACKING with more coverage instructionsNick Mathewson
2015-07-24Move the note about non-localhost SOCKSPort usage up to where it belongs.Linus Nordberg
I think this section slipped downwards when flags where added.
2015-07-23Bump version (and explain how)Nick Mathewson
2015-07-22Actually, write the torrc format in ABNFNick Mathewson
This should make it more clear what I meant, if you know how to read ABNF. (Thanks to rl1987 for correcting numerous issues here)
2015-07-20Document the torrc format as thoroughly as possibleNick Mathewson
Closes ticket 2325
2015-07-16Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'Nick Mathewson
2015-06-29Add the torrc option HiddenServiceNumIntroductionPointsDavid Goulet
This is a way to specify the amount of introduction points an hidden service can have. Maximum value is 10 and the default is 3. Fixes #4862 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-06-10Update and clarify release checklistAndrea Shepard
2015-06-06Add instructions for clang sanitizers, static analyzer, and coverityteor
Document use of coverity, clang static analyzer, and clang dynamic undefined behavior and address sanitizers in doc/HACKING. Add clang dynamic sanitizer blacklist in contrib/clang/sanitizer_blacklist.txt to exempt known undefined behavior. Include detailed usage instructions in this blacklist file. Patch by "teor".
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
Fixed numerous conflicts, and ported code to use new base64 api.
2015-05-28Document some ed25519 key optionsNick Mathewson
2015-05-26FIx a couple of mistypes.rl1987
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
When set, this limits the maximum number of simultaneous streams per rendezvous circuit on the server side of a HS, with further RELAY_BEGIN cells being silently ignored. This can be modified via "HiddenServiceMaxStreamsCloseCircuit", which if set will cause offending rendezvous circuits to be torn down instead. Addresses part of #16052.
2015-05-11Bump version to 0.2.7.1-alpha. (This is not the release yet.)Nick Mathewson
2015-05-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
Also, add some sample tests to be examples.
2015-04-22New email for Lukas FleischerNick Mathewson
2015-04-08update url in HACKING fileRoger Dingledine
2015-04-07Merge branch 'doc15550_squashed'Nick Mathewson
2015-04-07Improve descriptions of statistics-related torrc options.rl1987
2015-04-07Add lukas to doc/HACKING pakager listNick Mathewson
2015-04-01Merge branch 'bug13736'Nick Mathewson
2015-04-01Remove dynamicdhgroups from the manpageNick Mathewson
2015-03-25More addrs in HACKINGNick Mathewson
2015-03-24spelling fixNick Mathewson
2015-03-24Start adding people to the packager list in doc/HACKINGNick Mathewson
2015-03-14Use output variables instead of relative paths.cypherpunks
Fixes the following rules in out-of-tree builds; - check-spaces - check-docs - check-logs - Doxygen - coverage-html And cleans up additional directories; - coverage_html - doc/doxygen
2015-03-11Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports.Nick Mathewson
Closes ticket 15220
2015-03-09Add `check-changes` rule for checking formatting of changes files.cypherpunks
Additional fixes to make the change work; - fix Python 2 vs 3 issues - fix some PEP 8 warnings - handle paths with numbers correctly - mention the make rule in doc/HACKING.
2015-02-25Standardize on calling them "server descriptors".Nick Mathewson
Part of 14987
2015-02-18specify a default for UseGuardFraction in the man pageRoger Dingledine
(as added in commit f4a63f8eab)
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
Conflicts: src/or/dirvote.h src/test/include.am src/test/test_entrynodes.c
2015-02-18Parse GuardFraction info from consensuses and votes.George Kadianakis
Also introduce the UseGuardFraction torrc option which decides whether clients should use guardfraction information found in the consensus.
2015-02-18Parse Guardfraction file and apply results to routerstatuses.George Kadianakis
Parse the file just before voting and apply its information to the provided vote_routerstatus_t. This follows the same logic as when dirauths parse bwauth files.
2015-02-11Merge branch 'bug12844'Nick Mathewson
Conflicts: src/or/circuituse.c src/test/include.am src/test/test_entrynodes.c
2015-02-02Merge branch 'feature13864_squashed'Nick Mathewson
2015-02-02Updating manpage for 13865.rl1987
2015-02-01Updating OpenBSD section of doc/TUNING.rl1987
2015-01-30Merge remote-tracking branch 'public/prop227_v2'Nick Mathewson
Conflicts: src/test/test_dir.c
2015-01-29Document unix: addressesNick Mathewson
2015-01-29Remove SocksSocket; it's now spelled differently thanks to 14451Nick Mathewson
Also, revise bug12585 changes file to mention new syntax
2015-01-28Tweak tor-resolve docs and logsNick Mathewson
Resolves 14325
2015-01-27Merge branch 'doc13702_squashed'Nick Mathewson