summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2015-01-27Adding section on OpenBSD to doc/TUNINGrl1987
2015-01-20Merge branch 'bug14084'Nick Mathewson
2015-01-20Expand manpage for HiddenServiceAllowUnknownPorts based on suggestions from ↵Nick Mathewson
qwerty1 and dgoulet
2015-01-16Unify parse_unix_socket_config and parse_port_configNick Mathewson
This incidentally makes unix SocksSocket support all the same options as SocksPort. This patch breaks 'SocksSocket 0'; next will restore it. Resolves 14254.
2015-01-13Merge remote-tracking branch 'andrea/ticket12585_v3'Nick Mathewson
2015-01-10More documentation for proposal 227 workNick Mathewson