[tor-commits] [translation/mat-gui] Update translations for mat-gui

2014-02-06 Thread translation
commit 066776c65ee910da181f0d67dd90b44cffa3bfaa Author: Translation commit bot Date: Thu Feb 6 11:45:27 2014 + Update translations for mat-gui --- sv.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/sv.po b/sv.po index 82c7688..732be3c 100644 -

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2014-02-06 Thread translation
commit 151b53a620fbcd4919f3382b498f762d2c8cbdb4 Author: Translation commit bot Date: Thu Feb 6 12:15:27 2014 + Update translations for mat-gui --- sv.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sv.po b/sv.po index 732be3c..9602761 100644 --- a/sv.p

[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2014-02-06 Thread translation
commit fe45c5dd2a3b5d8f2634eb0f598df88f411714a2 Author: Translation commit bot Date: Thu Feb 6 12:15:30 2014 + Update translations for mat-gui_completed --- sv.po | 104 - 1 file changed, 65 insertions(+), 39 deletions(-)

[tor-commits] [ooni-probe/master] Use the debian package instead of setup-dependencies

2014-02-06 Thread art
commit 83c76501e0005ce3ef7787a53efa73638a5b17f9 Author: Arturo Filastò Date: Tue Jan 28 22:24:16 2014 +0100 Use the debian package instead of setup-dependencies --- Vagrantfile | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Vagrantfile b

[tor-commits] [ooni-probe/master] Merge pull request #275 from TheTorProject/fix/test_timeout

2014-02-06 Thread art
commit 7a132ea7c6b670ad8d577d894238287b6439b0e7 Merge: 6d5cf42 e258788 Author: aagbsn Date: Mon Feb 3 10:14:57 2014 -0800 Merge pull request #275 from TheTorProject/fix/test_timeout Write test that reproduces HTTP test stalling condition. ooni/errors.py | 11 ++

[tor-commits] [ooni-probe/master] Properly handle the cancelled failure.

2014-02-06 Thread art
commit 4ec9ff261c020d90ca3c45e9f81c1c9e70ff9936 Author: Arturo Filastò Date: Mon Feb 3 18:16:31 2014 +0100 Properly handle the cancelled failure. --- ooni/errors.py | 11 ++- ooni/reporter.py |2 +- ooni/tasks.py|9 +++-- 3 files changed, 14 insertions(+), 8 de

[tor-commits] [ooni-probe/master] Fix the unittests for the oonibclient.

2014-02-06 Thread art
commit 565e6ddd4fed36fce77d4c8d1c94190c9db6b1de Author: Arturo Filastò Date: Tue Jan 28 15:43:53 2014 +0100 Fix the unittests for the oonibclient. --- ooni/oonibclient.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ooni/oonibclient.py b/ooni/oonibclient

[tor-commits] [ooni-probe/master] Write test that reproduces HTTP test stalling condition.

2014-02-06 Thread art
commit df8d9b46a3d4e6d258afb49e45b68c2a75abbe13 Author: Arturo Filastò Date: Mon Feb 3 16:29:14 2014 +0100 Write test that reproduces HTTP test stalling condition. The condition would happen when a HTTP server would keep the connection open without sending any data. The proble

[tor-commits] [ooni-probe/master] Merge pull request #280 from TheTorProject/fix/ooni_home_fix

2014-02-06 Thread art
commit 41bab56c3639024127c533dda63d5fe881e5c0f0 Merge: 7a132ea bd56669 Author: aagbsn Date: Wed Feb 5 17:24:52 2014 + Merge pull request #280 from TheTorProject/fix/ooni_home_fix Properly expand the home directory to that of the user running ooniprobe... ooni/settings.py |

[tor-commits] [ooni-probe/master] Merge pull request #272 from TheTorProject/fix/oonibclient

2014-02-06 Thread art
commit 6d5cf42602085274f62248322a6ec9b8f6b856d8 Merge: 1e23f26 064e9ab Author: aagbsn Date: Thu Jan 30 09:56:26 2014 -0800 Merge pull request #272 from TheTorProject/fix/oonibclient Fix/oonibclient ooni/oonibclient.py| 10 +- ooni/tests/test_oonibclient.py |

[tor-commits] [ooni-probe/master] Properly expand the home directory to that of the user running ooniprobe.

2014-02-06 Thread art
commit bd56669bb78bd6d248492adb16bee719a201a4d3 Author: Arturo Filastò Date: Wed Feb 5 13:46:32 2014 +0100 Properly expand the home directory to that of the user running ooniprobe. Previously when running ooniprobe under sudo you would not get the correct home directory becau

[tor-commits] [ooni-probe/master] Merge pull request #271 from TheTorProject/fix/vagrantfile

2014-02-06 Thread art
commit 1e23f26c40e17d0d474f7bf820d4749eb04969be Merge: 39884fc 83c7650 Author: aagbsn Date: Thu Jan 30 09:55:40 2014 -0800 Merge pull request #271 from TheTorProject/fix/vagrantfile Use the debian package instead of setup-dependencies Vagrantfile | 26 ++

[tor-commits] [ooni-probe/master] Fix import error in test_managers.

2014-02-06 Thread art
commit e258788abe2fdb46efb0035dea5ab813fb081bf9 Author: Arturo Filastò Date: Mon Feb 3 18:44:25 2014 +0100 Fix import error in test_managers. --- ooni/tests/test_managers.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/tests/test_managers.py b/ooni/tests/tes

[tor-commits] [ooni-probe/master] Add tests for the oonib reporting API

2014-02-06 Thread art
commit 064e9ab510901db095433f526536a199bac8ce85 Author: Arturo Filastò Date: Wed Jan 29 21:22:21 2014 +0100 Add tests for the oonib reporting API --- ooni/tests/test_oonibclient.py | 36 1 file changed, 36 insertions(+) diff --git a/ooni/tests/test_

[tor-commits] [ooni-probe/master] Silence the dummy protocol

2014-02-06 Thread art
commit 823acb79def9091f6efe6d88623253da2ee65c2b Author: Arturo Filastò Date: Mon Feb 3 16:43:11 2014 +0100 Silence the dummy protocol --- ooni/tests/test_nettest.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/tests/test_nettest.py b/ooni/tests/test_nettest.

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

2014-02-06 Thread translation
commit 6d982f4dd16d3e49a06d5fe0ace9d5277028e6ad Author: Translation commit bot Date: Thu Feb 6 16:45:18 2014 + Update translations for liveusb-creator --- nb/nb.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nb/nb.po b/nb/nb.po index 905cd34..35

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

2014-02-06 Thread translation
commit 29f6b8ccc92b710fd8ca608c256895a8aa4747ec Author: Translation commit bot Date: Thu Feb 6 16:45:39 2014 + Update translations for tails-misc --- nb.po | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nb.po b/nb.po index 1bda1f3..cef0f51 100644 --

[tor-commits] r26591: {website} Updating 'Build Better Pluggable Transports' Applying a patc (website/trunk/getinvolved/en)

2014-02-06 Thread Damian Johnson
Author: atagar Date: 2014-02-06 16:52:25 + (Thu, 06 Feb 2014) New Revision: 26591 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Updating 'Build Better Pluggable Transports' Applying a patch from Ximin for the 'Build Better Pluggable Transports' project. Modified: website/tru

[tor-commits] r26592: {website} Noting Torouter as a potential user of a web dashboard Good (website/trunk/getinvolved/en)

2014-02-06 Thread Damian Johnson
Author: atagar Date: 2014-02-06 17:07:37 + (Thu, 06 Feb 2014) New Revision: 26592 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Noting Torouter as a potential user of a web dashboard Good point by Karsten regarding the web dashboard project. Modified: website/trunk/getinvolv

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

2014-02-06 Thread translation
commit 0a44a24678023f928ee9dae4fa6fbe7e29ff9da7 Author: Translation commit bot Date: Thu Feb 6 17:15:40 2014 + Update translations for tails-misc --- nb.po | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/nb.po b/nb.po index cef0f51..

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

2014-02-06 Thread translation
commit e4448590066c271872a42d19747a41a9c8e06eea Author: Translation commit bot Date: Thu Feb 6 17:15:20 2014 + Update translations for liveusb-creator --- nb/nb.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nb/nb.po b/nb/nb.po index 35c3527..6ed3b20 100644 -

[tor-commits] [tor/release-0.2.4] Clarify DirPort multiplicity

2014-02-06 Thread arma
commit 35115496511f64c08849a039c926910739467169 Author: Nick Mathewson Date: Mon Dec 23 19:00:46 2013 -0500 Clarify DirPort multiplicity Fix for #10470 as suggested by arma --- changes/bug10470 |4 doc/tor.1.txt|3 ++- 2 files changed, 6 insertions(+), 1 deletion(

[tor-commits] [tor/release-0.2.4] Merge branch 'maint-0.2.4' into release-0.2.4

2014-02-06 Thread arma
commit d9c111d954c6b3b7cd4704b4bec8d830ffa056f6 Merge: 3cb5c70 3511549 Author: Roger Dingledine Date: Thu Feb 6 12:28:49 2014 -0500 Merge branch 'maint-0.2.4' into release-0.2.4 changes/bug10470 |4 doc/tor.1.txt|3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/master] Rename sun to s_un in test_addr.c

