[tor-commits] [ooni-probe/master] Fixed an error with the test_timeout callback taking the wrong parameters, and

2012-12-17 Thread isis
commit 623eeca5b719be980c8ddb0444c89eecaf5cadd6 Author: Isis Lovecruft Date: Tue Dec 18 05:18:44 2012 + Fixed an error with the test_timeout callback taking the wrong parameters, and cleaned up a couple things due to the ooni logger formatting changes. --- ooni/oonicli.py |

[tor-commits] [ooni-probe/master] Cleaned up handling of missing file in /nettest or /test.

2012-12-17 Thread isis
commit d38df3373f9c56f191d17422e90f0703947d0093 Author: Isis Lovecruft Date: Tue Dec 18 01:13:12 2012 + Cleaned up handling of missing file in /nettest or /test. --- ooni/runner.py | 30 +- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/oo

[tor-commits] [ooni-probe/master] Merge branch 'master' into tcp-flags

2012-12-17 Thread isis
commit d8d286ac341dfc1a9cb56e8d5d4d1c49e7fee53a Merge: 2e93940 8d3a668 Author: Isis Lovecruft Date: Tue Dec 18 03:55:51 2012 + Merge branch 'master' into tcp-flags Conflicts: ooni/nettest.py ooni/oonicli.py ooni/reporter.py ooni/runner.py

[tor-commits] [ooni-probe/master] Merge branch 'dev-missing-test'

2012-12-17 Thread isis
commit 705587ae5d974bca56d0ac4c407bec4c312c37f4 Merge: d8d286a d38df33 Author: Isis Lovecruft Date: Tue Dec 18 04:07:47 2012 + Merge branch 'dev-missing-test' ooni/runner.py | 30 +- 1 files changed, 21 insertions(+), 9 deletions(-) __

[tor-commits] [ooni-probe/master] Merge remote-tracking branch 'tpo-common/master'

2012-12-17 Thread isis
commit 8d3a668a56b51bea4172f88fc0466d841e056fc1 Merge: 4142c7f 9212cba Author: Isis Lovecruft Date: Tue Dec 18 00:40:40 2012 + Merge remote-tracking branch 'tpo-common/master' README.md | 51 +-- before_i_commit.sh

[tor-commits] [ooni-probe/master] Apply patch from Dominic at Measurement Labs; adds check for missing file to

2012-12-17 Thread isis
commit 2e939403f73b39372030e63ac051b8f6233d6c31 Author: Dominic Hamon Date: Mon Dec 17 11:19:05 2012 + Apply patch from Dominic at Measurement Labs; adds check for missing file to commithook script. --- before_i_commit.sh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-

[tor-commits] [ooni-probe/master] Fixed a misnamed variable, and a call to log.err when there was not an error

2012-12-17 Thread isis
commit 4df3c8d2d0d55f4dd1ca5cce809f31e13c961aa6 Author: Isis Lovecruft Date: Mon Dec 17 09:27:18 2012 + Fixed a misnamed variable, and a call to log.err when there was not an error followed by an unhandled exception in ooni/utils/geodata.py. --- ooni/utils/geodata.py | 10 ++-

[tor-commits] [ooni-probe/master] Patched upstream scapy, see /ooni/lib/001-scapy_missing-exc.sh.patch. Modified

2012-12-17 Thread isis
commit 73fe964c1979e16672c14ccc652ef115634704ac Author: Isis Lovecruft Date: Thu Dec 13 21:17:28 2012 + Patched upstream scapy, see /ooni/lib/001-scapy_missing-exc.sh.patch. Modified txscapy so that user's running unpatched versions will also work. * Fixed timeout settings

[tor-commits] [ooni-probe/master] Updated .gitignore to exclude *.resume files.

2012-12-17 Thread isis
commit bef5d093b88d173165b8f3f77a73ae15342b9e9d Author: Isis Lovecruft Date: Thu Dec 13 19:53:15 2012 + Updated .gitignore to exclude *.resume files. --- .gitignore | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4cb07

[tor-commits] [ooni-probe/master] Updated ooniprobe.conf with the default_timeout setting for general maximum

2012-12-17 Thread isis
commit a07df95df0c79b989098e898b95f8d86ae2615ae Author: Isis Lovecruft Date: Thu Dec 13 19:50:00 2012 + Updated ooniprobe.conf with the default_timeout setting for general maximum connection timeout, and changed the old 'checktimeout' to be 'default_timeout'. --- ooni/reporter.

