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

2013-06-24 Thread translation
commit 3dd83107ec33f7bd4eaee918ac1b2c6d6350afcf Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 07:15:29 2013 + Update translations for vidalia_alpha --- ko/vidalia_ko.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/vidalia_ko.po

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

2013-06-24 Thread translation
commit 64a36d4994a24250db2581e73f06b3642d5ee228 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 07:15:20 2013 + Update translations for vidalia --- ko/vidalia_ko.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/vidalia_ko.po

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

2013-06-24 Thread translation
commit 1a79ed162b6202acd4d6ef5d5fde234312a09266 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 07:15:26 2013 + Update translations for vidalia_completed --- ko/vidalia_ko.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2013-06-24 Thread translation
commit 76540d9eb3f61e283e1a92bc2294be8c732dc712 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 07:45:25 2013 + Update translations for vidalia_alpha --- ko/vidalia_ko.po | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

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

2013-06-24 Thread translation
commit f47e0277bb486f89960048691494f33bc670e72f Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 07:46:25 2013 + Update translations for torbirdy_completed --- ko/torbirdy.dtd |6 ++ 1 file changed, 6 insertions(+) diff --git a/ko/torbirdy.dtd

[tor-commits] [tor-browser-bundle/master] Include GeoIP file in bundles.

2013-06-24 Thread mikeperry
commit 313346c958be18de5e8f77d38ea45d5b4b93657c Author: Mike Perry mikeperry-...@torproject.org Date: Mon Jun 24 03:07:59 2013 -0700 Include GeoIP file in bundles. Fixes some EntryNode issues people ran into. --- gitian/descriptors/linux/gitian-tor.yml |4 +++-

[tor-commits] [tor/master] Fix #5584 - raise awareness of safer logging - warn about potentially unsafe config options

2013-06-24 Thread nickm
commit 10480dff01bece13fabb1d81fa847f95c3e839f0 Author: Marek Majkowski ma...@popcount.org Date: Thu Jun 13 17:29:14 2013 +0100 Fix #5584 - raise awareness of safer logging - warn about potentially unsafe config options --- changes/bug5584 |4 src/or/config.c | 15

[tor-commits] [stem/master] Clarifying why test's load_conf() expects an exception

2013-06-24 Thread atagar
commit 5f65f786dee22089323febc899bf2c85a53c99aa Author: Damian Johnson ata...@torproject.org Date: Mon Jun 24 09:23:16 2013 -0700 Clarifying why test's load_conf() expects an exception For a long while I've been puzzled why this load_conf() call asserted an exception. When I

[tor-commits] [tor/maint-0.2.4] Fix bug 9122: don't allow newdefaultoptions to be NULL

2013-06-24 Thread nickm
commit ca6aacce16ce057bab71900e078a24fcd63d250f Author: Nick Mathewson ni...@torproject.org Date: Mon Jun 24 09:56:25 2013 -0400 Fix bug 9122: don't allow newdefaultoptions to be NULL (This caused a crash that was reported as bug 9122, but the underlying behavior has been wrong

[tor-commits] [tor/master] Fix bug 9122: don't allow newdefaultoptions to be NULL

2013-06-24 Thread nickm
commit ca6aacce16ce057bab71900e078a24fcd63d250f Author: Nick Mathewson ni...@torproject.org Date: Mon Jun 24 09:56:25 2013 -0400 Fix bug 9122: don't allow newdefaultoptions to be NULL (This caused a crash that was reported as bug 9122, but the underlying behavior has been wrong

