aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Document path use bias options in the manpage.Mike Perry2013-01-18
|
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ | | | | | | | | | | | | Conflicts: src/or/cpuworker.c src/or/or.h src/test/bench.c
| * Document UseNTorHandshakeNick Mathewson2013-01-03
| |
* | Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson2012-12-25
|\ \
| * | Update manpage.Mike Perry2012-12-10
| | |
| * | Update manpage for new PathBias torrc options.Mike Perry2012-12-07
| | |
* | | Add documentation for directory guard optionsNick Mathewson2012-12-25
| | |
* | | Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
| | |
* | | Remove the obsolete doc/TODO.* filesNick Mathewson2012-12-17
| | | | | | | | | | | | Closes bug #7730.
* | | Document PreferIPv6Automap in the manpageNick Mathewson2012-12-17
| | |
* | | Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With an IPv6 virtual address map, we can basically hand out a new IPv6 address for _every_ address we connect to. That'll be cool, and will let us maybe get around prop205 issues. This uses some fancy logic to try to make the code paths in the ipv4 and the ipv6 case as close as possible, and moves to randomly generated addresses so we don't need to maintain those stupid counters that will collide if Tor restarts but apps don't. Also has some XXXX items to fix to make this useful. More design needed.
* | | Turn off by-default use of client-side DNS cacheing.Nick Mathewson2012-12-17
| | |
* | | Add documentation for the client-side DNS cache optionsNick Mathewson2012-12-17
| | |
* | | Merge branch 'fallback_dirsource_v3'Nick Mathewson2012-12-13
|\ \ \ | |/ / |/| |
| * | Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
| | |
| * | Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
| | |
| * | Add a way to configure selection weights for dir_server_tNick Mathewson2012-12-06
| | |
| * | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
| | | | | | | | | | | | | | | | | | This replaces the old FallbackConsensus notion, and should provide a way -- assuming we pick reasonable nodes! -- to give clients suggestions of placs to go to get their first consensus.
| * | Rename DirServer to DirAuthorityNick Mathewson2012-12-06
| |/
* / 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.