aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'maint-0.2.3'Roger Dingledine2012-09-14
|\
| * Fix man page typoRobert Ransom2012-09-13
| |
* | raise bandwidthrate/bandwidthburst to a new "infinite"Roger Dingledine2012-09-10
| | | | | | | | addresses bug 6605.
* | Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson2012-09-06
|\ \
| * | General tweaks and fixes for Nick's comments.George Kadianakis2012-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add changes/ files. * Edit the tor-fw-helper manpage. * Fix check-spaces. * Add prototype for get_list_of_ports_to_forward(). * Fix tor_parse_long() TCP port range. * Improve doc. of tor_check_port_forwarding(). * Check for overflows in tor_check_port_forwarding(). * Demote successful port forwarding to LOG_INFO. Conflicts: src/common/address.c src/or/circuitbuild.c
* | | Merge branch 'maint-0.2.3'Roger Dingledine2012-09-05
|\ \ \ | | |/ | |/|
| * | Update the minimum bandwidth for a public relayRoger Dingledine2012-09-05
| | | | | | | | | | | | | | | The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB.
* | | Merge remote-tracking branch 'linus/bug6770_3'Nick Mathewson2012-09-05
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/config.c
| * | | Make AuthDirHasIPv6Connectivity a BOOL.Linus Nordberg2012-09-05
| | |/ | |/| | | | | | | This is a fix of unreleased tor. It solves ticket #6770.
* / | Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.Linus Nordberg2012-09-05
|/ / | | | | | | | | | | | | | | | | | | See #4771 for rationale. Note that this patch does not take suggested changes in #4470 into account and keeps treating AuthDirHasIPv6Connectivity as an AUTOBOOL. Thus, bug fixes for that are included here as well. This is a fix on master, unreleased as of now.
* | minor typos i found while constructing the changelogRoger Dingledine2012-09-05
| |
* | Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ClientUseIPv6 and ClientPreferIPv6ORPort configuration options. Use "preferred OR port" for all entry nodes, not only for bridges. Mark bridges with "prefer IPv6 OR port" if an IPv6 address is configured in Bridge line and ClientPreferIPv6ORPort is set. Mark relays with "prefer IPv6 OR port" if an IPv6 address is found in descriptor and ClientPreferIPv6ORPort is set. Filter "preferred OR port" through the ClientUseIPv6 config option. We might want to move this test to where actual connection is being set up once we have a fall back mechanism in place. Have only non-servers pick an IPv6 address for the first hop: We don't want relays to connect over IPv6 yet. (IPv6 has never been used for second or third hops.) Implements ticket 5535.
* | Rename configure.in to configure.acNick Mathewson2012-09-04
| | | | | | | | This is the preferred filename to use with Autoconf 2.50 and later.
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-31
|\|
| * Merge branch 'bug6732' into maint-0.2.3Nick Mathewson2012-08-31
| |\
| | * Document consensus and microdesc filesNick Mathewson2012-08-31
| | | | | | | | | | | | Bugfix for #6732.
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\| |
| * | Disable extending to private/internal addresses by defaultNick Mathewson2012-08-27
| |/ | | | | | | | | | | | | | | | | | | This is important, since otherwise an attacker can use timing info to probe the internal network. Also, add an option (ExtendAllowPrivateAddresses) so that TestingTorNetwork won't break. Fix for bug 6710; bugfix on all released versions of Tor.
* | Better fix to avoid loudness on mkdir -pJim Meyering2012-08-27
| | | | | | | | (commit message by nickm)
* | Add some attributes to make a2x quieterNick Mathewson2012-08-23
| |
* | Make asciidoc generation quieterNick Mathewson2012-08-23
| |
* | Add missing dependency so the html.in files get builtNick Mathewson2012-08-23
| |
* | Replace man_MANS with nodist_man1_MANSJim Meyering2012-08-23
| | | | | | | | (commit message by nickm)
* | fix up calling of config.status to generate docsStewart Smith2012-08-09
| |
* | Fix up make distcheck and greatly simplify docs dependencies (although it's ↵Stewart Smith2012-08-09
| | | | | | | | still a bit odd)
* | Move to non-recursive makeStewart Smith2012-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives us a few benefits: 1) make -j clean all this will start working, as it should. It currently doesn't. 2) increased parallel build recursive make will max out at number of files in a directory, non-recursive make doesn't have such a limitation 3) Removal of duplicate information in make files, less error prone I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way that was used was not only deprecated but will be *removed* in the next major automake release (1.13).... so probably best that we can continue to bulid tor without requiring old automake. (see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html ) For more reasons why, see resources such as: http://miller.emu.id.au/pmiller/books/rmch/
* | add $(AM_V_GEN) to documentation generation Makefile targets.Stewart Smith2012-08-02
| | | | | | | | | | | | | | | | | | | | | | This makes the V=1 or V=0 automake silent build options display (or hide) the full command line used. GEN foo.bar will be seen rather than the full command. As with all automake silent rules, "make V=1" will output the full command.
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\|
| * Fixes/beautification of RPM spec. Tiny improvements in RPM build docs.Ondrej Mikle2012-07-31
| |
| * Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old ↵Ondrej Mikle2012-07-31
| | | | | | | | note about using static libevent when building RPMs.
| * Dependencies for RPM building with mock should work nowOndrej Mikle2012-07-31
| |
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\|
| * Fix some manpage typosNick Mathewson2012-07-31
| | | | | | | | | | | | | | | | This is based on a pair of patches from A. Costa. I couldn't apply those directly, since they changed the generated *roff files, not the asciidoc source. Fixes Tor bug 6500 and Debian bug 683359.
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-23
|\|
| * Clarify how to build asciidoc files using homebrew on Mac OS XSteven Murdoch2012-07-20
| |
* | Add config option AuthDirPublishIPv6.Linus Nordberg2012-07-19
| | | | | | | | | | | | | | | | Test for config option AuthDirPublishIPv6 == 1 rather than for running as a bridge authority when deciding whether to care or not about IPv6 OR ports in descriptors. Implements enhancement #6406.
* | Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg2012-07-19
|/ | | | Implements enhancement 5974.
* Improve Alternate*Authority docs. Bug 6387.Nick Mathewson2012-07-16
|
* Document 0.2.3.x torrc/default-torrc/command line semantics changesNick Mathewson2012-06-18
| | | | | | | | Bug 4748 squash! Document 0.2.3.x torrc/default-torrc/command line semantics changes Incorporates fixes suggested by rransom.
* fix typos, logic error, default in man pageRoger Dingledine2012-06-15
|
* Defend against entry node path bias attacksMike Perry2012-06-14
| | | | | | | | | | | | | The defense counts the circuit failure rate for each guard for the past N circuits. Failure is defined as the ability to complete a first hop, but not finish completing the circuit all the way to the exit. If the failure rate exceeds a certain amount, a notice is emitted. If it exceeds a greater amount, a warn is emitted and the guard is disabled. These values are governed by consensus parameters which we intend to tune as we perform experiments and statistical simulations.
* Document --hush; fix documentation for --quiet.Nick Mathewson2012-06-14
|
* Merge remote-tracking branch 'public/bug5598'Nick Mathewson2012-06-11
|\ | | | | | | | | | | | | Conflicts: doc/tor.1.txt Conflict was on a formatting issue in the manpage.
| * Change the default for DynamicDHGroups to 0Nick Mathewson2012-06-06
| | | | | | | | | | | | | | | | | | | | | | | | This feature can make Tor relays less identifiable by their use of the mod_ssl DH group, but at the cost of some usability (#4721) and bridge tracing (#6087) regressions. We should try to turn this on by default again if we find that the mod_ssl group is uncommon and/or we move to a different DH group size (see #6088). Before we can do so, we need a fix for bugs #6087 and Resolves ticket #5598 for now.
* | List defaults consistently in manpageNick Mathewson2012-06-11
| | | | | | | | | | | | | | Nearly everywhere, we end options with "(Default: foo)". But in a few places, we inserted an extra period after or before the close parenthesis, and in a few other places we said "(Defaults to foo)". Let's not do that.
* | Correct the defaults for the *Statistics optionsNick Mathewson2012-06-07
|/
* clarify that LongLivedPorts is for hidden services tooRoger Dingledine2012-06-03
|
* Another dirport/orport correction; this one from "cypherpunks"Nick Mathewson2012-05-16
|
* Document that the ORPort flags apply to DirPort too. (thanks, Roger.)Nick Mathewson2012-05-16
|
* 5597: document new ORPort optionsNick Mathewson2012-05-16
|