[tor-commits] [ooni-probe/master] Moved method NetTestCase._checkRequiredOptions() logic into a function in

2012-12-17 Thread isis
commit d476d8c9c25c432170a0542bb4c3b3e43ad081e7 Author: Isis Lovecruft Date: Wed Dec 12 18:29:03 2012 + Moved method NetTestCase._checkRequiredOptions() logic into a function in ooni/runner.py, because it was unnecessary and also more lines of code to put in nettest.py.

[tor-commits] [ooni-probe/master] Removed an import line from ooni/reporter.py which tried to import classes

2012-12-17 Thread isis
commit 017f249efc57650510ca6e3eba2c9aa12c3bc7a5 Author: Isis Lovecruft Date: Wed Dec 12 15:56:16 2012 + Removed an import line from ooni/reporter.py which tried to import classes which are now contained in ooni/reporter.py. --- ooni/reporter.py |1 - 1 files changed, 0 insertio

[tor-commits] [ooni-probe/master] Started fixing a bug in oonicli.updateStatusBar() and runner.runTestList()

2012-12-17 Thread isis
commit a6bc4d53d3288b85b9d4a2712f94f4a4c3e4862d Author: Isis Lovecruft Date: Thu Dec 13 02:20:01 2012 + Started fixing a bug in oonicli.updateStatusBar() and runner.runTestList() where the status bar hangs at 100%. It needs to be changed to use twisted.internet.task.Cooperator a

[tor-commits] [ooni-probe/master] Cleaned up logic for the reactor to callback to test_skip_class() in

2012-12-17 Thread isis
commit e5d1a84030ca5267015e3c8e33d6b3a419da2727 Author: Isis Lovecruft Date: Wed Dec 12 18:08:16 2012 + Cleaned up logic for the reactor to callback to test_skip_class() in ooni.runner.runTestCaseWithInput(). * Moved Exceptions classes to beginning of file. * Fixed a ra

[tor-commits] [ooni-probe/master] Fixed a bug where ooni.runner.processTest() expected an unnecessary

2012-12-17 Thread isis
commit fef56442ae930470c7160006dac72339c4af98fa Author: Isis Lovecruft Date: Wed Dec 12 19:14:45 2012 + Fixed a bug where ooni.runner.processTest() expected an unnecessary parameter. Also fixed a TypeError due to string formatting in runTestCasesWithInputUnit(), and a couple typ

[tor-commits] [ooni-probe/master] Cleaned up a couple of the comments in ooniprobe.conf.sample explaining the

2012-12-17 Thread isis
commit 252988c853ca5fd90a50efec7de539f84f184297 Author: Isis Lovecruft Date: Wed Dec 12 15:52:07 2012 + Cleaned up a couple of the comments in ooniprobe.conf.sample explaining the config options. --- ooniprobe.conf.sample |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-

[tor-commits] [ooni-probe/master] Merge remote-tracking branch 'tpo-common/master'

2012-12-17 Thread isis
commit 4142c7fc9e43620379e7d4fad19c231560b11e2a Merge: ac95afc 4648dd5 Author: Isis Lovecruft Date: Sun Dec 9 23:22:04 2012 + Merge remote-tracking branch 'tpo-common/master' HACKING| 82 ++- README.md

[tor-commits] [ooni-probe/master] Fixed error with reporting results for tcp flags tests, and cleaned up test

2012-12-17 Thread isis
commit 9688f83110a7d8986e20d665b93f4acbf6ba40f6 Author: Isis Lovecruft Date: Sun Dec 9 23:13:42 2012 + Fixed error with reporting results for tcp flags tests, and cleaned up test abort code. --- nettests/bridge_reachability/tcpsyn.py | 156 ++-- ooni/ne

[tor-commits] [ooni-probe/master] Updated .gitignore from copy of old repo

2012-12-17 Thread isis
commit ac95afc153037a804dbcaf8a510176b7517e76fe Author: Isis Lovecruft Date: Thu Dec 6 17:59:26 2012 + Updated .gitignore from copy of old repo --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d1015ab..4cb0775 100644

[tor-commits] [ooni-probe/master] Cleaning up test abort and skip code.

