- Dec 17, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 07, 2012
-
-
Nick Mathewson authored
This clears up the remaining issue stopping me from closing bug 6297.
-
- Dec 06, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
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.
-
Nick Mathewson authored
-
- Nov 28, 2012
-
-
- Nov 15, 2012
-
-
Nick Mathewson authored
-
- Oct 24, 2012
-
-
Nick Mathewson authored
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.
-
- Oct 17, 2012
-
-
- Sep 20, 2012
-
-
Linus Nordberg authored
Implements ticket 6786.
-
- Sep 19, 2012
-
-
Nick Mathewson authored
Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
-
- Sep 14, 2012
-
-
Nick Mathewson authored
Fixes bug 6843; bugfix on 0.2.4.1-alpha.
-
Robert Ransom authored
-
- Sep 10, 2012
-
-
Roger Dingledine authored
addresses bug 6605.
-
- Sep 05, 2012
-
-
Roger Dingledine authored
The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB.
-
George Kadianakis authored
* 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
-
Linus Nordberg authored
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.
-
Linus Nordberg authored
This is a fix of unreleased tor. It solves ticket #6770.
-
Roger Dingledine authored
-
- Sep 04, 2012
-
-
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.
-
Nick Mathewson authored
This is the preferred filename to use with Autoconf 2.50 and later.
-
- Aug 31, 2012
-
-
Nick Mathewson authored
Bugfix for #6732.
-
- Aug 27, 2012
-
-
Nick Mathewson authored
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.
-
(commit message by nickm)
-
- Aug 23, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
(commit message by nickm)
-
- Aug 09, 2012
-
-
-
-
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/
-
- Aug 02, 2012
-
-
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.
-
- Jul 31, 2012
-
-
-
Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old note about using static libevent when building RPMs.
-
-
Nick Mathewson authored
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.
-