2014-02-06 Thread nickm
commit 34740a17ea8145f7d308991b710e759b90a0d87b Author: Nick Mathewson Date: Thu Feb 6 12:36:33 2014 -0500 Rename sun to s_un in test_addr.c Apparently the compiler on solaris 9 didn't like "sun" as an identifier. Fix for bug 10565; bugfix on 0.2.5.1-alpha. --- changes/bu

[tor-commits] [tor/maint-0.2.4] Add a missing include

2014-02-06 Thread nickm
commit 655adbf6677fde28ba37f029701083901eda7efd Author: Nick Mathewson Date: Thu Feb 6 13:25:36 2014 -0500 Add a missing include --- src/or/status.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/or/status.c b/src/or/status.c index 4c42155..69f92ed 100644 --- a/src/or/status.c

[tor-commits] [tor/maint-0.2.4] Merge branch 'bug10485_024' into maint-0.2.4

2014-02-06 Thread nickm
commit 534acf400e017adf489dfe3eca87ad82bbc15167 Merge: 3511549 edc6fa2 Author: Nick Mathewson Date: Thu Feb 6 13:24:12 2014 -0500 Merge branch 'bug10485_024' into maint-0.2.4 changes/bug10485 |4 src/or/main.c|5 - src/or/rephist.c |1 - src/or/status.c |3 ++