[tor-commits] [torspec/master] Noting that GETINFO ns/* options provide v3 directory information

2013-06-24 Thread nickm
commit d2b7ebb098c5cae9c40aaaf2bbc50efe67e1c91f Author: Damian Johnson ata...@torproject.org Date: Thu Jun 20 07:52:00 2013 -0700 Noting that GETINFO ns/* options provide v3 directory information Tor moved from v2 to v3 directory information in commit 3ad6dc0e. Prior to that

[tor-commits] [chutney/master] Make chutney exit with -1 on failure.

2013-06-24 Thread nickm
commit 19abaf8052e8a561536ec102f1c4f624d2494de6 Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Make chutney exit with -1 on failure. If the function implementing the command (the verb, in argv[1]) return False, exit with -1. Else exit with 0 as

[tor-commits] [chutney/master] Use values from errno instead of literal constants.

2013-06-24 Thread nickm
commit dfa4cd3a77ff5e5b3b2dfefff167efad3f546a8e Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Use values from errno instead of literal constants. Now it might even have a chance of working on non-linuxes! --- lib/chutney/Traffic.py |7 ---

[tor-commits] [chutney/master] When testing traffic, bind to 127.0.0.1 rather than localhost.

2013-06-24 Thread nickm
commit c987c77d183b462c3b960039abca020ad43b5133 Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 When testing traffic, bind to 127.0.0.1 rather than localhost. Proxy handshake fails with 0x5b on FreeBSD. I've seen it on Debian too but never chased

[tor-commits] [chutney/master] Add 'verify' command.

2013-06-24 Thread nickm
commit 8d75181d9c2a45b555f27e5126173026987ddf0d Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Add 'verify' command. Addresses #8531. --- lib/chutney/TorNet.py | 27 + lib/chutney/Traffic.py | 279

[tor-commits] [chutney/master] Add some documentation and comments.

2013-06-24 Thread nickm
commit 69301e1cb215576ff116b285f9098c243d1eeaf5 Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Add some documentation and comments. --- lib/chutney/Traffic.py | 49 ++-- 1 file changed, 47 insertions(+), 2

[tor-commits] [chutney/master] Report successfully connected at most once.

2013-06-24 Thread nickm
commit dc66b42be6a19cb5bb31ee1108c7d8a3c769491a Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Report successfully connected at most once. --- lib/chutney/Traffic.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [chutney/master] Exit with 255 since that's more explicit.

2013-06-24 Thread nickm
commit acb1aa3c2987eab96f86df87c26ddeaa7c646d45 Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Exit with 255 since that's more explicit. Rationale behind exit(-1) is that it turns into highest available number which hopefully won't collide with

[tor-commits] [chutney/master] Return 1 from Source.on_readable() when connected over proxy.

2013-06-24 Thread nickm
commit 2b948b5631ba6c5acfc381050520dc32dfac9a2e Author: Linus Nordberg li...@torproject.org Date: Wed Jun 5 15:48:57 2013 +0200 Return 1 from Source.on_readable() when connected over proxy. We used to return 8 by accident (8 minus length of emptied inbuf). This is more

[tor-commits] [chutney/master] Merge remote-tracking branch 'linus/bug8531'

2013-06-24 Thread nickm
commit 0351b06584cec37254dec1f6c8281f22b7798c22 Merge: 1678c99 2b948b5 Author: Nick Mathewson ni...@torproject.org Date: Mon Jun 24 13:08:15 2013 -0400 Merge remote-tracking branch 'linus/bug8531' lib/chutney/TorNet.py | 36 +- lib/chutney/Traffic.py | 328

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

2013-06-24 Thread translation
commit b0eb6e8d5339860b08808e5b0d818b72693a6677 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:16:13 2013 + Update translations for orbot_completed --- values-fr/strings.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2013-06-24 Thread translation
commit 06489c1a5a5dfd5b430710accea9a36077840f74 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:15:56 2013 + Update translations for orbot --- values-fr/strings.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2013-06-24 Thread translation
commit 5eaef5e5d47134ce56fc894efe8378574513aa10 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:19:14 2013 + Update translations for vidalia_completed --- ar/qt_ar.po|2 +- ar/vidalia_ar.po |2 +- bg/vidalia_bg.po |2 +-

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

2013-06-24 Thread translation
commit b1b2814fc0aea80d8d29320d23907d7fb9c69657 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:20:22 2013 + Update translations for vidalia_alpha --- ar/vidalia_ar.po |2 +- bg/vidalia_bg.po |2 +- cs/vidalia_cs.po |2 +-

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

2013-06-24 Thread translation
commit 50dee931341d629a133afdbcbffc9004acf56e46 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:22:15 2013 + Update translations for vidalia_help_completed --- ar/links.po|6 +++--- az/links.po|2 +- cs/links.po|4 ++-- cy/links.po

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

2013-06-24 Thread translation
commit 5eeaa0126439731e37014ed026ea9cf6964341e2 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:21:39 2013 + Update translations for vidalia_help --- ar/links.po|6 +++--- az/links.po|2 +- ca/links.po|2 +- cs/links.po|4

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

2013-06-24 Thread translation
commit 9455e85737442e55d6cc9ece55f9c961f318143b Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:23:15 2013 + Update translations for whisperback --- ar/ar.po |2 +- bg/bg.po |2 +- cs/cs.po |2 +- de/de.po |6 +++---

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

2013-06-24 Thread translation
commit 663ab595a88ef30013219c5285db5a4f53dcfa33 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:23:31 2013 + Update translations for whisperback_completed --- ar/ar.po |2 +- de/de.po |6 +++--- el/el.po |6 +++--- es/es.po

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

2013-06-24 Thread translation
commit 3a44db652b684185d7c17c164b021d851df89cc2 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:25:46 2013 + Update translations for mat-gui_completed --- ar.po|2 +- de.po|4 ++-- el.po|8 es.po|2 +- eu.po|

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

2013-06-24 Thread translation
commit 141f095834d089ae765196aa1ce7fe7a67123e37 Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:25:30 2013 + Update translations for mat-gui --- ar.po|2 +- de.po|4 ++-- el.po|8 es.po|2 +- eu.po|4 ++--

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

2013-06-24 Thread translation
commit cd9b136133a4504fcbf3eced54985abb9788e7aa Author: Translation commit bot translat...@torproject.org Date: Mon Jun 24 23:46:08 2013 + Update translations for liveusb-creator --- tr/tr.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git

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

2013-06-24 Thread translation
commit fe4942a8c555871419a6ed0d4e9ccb077f4c2669 Author: Translation commit bot translat...@torproject.org Date: Tue Jun 25 00:19:14 2013 + Update translations for vidalia_completed --- ar/qt_ar.po|2 +- ar/vidalia_ar.po |2 +- bg/vidalia_bg.po |2 +-

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

2013-06-24 Thread translation
commit 1e0d3cf405a34cb1c5eef3fe9d22b9cca7744b37 Author: Translation commit bot translat...@torproject.org Date: Tue Jun 25 00:20:21 2013 + Update translations for vidalia_alpha --- ar/vidalia_ar.po |2 +- bg/vidalia_bg.po |2 +- cs/vidalia_cs.po |2 +-

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

2013-06-24 Thread translation
commit ea1d9d2077202254d3d3d2f31dc23da23a0c772e Author: Translation commit bot translat...@torproject.org Date: Tue Jun 25 00:20:46 2013 + Update translations for vidalia_alpha_completed --- ar/vidalia_ar.po |2 +- de/vidalia_de.po |2 +- el/vidalia_el.po |

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

2013-06-24 Thread translation
commit 27c058bfcc453afac005125ed57f96977b6b0bd9 Author: Translation commit bot translat...@torproject.org Date: Tue Jun 25 00:21:32 2013 + Update translations for liveusb-creator --- tr/tr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr/tr.po b/tr/tr.po

[tor-commits] [tor-browser-bundle/master] Update TODO from recent fixes.

2013-06-24 Thread mikeperry
commit 358aa1494f5bef636a25808eebb7b7df59c33658 Author: Mike Perry mikeperry-...@torproject.org Date: Tue Jun 25 04:53:42 2013 +0400 Update TODO from recent fixes. --- gitian/TODO | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git