aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Update manpage for new PathBias torrc options.Mike Perry2012-12-07
|
* Expand the manpage to say: watch out for nonlocal socksNick Mathewson2012-12-07
| | | | This clears up the remaining issue stopping me from closing bug 6297.
* Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\
| * Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
| |
* | Add manual page entries for new IPv6-exits optionsNick Mathewson2012-11-14
| |
* | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \ | | | | | | | | | | | | Conflicts: src/or/geoip.c
| * | Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing2012-10-17
| | |
| * | Add GeoIP database for IPv6 addressesnils2012-10-17
| |/
* / Fix instructions for using Tor with gcovNick Mathewson2012-10-24
|/ | | | | | It seems as if our new build system broke gcov for me. I've tried to fix doc/HACKING to describe what I needed to do in order to make it work again.
* Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg2012-09-20
| | | | Implements ticket 6786.
* Merge branch 'bug6843'Nick Mathewson2012-09-19
|\
| * Fix dependency checking on manpage buildsNick Mathewson2012-09-14
| | | | | | | | Fixes bug 6843; bugfix on 0.2.4.1-alpha.
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-19
|\ \ | |/ |/|
| * Clarify that hidden services are TCP onlyNick Mathewson2012-09-19
| | | | | | | | | | | | Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
* | 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.