[tor-commits] [tor/maint-0.2.4] Deliver circuit handshake counts as part of the heartbeat

2014-02-06 Thread nickm
commit edc6fa25706534b35259111797fade88c9b694da Author: Nick Mathewson Date: Thu Feb 6 13:03:01 2014 -0500 Deliver circuit handshake counts as part of the heartbeat Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc. --- changes/bu

[tor-commits] [tor/master] Merge branch 'bug10485_024' into maint-0.2.4

2014-02-06 Thread nickm
commit 534acf400e017adf489dfe3eca87ad82bbc15167 Merge: 3511549 edc6fa2 Author: Nick Mathewson Date: Thu Feb 6 13:24:12 2014 -0500 Merge branch 'bug10485_024' into maint-0.2.4 changes/bug10485 |4 src/or/main.c|5 - src/or/rephist.c |1 - src/or/status.c |3 ++

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2014-02-06 Thread nickm
commit 1b93e3c6d9802d64db7ce752717cf02ed35d1b60 Merge: 34740a1 655adbf Author: Nick Mathewson Date: Thu Feb 6 13:27:04 2014 -0500 Merge remote-tracking branch 'origin/maint-0.2.4' Conflicts: changes/bug10485 src/or/rephist.c src/or/status.c changes/bug1048

[tor-commits] [tor/master] Add a missing include

2014-02-06 Thread nickm
commit 655adbf6677fde28ba37f029701083901eda7efd Author: Nick Mathewson Date: Thu Feb 6 13:25:36 2014 -0500 Add a missing include --- src/or/status.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/or/status.c b/src/or/status.c index 4c42155..69f92ed 100644 --- a/src/or/status.c

[tor-commits] [tor/master] Deliver circuit handshake counts as part of the heartbeat

2014-02-06 Thread nickm
commit edc6fa25706534b35259111797fade88c9b694da Author: Nick Mathewson Date: Thu Feb 6 13:03:01 2014 -0500 Deliver circuit handshake counts as part of the heartbeat Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc. --- changes/bu

[tor-commits] [tor/master] changelog for 10793

2014-02-06 Thread nickm
commit 9e2de8cecc97a9bc6d346d309a1bd6a800a34751 Author: Nick Mathewson Date: Mon Feb 3 10:47:49 2014 -0500 changelog for 10793 --- changes/bug10793 |4 1 file changed, 4 insertions(+) diff --git a/changes/bug10793 b/changes/bug10793 new file mode 100644 index 000..24c4025 ---

[tor-commits] [tor/maint-0.2.4] changelog for 10793

2014-02-06 Thread nickm
commit 9e2de8cecc97a9bc6d346d309a1bd6a800a34751 Author: Nick Mathewson Date: Mon Feb 3 10:47:49 2014 -0500 changelog for 10793 --- changes/bug10793 |4 1 file changed, 4 insertions(+) diff --git a/changes/bug10793 b/changes/bug10793 new file mode 100644 index 000..24c4025 ---

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2014-02-06 Thread nickm
commit 2d41cab1502666eaace21f10385964737d246388 Merge: 1b93e3c 9e2de8c Author: Nick Mathewson Date: Thu Feb 6 16:12:42 2014 -0500 Merge remote-tracking branch 'origin/maint-0.2.4' ___ tor-commits mailing list tor-commits@lists.torproject.org http

