Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-10 | Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard | teor | |
TestingDirAuthVoteHSDir ensures that authorities vote the HSDir flag for the listed relays regardless of uptime or ORPort connectivity. Respects the value of VoteOnHidServDirectoriesV2. Partial fix for bug 14067. | |||
2015-01-09 | Document disable option for ControlSocket and SocksSocket | Andrea Shepard | |
2015-01-07 | Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585. | Jacob Appelbaum | |
Signed-off-by: Andrea Shepard <andrea@torproject.org> | |||
2015-01-06 | Merge branch 'exitnode_10067_squashed' | Nick Mathewson | |
Conflicts: src/or/or.h | |||
2015-01-06 | Add an ExitRelay option to override ExitPolicy | Nick Mathewson | |
If we're not a relay, we ignore it. If it's set to 1, we obey ExitPolicy. If it's set to 0, we force ExitPolicy to 'reject *:*' And if it's set to auto, then we warn the user if they're running an exit, and tell them how they can stop running an exit if they didn't mean to do that. Fixes ticket 10067 | |||
2015-01-03 | New option "HiddenServiceAllowUnknownPorts" | Nick Mathewson | |
This allows hidden services to disable the anti-scanning feature introduced in 0.2.6.2-alpha. With this option not set, a connection to an unlisted port closes the circuit. With this option set, only a RELAY_DONE cell is sent. Closes ticket #14084. | |||
2014-12-29 | Tweak 13913 fix: clarify that the behavior is not promised | Nick Mathewson | |
Also, it's->its. The apostrophe is used if and only if it's a contraction for "it is". | |||
2014-12-29 | Merge remote-tracking branch 'rl1987/ticket13913' | Nick Mathewson | |
2014-12-21 | Document the case of HiddenServiceDir being defined as relative path. | rl1987 | |
2014-12-19 | HS stats: Add changes file and improve man page. | George Kadianakis | |
2014-12-19 | Add two hidden-service related statistics. | George Kadianakis | |
The two statistics are: 1. number of RELAY cells observed on successfully established rendezvous circuits; and 2. number of .onion addresses observed as hidden-service directory. Both statistics are accumulated over 24 hours, obfuscated by rounding up to the next multiple of a given number and adding random noise, and written to local file stats/hidserv-stats. Notably, no statistics will be gathered on clients or services, but only on relays. | |||
2014-11-17 | whoops; removed the documentation for Support022HiddenServices too | Nick Mathewson | |
2014-11-14 | document that hiddenserviceport can have an ipv6 addr.for 12670 | Nick Mathewson | |
2014-11-10 | Document networkstatus-bridges | Nick Mathewson | |
Closes 13713; patch from 'tom' | |||
2014-11-09 | Fixing typo in manpage. | rl1987 | |
2014-11-06 | Throw identify-node-by-nickname down the memory hole | Nick Mathewson | |
Authorities are no longer voting on Named, so specifying nodes by nickname isn't a clever thing to do. (Not that it ever was!) So remove the documentation that suggests that you should do it. Additionally, add proper cross-references to our __node__ lists, and explain about the optional $ before identity digests. Also, the oxford comma: endorsed by Steven Pinker, my spouse, and my 11th grade English teacher. Closes 13381. | |||
2014-11-05 | Merge remote-tracking branch 'meejah/ticket-11291-extra-utests' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-10-28 | Initial version of doc/TUNING. | rl1987 | |
2014-10-21 | give dist-master an alias | Roger Dingledine | |
2014-10-19 | explain how to publish tarballs now that webwml has gone to git | Roger Dingledine | |
2014-10-10 | update pointer to faq entry | Roger Dingledine | |
2014-10-08 | Merge remote-tracking branches 'teor/issue-13161-test-network' and ↵ | Nick Mathewson | |
'teor/issue-13161-TestingDirAuthVoteExit' | |||
2014-10-04 | fix some typos in the man page | Roger Dingledine | |
2014-10-01 | Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard) | teor | |
Add the TestingDirAuthVoteExit option, a list of nodes to vote Exit for, regardless of their uptime, bandwidth, or exit policy. TestingTorNetwork must be set for this option to have any effect. Works around an issue where authorities would take up to 35 minutes to give nodes the Exit flag in a test network, despite short consensus intervals. Partially implements ticket 13161. | |||
2014-09-29 | continue our habit of specifying the default in the manpage | Roger Dingledine | |
2014-09-29 | Add an "AccountingRule" feature to permit limiting bw usage by read+write | Nick Mathewson | |
Patch from "chobe". Closes ticket 961. | |||
2014-09-15 | Introduce the Tor2webRendezvousPoints torrc option. | George Kadianakis | |
2014-09-12 | Mention "make check" in doc/HACKING | Nick Mathewson | |
2014-09-12 | Give an example how to run the unit tests | Sebastian Hahn | |
2014-09-11 | Update HACKING instructions to mention format_changelog script | Nick Mathewson | |
2014-09-09 | Remove dirauth support for the BadDirectory flag | Sebastian Hahn | |
Implements the first half of #13060. The second half will be to remove client support, too. |