2012-12-17 Thread isis
commit 673aaa698a0cce371ef404ca4868dae21d3365e6 Author: Isis Lovecruft Date: Wed Dec 5 20:38:58 2012 + Cleaning up test abort and skip code. * Using log.catch in the form log.catch(func, *args, **kwargs) somehow causes '_catch' to be registered as a test_method,

[tor-commits] [ooni-probe/master] Refactoring tcp flag test

2012-12-17 Thread isis
commit 1029140ad660c12f4395df40baff641b534a062a Author: Isis Lovecruft Date: Thu Dec 6 04:29:55 2012 + Refactoring tcp flag test --- nettests/bridge_reachability/tcpsyn.py | 193 +++- ooni/nettest.py| 29 - ooni/oonicli.py

[tor-commits] [ooni-probe/master] Added timeout and abort for test inputs, methods, and classes.

2012-12-17 Thread isis
commit 4e52ebe138393a3d942460890047b24ff467fdbc Author: Isis Lovecruft Date: Mon Dec 3 17:47:32 2012 + Added timeout and abort for test inputs, methods, and classes. --- nettests/bridge_reachability/tcpsyn.py |2 +- ooni/nettest.py| 115

[tor-commits] [ooni-probe/master] fixup! Added abort methods

2012-12-17 Thread isis
commit 5767d0e52ccf0cd569d030554c2ff54871a3864b Author: Isis Lovecruft Date: Wed Dec 5 14:32:08 2012 + fixup! Added abort methods --- .gitignore |1 + ooni/nettest.py | 47 ++- ooni/runner.py | 31 ---

[tor-commits] [ooni-probe/master] Fixed log.warn() and log.fail, but blocking on a way for tests to call

2012-12-17 Thread isis
commit 214c62697cdbe18a61b6e650b0d198e9f3cfb358 Author: Isis Lovecruft Date: Wed Nov 28 18:45:39 2012 + Fixed log.warn() and log.fail, but blocking on a way for tests to call a method to abort themselves and hand execution control back to the runner. --- ooni/utils/log.py | 10 ++

[tor-commits] [ooni-probe/master] Merge branch 'tcpsyn-report' into tcpsyn-port

2012-12-17 Thread isis
commit 4d15117d2cf23af454d29494fdc42a084f658af0 Merge: eaecafe 214c626 Author: Isis Lovecruft Date: Fri Nov 30 12:08:43 2012 + Merge branch 'tcpsyn-report' into tcpsyn-port Conflicts: nettests/bridge_reachability/tcpsyn.py nettests/bridge_reachability/tcpsyn.py | 220

[tor-commits] [ooni-probe/master] Started implementing a way for a test to abort itself,

2012-12-17 Thread isis
commit 3750cb43e72eb7de8b01fc824bac3121fa9678f0 Author: Isis Lovecruft Date: Wed Nov 28 18:34:06 2012 + Started implementing a way for a test to abort itself, nettest.NetTestCase.__test_done__(). --- ooni/nettest.py |5 + 1 files changed, 5 insertions(+), 0 deletions(-) di

[tor-commits] [ooni-probe/master] Rearranged the logic of ensuring that the reactor is shutdown, and removed a

2012-12-17 Thread isis
commit c18718548bf0551e707fe4d2871bffe794b0e876 Author: Isis Lovecruft Date: Wed Nov 28 18:38:31 2012 + Rearranged the logic of ensuring that the reactor is shutdown, and removed a couple extra blank lines at the end of /ooni/utils/__init__.py and /ooni/utils/hacks.py. --- ooni

[tor-commits] [ooni-probe/master] Added connection timeout to geoIP requests.

2012-12-17 Thread isis
commit 989910435a48a7df612807717fc56ece9ce52832 Author: Isis Lovecruft Date: Tue Nov 27 14:16:53 2012 + Added connection timeout to geoIP requests. --- ooni/reporter.py | 19 --- ooni/utils/geodata.py | 16 ++-- ooniprobe.conf|8 ++--

[tor-commits] [ooni-probe/master] Added log.warn() and log.fail() functions to ooni's logger, and fixed the

2012-12-17 Thread isis
commit 037b4218e455b49240f1fe7a6826d03e60137765 Author: Isis Lovecruft Date: Tue Nov 27 14:22:21 2012 + Added log.warn() and log.fail() functions to ooni's logger, and fixed the deferred debugger in tcpsyn.setUp. --- nettests/bridge_reachability/tcpsyn.py |4 ++-- ooni/utils/lo