[tor-commits] [tor/maint-0.2.4] Some anti-forensics paranoia...

2014-02-06 Thread nickm
commit 01132c93fdfd634475c6d56455efdfe1cff1fe83 Author: Florent Daigniere Date: Sun Feb 2 18:40:30 2014 + Some anti-forensics paranoia... sed -i 's/BN_free/BN_clear_free/g' --- src/common/crypto.c | 20 ++-- src/common/tortls.c |2 +- 2 files changed, 11

[tor-commits] [tor/master] Some anti-forensics paranoia...

2014-02-06 Thread nickm
commit 01132c93fdfd634475c6d56455efdfe1cff1fe83 Author: Florent Daigniere Date: Sun Feb 2 18:40:30 2014 + Some anti-forensics paranoia... sed -i 's/BN_free/BN_clear_free/g' --- src/common/crypto.c | 20 ++-- src/common/tortls.c |2 +- 2 files changed, 11

[tor-commits] [tor/master] Make the handling for usable-exit counting handle ExitNodes better

2014-02-06 Thread nickm
commit dffac251f1ac666f7e7855cfb800b8ed012ec359 Author: Nick Mathewson Date: Fri Jan 17 13:39:04 2014 -0500 Make the handling for usable-exit counting handle ExitNodes better It's possible to set your ExitNodes to contains only exits that don't have the Exit flag. If you do th

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug10543_024_v2'

2014-02-06 Thread nickm
commit 075482ff8091fb920dc00cd122482828d08ac3c8 Merge: 2d41cab dffac25 Author: Nick Mathewson Date: Thu Feb 6 16:25:26 2014 -0500 Merge remote-tracking branch 'public/bug10543_024_v2' changes/bug10543 |5 + src/or/nodelist.c | 25 - 2 files changed, 29 i

[tor-commits] [tor/maint-0.2.4] Try using INT_MAX, not SOMAXCONN, to set listen() backlog.

2014-02-06 Thread nickm
commit a2754d418dffb6188717d5e84d9bea59a2c9853b Author: Nick Mathewson Date: Wed Sep 11 13:30:45 2013 -0400 Try using INT_MAX, not SOMAXCONN, to set listen() backlog. Fall back to SOMAXCONN if INT_MAX doesn't work. We'd like to do this because the actual maximum is overrid

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2014-02-06 Thread nickm
commit 5990edd1952361faca4619728b50587061d81be7 Merge: 075482f b4e8d8d Author: Nick Mathewson Date: Thu Feb 6 16:29:33 2014 -0500 Merge remote-tracking branch 'origin/maint-0.2.4' ___ tor-commits mailing list tor-commits@lists.torproject.org http

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4

2014-02-06 Thread nickm
commit b4e8d8dc0e6f942346895a5cff123db3aa1f94d5 Merge: 9e2de8c a2754d4 Author: Nick Mathewson Date: Thu Feb 6 16:29:08 2014 -0500 Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4 changes/bug9716 |4 src/or/connection.c | 23 ++- 2 files

[tor-commits] [tor/maint-0.2.4] Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4

2014-02-06 Thread nickm
commit b4e8d8dc0e6f942346895a5cff123db3aa1f94d5 Merge: 9e2de8c a2754d4 Author: Nick Mathewson Date: Thu Feb 6 16:29:08 2014 -0500 Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4 changes/bug9716 |4 src/or/connection.c | 23 ++- 2 files

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

2014-02-06 Thread translation
commit 26fef6ee47607dac2dc7f7c1dc7b120409fdb9ac Author: Translation commit bot Date: Fri Feb 7 02:45:02 2014 + Update translations for bridgedb --- km/LC_MESSAGES/bridgedb.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/km/LC_MESSAGES/bridgedb.po b/km/LC_M

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

2014-02-06 Thread translation
commit 5ed0aaf3df8835470af4610a98b2701faa9e6574 Author: Translation commit bot Date: Fri Feb 7 02:45:08 2014 + Update translations for bridgedb_completed --- km/LC_MESSAGES/bridgedb.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/km/LC_MESSAGES/bridgedb.po

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

2014-02-06 Thread translation
commit 93c4fee536ad08008a612731c65250f9a53a0e4a Author: Translation commit bot Date: Fri Feb 7 06:45:46 2014 + Update translations for tails-iuk --- fa.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/fa.po b/fa.po index ee3b51d..b7ca164 100644