Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | Write a bunch more test for doc/WritingTests | Nick Mathewson | |
2015-08-03 | Update doc/HACKING with more coverage instructions | Nick Mathewson | |
2015-07-24 | Move 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-23 | Bump version (and explain how) | Nick Mathewson | |
2015-07-22 | Actually, write the torrc format in ABNF | Nick 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-20 | Document the torrc format as thoroughly as possible | Nick Mathewson | |
Closes ticket 2325 | |||
2015-07-16 | Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb' | Nick Mathewson | |
2015-06-29 | Add the torrc option HiddenServiceNumIntroductionPoints | David 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-10 | Update and clarify release checklist | Andrea Shepard | |
2015-06-06 | Add instructions for clang sanitizers, static analyzer, and coverity | teor | |
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-28 | Merge branch '12498_ed25519_keys_v6' | Nick Mathewson | |
Fixed numerous conflicts, and ported code to use new base64 api. | |||
2015-05-28 | Document some ed25519 key options | Nick Mathewson | |
2015-05-26 | FIx a couple of mistypes. | rl1987 | |
2015-05-20 | Add "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-11 | Bump version to 0.2.7.1-alpha. (This is not the release yet.) | Nick Mathewson | |
2015-05-07 | Merge branch 'writing_tests' | Nick Mathewson | |
2015-05-07 | Write the outlines of a WritingTests.txt document | Nick Mathewson | |
Also, add some sample tests to be examples. | |||
2015-04-22 | New email for Lukas Fleischer | Nick Mathewson | |
2015-04-08 | update url in HACKING file | Roger Dingledine | |
2015-04-07 | Merge branch 'doc15550_squashed' | Nick Mathewson | |
2015-04-07 | Improve descriptions of statistics-related torrc options. | rl1987 | |
2015-04-07 | Add lukas to doc/HACKING pakager list | Nick Mathewson | |
2015-04-01 | Merge branch 'bug13736' | Nick Mathewson | |
2015-04-01 | Remove dynamicdhgroups from the manpage | Nick Mathewson | |
2015-03-25 | More addrs in HACKING | Nick Mathewson | |
2015-03-24 | spelling fix | Nick Mathewson | |
2015-03-24 | Start adding people to the packager list in doc/HACKING | Nick Mathewson | |
2015-03-14 | Use 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-11 | Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports. | Nick Mathewson | |
Closes ticket 15220 | |||
2015-03-09 | Add `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-25 | Standardize on calling them "server descriptors". | Nick Mathewson | |
Part of 14987 | |||
2015-02-18 | specify a default for UseGuardFraction in the man page | Roger Dingledine | |
(as added in commit f4a63f8eab) | |||
2015-02-18 | Merge branch 'bug9321_rerebase' | Nick Mathewson | |
Conflicts: src/or/dirvote.h src/test/include.am src/test/test_entrynodes.c | |||
2015-02-18 | Parse 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-18 | Parse 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-11 | Merge branch 'bug12844' | Nick Mathewson | |
Conflicts: src/or/circuituse.c src/test/include.am src/test/test_entrynodes.c | |||
2015-02-02 | Merge branch 'feature13864_squashed' | Nick Mathewson | |
2015-02-02 | Updating manpage for 13865. | rl1987 | |
2015-02-01 | Updating OpenBSD section of doc/TUNING. | rl1987 | |
2015-01-30 | Merge remote-tracking branch 'public/prop227_v2' | Nick Mathewson | |
Conflicts: src/test/test_dir.c | |||
2015-01-29 | Document unix: addresses | Nick Mathewson | |
2015-01-29 | Remove SocksSocket; it's now spelled differently thanks to 14451 | Nick Mathewson | |
Also, revise bug12585 changes file to mention new syntax | |||
2015-01-28 | Tweak tor-resolve docs and logs | Nick Mathewson | |
Resolves 14325 | |||
2015-01-27 | Merge branch 'doc13702_squashed' | Nick Mathewson | |
2015-01-27 | Adding section on OpenBSD to doc/TUNING | rl1987 | |
2015-01-20 | Merge branch 'bug14084' | Nick Mathewson | |
2015-01-20 | Expand manpage for HiddenServiceAllowUnknownPorts based on suggestions from ↵ | Nick Mathewson | |
qwerty1 and dgoulet | |||
2015-01-16 | Unify parse_unix_socket_config and parse_port_config | Nick 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-13 | Merge remote-tracking branch 'andrea/ticket12585_v3' | Nick Mathewson | |
2015-01-10 | More documentation for proposal 227 work | Nick Mathewson | |