[tor-commits] [ooni-probe/master] Added warning suppression for scapy's logger to the beginning of oonicli.py.

2012-12-17 Thread isis
commit a382177448f004a29a26b970be9e01bd799f1f0b Author: Isis Lovecruft Date: Tue Nov 27 14:12:33 2012 + Added warning suppression for scapy's logger to the beginning of oonicli.py. --- ooni/oonicli.py | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/oon

[tor-commits] [ooni-probe/master] Added better reporting of statistics and safe packet information to TCPflags

2012-12-17 Thread isis
commit 1fa46bcb6d65a11b3209c07d8e14507d43303f1a Author: Isis Lovecruft Date: Tue Nov 27 14:07:52 2012 + Added better reporting of statistics and safe packet information to TCPflags test, which is a combined and condensed version of TCPsyn and TCPfin tests. * Tested pcap sup

[tor-commits] [ooni-probe/master] Ported tcpsyn to the new api.

2012-12-17 Thread isis
commit 69b43e9867c118fc796e76b11bcb6555f6e54f4e Author: Isis Lovecruft Date: Mon Nov 19 11:43:39 2012 + Ported tcpsyn to the new api. --- nettests/bridge_reachability/tcpsyn.py | 216 ooni/runner.py |3 +- 2 files changed, 2

[tor-commits] [ooni-probe/master] Trying out cerealizer for passing objects.

2012-12-17 Thread isis
commit f6f8aae1a78d2086103718eaf41dd80f663aaef1 Author: Isis Lovecruft Date: Fri Nov 23 05:49:20 2012 + Trying out cerealizer for passing objects. --- nettests/bridge_reachability/tcpsyn.py | 191 +++- 1 files changed, 89 insertions(+), 102 deletions(-) di

[tor-commits] [ooni-probe/master] Cleaned up report generation and results/logging display.

2012-12-17 Thread isis
commit d6a73bad105ece35794ad3709f17d1740275554c Author: Isis Lovecruft Date: Tue Nov 20 14:02:23 2012 + Cleaned up report generation and results/logging display. --- nettests/bridge_reachability/tcpsyn.py | 137 +++- 1 files changed, 64 insertions(+), 73 de

[tor-commits] [ooni-probe/master] Added an exception catching wrapper for quick debugging, and added more documentation.

2012-12-17 Thread isis
commit bc187d42b054fdcd06d8ab6ba262bc3bfd1cd71c Author: Isis Lovecruft Date: Fri Nov 23 05:41:44 2012 + Added an exception catching wrapper for quick debugging, and added more documentation. --- ooni/utils/log.py | 19 +++ ooni/utils/net.py | 35 +++

[tor-commits] [ooni-probe/master] Still working (amend me).

2012-12-17 Thread isis
commit eaecafea34c0acc1eb52bc0ade09796e45a335bf Author: Isis Lovecruft Date: Fri Nov 23 05:49:20 2012 + Still working (amend me). --- nettests/bridge_reachability/tcpsyn.py | 191 +++- 1 files changed, 89 insertions(+), 102 deletions(-) diff --git a/nettes

[tor-commits] [ooni-probe/master] Removed cerealizer because it sometimes causes the reporter to hang.

2012-12-17 Thread isis
commit 20137d4b331ca8d3016708a8641e6f31f0b9ef72 Author: Isis Lovecruft Date: Sun Nov 25 13:40:14 2012 + Removed cerealizer because it sometimes causes the reporter to hang. --- nettests/bridge_reachability/tcpsyn.py | 22 ++ 1 files changed, 2 insertions(+), 20 de

[tor-commits] [ooni-probe/master] Removed 'multi' kwarg from txscapy.ScapyProtocol for now, because Arturo is

2012-12-17 Thread isis
commit f7f03cd80b7ebfb8bdfa9763afb8707f78117c4a Author: Isis Lovecruft Date: Sun Nov 18 22:00:35 2012 + Removed 'multi' kwarg from txscapy.ScapyProtocol for now, because Arturo is correct that the parent classes don't correctly handle it. --- ooni/utils/txscapy.py |2 -- 1 file

[tor-commits] [ooni-probe/master] Consolidated a custom Exception class which was the same in ooni.utils.net and

