[tor-commits] [stem/master] Only doing raw controller requests via the prompt

2014-05-11 Thread atagar
commit 32b9f75825d0c67639ded301f76d8c599031a616 Author: Damian Johnson Date: Sun May 11 22:21:09 2014 -0700 Only doing raw controller requests via the prompt I was using our Controller's high level methods (get_info(), get_conf(), add_event_listeners()) for a couple reasons. Fi

[tor-commits] [stem/master] Providing an option to disable colorized prompt output

2014-05-11 Thread atagar
commit 87aecce52ff95c5f79759a4cd57b77280f4beefd Author: Damian Johnson Date: Sun May 11 16:21:29 2014 -0700 Providing an option to disable colorized prompt output Not everyone will probably want highly colorized output so providing an option to disable it. I dislike t

[tor-commits] [stem/master] Integrating python prompt into interpretor

2014-05-11 Thread atagar
commit 51160196e6b58d4d9bbb1cfd6eb318375300c7f4 Author: Damian Johnson Date: Sun May 11 15:37:55 2014 -0700 Integrating python prompt into interpretor Our prompt provided two modes: a python prompt or raw controller prompt. But why not combine the two? We now provide a

[tor-commits] [stem/master] Colorizing header banner

2014-05-11 Thread atagar
commit 1e56973e4cf251b7a29429435b1b97bcf353dbdc Author: Damian Johnson Date: Sun May 11 16:09:23 2014 -0700 Colorizing header banner Colorizing our prompt's initial output, with bolding to better emphasize the examples. --- stem/interpretor/__init__.py | 13 ++--- 1

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2014-05-11 Thread translation
commit c058755c1ed4e2d46791b3d9f1da46c087f54526 Author: Translation commit bot Date: Mon May 12 03:45:45 2014 + Update translations for torbutton-torbuttonproperties --- fa/torbutton.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fa/torbutto

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

2014-05-11 Thread translation
commit fac1cd2b5139d088a4fb1b8eb7bedf1665143d1c Author: Translation commit bot Date: Mon May 12 03:45:11 2014 + Update translations for torcheck_completed --- fa/torcheck.po |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fa/torcheck.po b/fa/torcheck.po i

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

2014-05-11 Thread translation
commit e4f8bf10c9333d8d2913d068f2e3a1fe49e350c6 Author: Translation commit bot Date: Mon May 12 03:45:08 2014 + Update translations for torcheck --- fa/torcheck.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fa/torcheck.po b/fa/torcheck.po index 925253

[tor-commits] [tor/master] Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.

2014-05-11 Thread nickm
commit d6e6c63baf4409766ffd82fc859187b6285b093f Author: dana koch Date: Mon May 12 09:16:06 2014 +1000 Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long. On OpenBSD 5.4, time_t is a 32-bit integer. These instances contain implicit treatment of long and t

[tor-commits] [tor/master] fix whitespace

2014-05-11 Thread nickm
commit 6267d4f97ae15d526eaf54d96332fe96cae89e0d Author: Nick Mathewson Date: Sun May 11 23:40:48 2014 -0400 fix whitespace --- src/test/test.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/test.h b/src/test/test.h index 712183f..861ce5a 100644 --- a/

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2014-05-11 Thread translation
commit 719b436807759aeccbe878e3f09339114959388b Author: Translation commit bot Date: Mon May 12 03:15:45 2014 + Update translations for torbutton-torbuttonproperties --- fa/torbutton.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fa/torbutto

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2014-05-11 Thread translation
commit 0ebc0b7ffc35f9521dd102c191a2ad1f27ab2f6b Author: Translation commit bot Date: Mon May 12 02:45:43 2014 + Update translations for torbutton-torbuttonproperties --- fa/torbutton.properties | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2014-05-11 Thread translation
commit 4e805784a0910908a088322fda28148ade4728ee Author: Translation commit bot Date: Mon May 12 02:15:43 2014 + Update translations for torbutton-torbuttonproperties --- fa/torbutton.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fa/torbutton.properti

[tor-commits] [tor-browser-bundle/master] Bug 11629: Merge changes due to fteproxy 0.2.14.

2014-05-11 Thread gk
commit 682f8f4d26d7df1b49a23c40dd7e7ca18f44ab90 Author: Georg Koppen Date: Sun May 11 20:27:21 2014 + Bug 11629: Merge changes due to fteproxy 0.2.14. --- .../PTConfigs/linux/torrc-defaults-appendix|2 +- Bundle-Data/PTConfigs/mac/torrc-defaults-appendix |2 +- .../lin

[tor-commits] [ooni-probe/master] Cast result to string before printing out log message.

2014-05-11 Thread art
commit ec11f24764d677589fde85cc1bd90860f0a6cccb Author: Arturo Filastò Date: Sun May 11 17:06:05 2014 +0200 Cast result to string before printing out log message. This prevents raising an exception when debug mode is enabled and a measurement succeeds. --- ooni/managers.py |

[tor-commits] [ooni-probe/master] Update Vagrantfile to also install geoip-database-contrib.

2014-05-11 Thread art
commit 1ba0291b0d86c063c20b16689dd857ffed00700f Author: Arturo Filastò Date: Sun May 11 16:28:00 2014 +0200 Update Vagrantfile to also install geoip-database-contrib. --- MANIFEST.in |1 + Vagrantfile |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in

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

2014-05-11 Thread translation
commit 3f1be14d27424694562cc27604524a382bec0a23 Author: Translation commit bot Date: Sun May 11 08:45:39 2014 + Update translations for tails-misc --- el.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 9d18c0e..51892d6 100644 --- a/el.po ++

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

2014-05-11 Thread translation
commit 3ee15c30962b67972d95cbdab3508bc71dc16a19 Author: Translation commit bot Date: Sun May 11 08:45:15 2014 + Update translations for https_everywhere --- el/https-everywhere.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el/https-everywhere.dtd b/

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

2014-05-11 Thread translation
commit 409b0ae7524b9365c7cfce72f4825542a7f907b2 Author: Translation commit bot Date: Sun May 11 08:45:19 2014 + Update translations for https_everywhere_completed --- el/https-everywhere.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el/https-everywh

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

2014-05-11 Thread translation
commit 5ea2ab875c81b960e354dcde01f342d122f98f04 Author: Translation commit bot Date: Sun May 11 08:45:53 2014 + Update translations for tails-iuk --- el.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/el.po b/el.po index 19e8a58..5a597c8 100644 ---

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

2014-05-11 Thread translation
commit a91554a8f82326f09cd1367d207bfcffadacac8d Author: Translation commit bot Date: Sun May 11 08:45:41 2014 + Update translations for tails-misc_completed --- el.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 9d18c0e..51892d6 100644 ---

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

2014-05-11 Thread translation
commit bcc1a41a18a828a8783e579d8f9c35fb05e490ba Author: Translation commit bot Date: Sun May 11 08:15:35 2014 + Update translations for tails-misc --- pl.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl.po b/pl.po index 213888c..ec67326 100644 --- a/pl.p

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

2014-05-11 Thread translation
commit a557df457f302e06fdbcc33dcef91554b43e9821 Author: Translation commit bot Date: Sun May 11 08:15:39 2014 + Update translations for tails-misc_completed --- pl.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl.po b/pl.po index 213888c..ec67326 100644