2012-12-17 Thread isis
commit ea1d801f242c3a2ef4204867e6b92504c3be5456 Author: Isis Lovecruft Date: Sun Nov 18 21:45:02 2012 + Consolidated a custom Exception class which was the same in ooni.utils.net and ooni.oonicli. * Cleaned up documentation and indentation in oonicli.py, runner.py, u

[tor-commits] [ooni-probe/master] Updated ooni.inputunit.InputUnit documentation, and fixed __repr__ to show

2012-12-17 Thread isis
commit 8ab5a3ff1b131cb7794ec79aabde2e5cc3f780fa Author: Isis Lovecruft Date: Sun Nov 18 21:39:40 2012 + Updated ooni.inputunit.InputUnit documentation, and fixed __repr__ to show original input list. --- ooni/inputunit.py | 19 --- 1 files changed, 16 insertions(+

[tor-commits] [ooni-probe/master] Re-ported echo. Fixed parameters not being passed through txscapy.sr to parent methods.

2012-12-17 Thread isis
commit 8af6d133c5f48ae516842674602a5198c9dcece8 Author: Isis Lovecruft Date: Fri Nov 16 15:20:49 2012 + Re-ported echo. Fixed parameters not being passed through txscapy.sr to parent methods. --- nettests/bridge_reachability/echo.py | 141 - ooni/utils

[tor-commits] [ooni-probe/master] Reactor seems to not be cleared, or my actual network here is severely messed

2012-12-17 Thread isis
commit 9a2cb04b2f5938e8d11ecd13ba0e5d4b01f9cdef Author: Isis Lovecruft Date: Fri Nov 16 11:22:14 2012 + Reactor seems to not be cleared, or my actual network here is severely messed up. --- nettests/bridge_reachability/echo.py | 75 ++ 1 files cha

[tor-commits] [stem/master] Add more test cases for re-attaching event listeners

2012-12-17 Thread atagar
commit b20d7acc9cd6fad1fd17f8dddccf8473d0034a09 Author: Sean Robinson Date: Sat Dec 15 15:32:47 2012 -0700 Add more test cases for re-attaching event listeners This covers the three anticipated cases when re-attaching event listeners is required: Controller.authenticate(), stem

[tor-commits] [stem/master] Use threading.Event in event listener tests

2012-12-17 Thread atagar
commit f5620f2dbd4bbd5c3bdcb2c19abad765f4e324c3 Author: Sean Robinson Date: Sat Dec 15 15:28:11 2012 -0700 Use threading.Event in event listener tests wait() up to two seconds, for a threading.Event to be set() in the test event listener before continuing assertions. T

[tor-commits] r25949: {website} add WSJ article. (website/trunk/press/en)

2012-12-17 Thread Andrew Lewman
Author: phobos Date: 2012-12-18 04:42:41 + (Tue, 18 Dec 2012) New Revision: 25949 Modified: website/trunk/press/en/press.wml Log: add WSJ article. Modified: website/trunk/press/en/press.wml === --- website/trunk/press/en/pres

[tor-commits] [tor/master] Remove the obsolete doc/TODO.* files

2012-12-17 Thread nickm
commit a60680c2267706db081699445abcbcde4a81c526 Author: Nick Mathewson Date: Mon Dec 17 22:26:05 2012 -0500 Remove the obsolete doc/TODO.* files Closes bug #7730. --- doc/TODO | 12 +-- doc/TODO.021 | 386 - doc/

[tor-commits] [translation/vidalia_help] Update translations for vidalia_help

2012-12-17 Thread translation
commit 61afd48d80ec7947c8132286a0497f4ae661ba39 Author: Translation commit bot Date: Tue Dec 18 01:15:30 2012 + Update translations for vidalia_help --- da/netview.po | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/da/netview.po b/da/netv

[tor-commits] [translation/vidalia_help] Update translations for vidalia_help

2012-12-17 Thread translation
commit d410426ac7f18acf6dad3e4e2f61234b77124326 Author: Translation commit bot Date: Tue Dec 18 00:45:29 2012 + Update translations for vidalia_help --- da/netview.po | 31 +++ 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/da/netview.po

[tor-commits] r25948: {website} update the list of mirrors. (in website/trunk: . include)

2012-12-17 Thread Andrew Lewman
Author: phobos Date: 2012-12-17 23:47:47 + (Mon, 17 Dec 2012) New Revision: 25948 Modified: website/trunk/include/mirrors-table.wmi website/trunk/update-mirrors.pl Log: update the list of mirrors. Modified: website/trunk/include/mirrors-table.wmi ===

[tor-commits] r25947: {website} comment out the iframe so we're not telling stanford.edu eve (website/trunk/docs/en)

2012-12-17 Thread Andrew Lewman
Author: phobos Date: 2012-12-17 22:37:29 + (Mon, 17 Dec 2012) New Revision: 25947 Modified: website/trunk/docs/en/pluggable-transports.wml Log: comment out the iframe so we're not telling stanford.edu everyone who browses the page. Modified: website/trunk/docs/en/pluggable-transports.wml

[tor-commits] r25946: {website} Update jobs page with info about support/translators (website/trunk/about/en)

2012-12-17 Thread Runa Sandvik
Author: runa Date: 2012-12-17 20:55:07 + (Mon, 17 Dec 2012) New Revision: 25946 Added: website/trunk/about/en/jobs-translatorsupport.wml Modified: website/trunk/about/en/jobs.wml website/trunk/about/en/sidenav.wmi Log: Update jobs page with info about support/translators Added: webs

[tor-commits] [tor/master] Add missing doxygen for DNS and automap code

2012-12-17 Thread nickm
commit 4ded40b0cadda803c2f1dc17f90f83f64d479392 Author: Nick Mathewson Date: Sun Nov 25 15:12:44 2012 -0500 Add missing doxygen for DNS and automap code --- src/or/or.h | 41 + 1 files changed, 37 insertions(+), 4 deletions(-) diff --git a/src/or/

[tor-commits] [tor/master] Document PreferIPv6Automap in the manpage

2012-12-17 Thread nickm
commit c1226cf4f90b6b4a0b13b3eaf1c62ca98874ccf7 Author: Nick Mathewson Date: Sun Nov 25 15:33:07 2012 -0500 Document PreferIPv6Automap in the manpage --- doc/tor.1.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ec350ba..

[tor-commits] [tor/master] Describe IPv6 automap changes

2012-12-17 Thread nickm
commit 40a9842090fbf3ecbc155e5be11e200c9aef1a08 Author: Nick Mathewson Date: Sun Nov 25 16:43:32 2012 -0500 Describe IPv6 automap changes --- changes/ipv6_automap | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/changes/ipv6_automap b/changes/ipv6_automa

[tor-commits] [tor/master] Merge branch 'ticket7570_7571'

2012-12-17 Thread nickm
commit 9b9cc6774fe81e5bf68293308f713d19816ff6da Merge: 3874e74 4a07ea4 Author: Nick Mathewson Date: Mon Dec 17 15:49:09 2012 -0500 Merge branch 'ticket7570_7571' Conflicts: src/or/routerlist.c changes/ipv6_automap | 19 +++ changes/prop205-simplified | 25

[tor-commits] [tor/master] Drop the maximum attempts to get a virtual address to 1000.

2012-12-17 Thread nickm
commit 4a07ea4a8c41c55ef4d8341ddf67601d3f09711a Author: Nick Mathewson Date: Sun Nov 25 17:19:25 2012 -0500 Drop the maximum attempts to get a virtual address to 1000. This is good enough to give P_success >= 999,999,999/1,000,000,000 so long as the address space is less than 9

[tor-commits] [tor/master] Per-listener option to prefer IPv6 automaps when possible.

2012-12-17 Thread nickm
commit 8d080d0b01f61c282ca8843801f2ebc8ae98c764 Author: Nick Mathewson Date: Sun Nov 25 14:51:36 2012 -0500 Per-listener option to prefer IPv6 automaps when possible. --- src/or/config.c |9 - src/or/connection.c |3 +++ src/or/connection_edge.c | 10 +++

[tor-commits] [tor/master] Build and test most of the machinery needed for IPv6 virtualaddrmaps

2012-12-17 Thread nickm
commit de4cc126cbb5e663bdd048fd782fde869be7b80a Author: Nick Mathewson Date: Fri Nov 23 17:31:53 2012 -0500 Build and test most of the machinery needed for IPv6 virtualaddrmaps With an IPv6 virtual address map, we can basically hand out a new IPv6 address for _every_ address we

[tor-commits] [tor/master] Don't use the cache when changing an IP address because of an exit policy

2012-12-17 Thread nickm
commit 8eb422e7bda1d9ffbd0032f343c7a00af6d81ef2 Author: Nick Mathewson Date: Tue Nov 27 20:53:09 2012 -0500 Don't use the cache when changing an IP address because of an exit policy --- src/or/relay.c | 25 - 1 files changed, 12 insertions(+), 13 deletions(-) dif

[tor-commits] [tor/master] Refactor the code to check if an address is matched by automapsuffixes

2012-12-17 Thread nickm
commit 963b3d15492c6cda3feac6efcff768913352ac2c Author: Nick Mathewson Date: Sun Nov 25 14:31:35 2012 -0500 Refactor the code to check if an address is matched by automapsuffixes --- src/or/addressmap.c | 28 +++- src/or/addressmap.h |2 ++ src/or/co

[tor-commits] [tor/master] Fixed an unused-variable warning

2012-12-17 Thread nickm
commit 8969d9e0b6b95e29713ffabc7cb4492a4dba2e28 Author: Nick Mathewson Date: Thu Dec 6 11:45:06 2012 -0500 Fixed an unused-variable warning --- src/or/connection_edge.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/or/connection_edge.c b/src/or/connection_

[tor-commits] [tor/master] Fix another uninitialized var warning from GCC

2012-12-17 Thread nickm
commit 88d7312ff29cda982f928caf3ddab4df189b245c Author: Nick Mathewson Date: Thu Dec 6 12:26:10 2012 -0500 Fix another uninitialized var warning from GCC --- src/or/routerlist.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/routerlist.c b/src/or/routerlis

[tor-commits] [tor/master] Turn off by-default use of client-side DNS cacheing.

2012-12-17 Thread nickm
commit ac990aa44a2e3f2b03f2f91e93847230c744dc5c Author: Nick Mathewson Date: Sun Nov 25 15:36:35 2012 -0500 Turn off by-default use of client-side DNS cacheing. --- doc/tor.1.txt |4 +++- src/or/config.c |3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/t

[tor-commits] [tor/master] changes entry for disabling cache usage by default

2012-12-17 Thread nickm
commit 593b235cc95f3b4a3b6c2abec852a59786cb768b Author: Nick Mathewson Date: Sun Nov 25 16:45:24 2012 -0500 changes entry for disabling cache usage by default --- changes/prop205-simplified |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changes/prop205-simp

[tor-commits] [tor/master] Changes file for new DNS caching options

2012-12-17 Thread nickm
commit 522e90d6610da3ca809c842b452c56ecab5d501b Author: Nick Mathewson Date: Sun Nov 25 16:38:29 2012 -0500 Changes file for new DNS caching options --- changes/prop205-simplified | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/changes/prop205-

[tor-commits] [tor/master] Refactor port_cfg_t creation into a port_cfg_new() function

2012-12-17 Thread nickm
commit 7315a6764675ca2a148554488504f5abf98ff7e6 Author: Nick Mathewson Date: Sun Nov 25 14:57:10 2012 -0500 Refactor port_cfg_t creation into a port_cfg_new() function This function gives us a single place to set reasonable default flags for port_cfg_t entries, to avoid bugs li

[tor-commits] [tor/master] Add documentation for the client-side DNS cache options

2012-12-17 Thread nickm
commit bde6f2daba59fc75ec32d91e2a29f8d21a08d487 Author: Nick Mathewson Date: Sun Nov 25 15:30:11 2012 -0500 Add documentation for the client-side DNS cache options --- doc/tor.1.txt | 29 - 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/doc/to

[tor-commits] [tor/master] Implement option to turn off DNS cache modification by a client port

2012-12-17 Thread nickm
commit 7536c40e9641a0724f0c9e6f994306d762d37e4d Author: Nick Mathewson Date: Sun Nov 25 13:45:36 2012 -0500 Implement option to turn off DNS cache modification by a client port (This is part 3 of making DNS cache use enabled/disabled on a per-client port basis. This implements

[tor-commits] [tor/master] Oops: make the check for not adding ip->ip DNS maps correct

2012-12-17 Thread nickm
commit 32219d83134c861abad5a7d37f93f3ec4b492398 Author: Nick Mathewson Date: Sun Nov 25 13:38:27 2012 -0500 Oops: make the check for not adding ip->ip DNS maps correct --- src/or/addressmap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/addressmap.c b/sr

[tor-commits] [tor/master] Oops; make DNSPort configuration take address family options

2012-12-17 Thread nickm
commit 44a9a47706f4dbca2386b0d5cc5cd3aea5781d59 Author: Nick Mathewson Date: Sun Nov 25 13:24:37 2012 -0500 Oops; make DNSPort configuration take address family options --- src/or/config.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/config.c b/src/or/co

[tor-commits] [tor/master] Add options to turn DNS cache use on or off per client port.

2012-12-17 Thread nickm
commit d3e9e03cacda3d99f3c585fd7bc00b3dd2390d61 Author: Nick Mathewson Date: Sun Nov 25 13:18:26 2012 -0500 Add options to turn DNS cache use on or off per client port. (This is part 1 of making DNS cache use enabled/disabled on a per-client port basis. These options are shuff

[tor-commits] [tor/master] Implement option to turn off DNS cache use on a client port

2012-12-17 Thread nickm
commit f33487668f16dbd7f95eaf8644865c28e1dd7036 Author: Nick Mathewson Date: Sun Nov 25 13:45:36 2012 -0500 Implement option to turn off DNS cache use on a client port (This is part 2 of making DNS cache use enabled/disabled on a per-client port basis. This implements the Cach

[tor-commits] [tor/master] Avoid a 'may be used uninitialized' warning

2012-12-17 Thread nickm
commit 3874e74b49f7f8a7d957e6780679a4aebaddf90a Author: Nick Mathewson Date: Mon Dec 17 11:14:12 2012 -0500 Avoid a 'may be used uninitialized' warning Fixes bug 7746; bug not in any released version of Tor. --- src/or/routerlist.c |2 +- 1 files changed, 1 insertions(+), 1 de

[tor-commits] r25945: {} We have enough applications now (for most languages) (website/trunk/about/en)

2012-12-17 Thread Runa Sandvik
Author: runa Date: 2012-12-17 16:02:20 + (Mon, 17 Dec 2012) New Revision: 25945 Removed: website/trunk/about/en/jobs-translatorsupport.wml Log: We have enough applications now (for most languages) Deleted: website/trunk/about/en/jobs-translatorsupport.wml =

[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2012-12-17 Thread translation
commit 4e564273a9176b1df919d3a1353de8e75dd32051 Author: Translation commit bot Date: Mon Dec 17 12:16:03 2012 + Update translations for tails-persistence-setup_completed --- de/de.po | 328 ++ 1 files changed, 328 insertions(

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2012-12-17 Thread translation
commit 0b5a6315cf23c8db7b3a3bcfbed84133954f3436 Author: Translation commit bot Date: Mon Dec 17 12:16:01 2012 + Update translations for tails-persistence-setup --- de/de.po | 60 ++-- 1 files changed, 30 insertions(+), 30 deleti

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2012-12-17 Thread translation
commit f02ef89a6f70e24c2c2bd0316381f70a457d9e3b Author: Translation commit bot Date: Mon Dec 17 12:15:58 2012 + Update translations for liveusb-creator_completed --- de/de.po | 410 ++ 1 files changed, 410 insertions(+), 0 de

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2012-12-17 Thread translation
commit 3c53e22492c53eee3a53ee85b58dc79aab5272e2 Author: Translation commit bot Date: Mon Dec 17 12:15:54 2012 + Update translations for liveusb-creator --- de/de.po | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/de/de.po b/de/de.po index fb532a2..7181

[tor-commits] [translation/tails-greeter_completed] Update translations for tails-greeter_completed

2012-12-17 Thread translation
commit 8cd69ec7239f10cac26badd406613f3cd327b18b Author: Translation commit bot Date: Mon Dec 17 11:16:02 2012 + Update translations for tails-greeter_completed --- de/de.po | 139 ++ 1 files changed, 139 insertions(+), 0 dele

[tor-commits] [translation/tails-greeter] Update translations for tails-greeter

2012-12-17 Thread translation
commit c4caf0256d2a560d4b334d47e8cb8e82254693d6 Author: Translation commit bot Date: Mon Dec 17 11:15:59 2012 + Update translations for tails-greeter --- de/de.po |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/de/de.po b/de/de.po index b27f9b6..468fb47