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

2013-10-02 Thread translation
commit 9f07879d7484c09149b78f2b651cd4465a4e3471 Author: Translation commit bot Date: Thu Oct 3 05:16:01 2013 + Update translations for torbirdy --- zh_TW/torbirdy.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh_TW/torbirdy.dtd b/zh_TW/torbirdy.

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

2013-10-02 Thread translation
commit cf914ead39a9716249dbe38bb7baf4ffb865f84a Author: Translation commit bot Date: Thu Oct 3 05:16:04 2013 + Update translations for torbirdy_completed --- zh_TW/torbirdy.dtd | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zh_TW/torbirdy.d

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Tor Browser's Firefox preference overrides.

2013-10-02 Thread mikeperry
commit 1ba17263eae605c90834e3ee3623e842ccf24a3a Author: Mike Perry Date: Wed Oct 2 22:10:54 2013 -0700 fixup! Tor Browser's Firefox preference overrides. Bug 9012: Hide infobar for missing plugins. --- browser/app/profile/000-tor-browser.js |1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Tor Browser's Firefox preference overrides.

2013-10-02 Thread mikeperry
commit 48c5ec7043f823517dbf0d3ff32d730cfeff505c Author: Mike Perry Date: Wed Oct 2 21:34:12 2013 -0700 fixup! Tor Browser's Firefox preference overrides. Bug 8364: Change the default entry page for the addons tab to the installed addons. --- browser/app/profile/000-tor-browser

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Tor Browser's Firefox preference overrides.

2013-10-02 Thread mikeperry
commit 17c3125a8bd088262368d8f9969c54e2bab309cc Author: Mike Perry Date: Wed Oct 2 21:30:35 2013 -0700 fixup! Tor Browser's Firefox preference overrides. Bug #9867: Make flash really click to play. --- browser/app/profile/000-tor-browser.js |1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Tor Browser's Firefox preference overrides.

2013-10-02 Thread mikeperry
commit 57a16557c8f26a44b2725a3e78cb04669cde96df Author: Mike Perry Date: Wed Oct 2 21:25:09 2013 -0700 fixup! Tor Browser's Firefox preference overrides. Remove polipo and privoxy from the banned ports list (finally). --- browser/app/profile/000-tor-browser.js |2 +- 1 file ch

[tor-commits] [check/master] Prevent multiple response.WriteHeader calls.

2013-10-02 Thread arlo
commit 5e5bd0cce147bfe1e077579abb33802978792cc5 Author: Arlo Breault Date: Wed Oct 2 21:02:55 2013 -0700 Prevent multiple response.WriteHeader calls. HEAD requests were causing the template executer to warn about ErrBodyNotAllowed. The error handler was then trying to return a

[tor-commits] [torbrowser/maint-2.3] Update startpage to unfiltered URL for TBB 2.3.

2013-10-02 Thread mikeperry
commit 26404d1a9571002506aa840b6f27fccaab3c6a1a Author: Mike Perry Date: Wed Oct 2 21:00:01 2013 -0700 Update startpage to unfiltered URL for TBB 2.3. The beta and the alphas seem to be fine. --- .../0014-Add-DDG-and-StartPage-to-Omnibox.patch| 43 ++-- 1 fil

[tor-commits] [tor/master] Bump version to 0.2.5.1-alpha-dev

2013-10-02 Thread nickm
commit a6b4934037d1308e91e12378b739a2742591a40d Author: Nick Mathewson Date: Wed Oct 2 22:41:41 2013 -0400 Bump version to 0.2.5.1-alpha-dev --- configure.ac |2 +- contrib/tor-mingw.nsi.in |2 +- src/win32/orconfig.h |2 +- 3 files changed, 3 insertions(+), 3 d

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Isolate the Image Cache per url bar domain.

2013-10-02 Thread mikeperry
commit a7d5d182fe32eb7f5ae8d3149e5f0c7f3dbfb11b Author: Mike Perry Date: Wed Oct 2 19:30:06 2013 -0700 fixup! Isolate the Image Cache per url bar domain. Make the image cache use the simplified GetFirstPartyURI API. --- image/src/imgLoader.cpp | 80 ++---

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

2013-10-02 Thread nickm
commit 0bec65277abed5567458e94c05c2b94f1b84e460 Merge: 938ee9b 557f332 Author: Nick Mathewson Date: Wed Oct 2 22:39:27 2013 -0400 Merge branch 'bug9880_fix' into maint-0.2.4 changes/bug9880 |8 src/or/channel.c |7 ++- src/or/channel.h |3 +++ 3 files changed, 17

[tor-commits] [tor/maint-0.2.4] Fix a bug in our bug 9776 fix.

2013-10-02 Thread nickm
commit 557f3329575cd6d1a2dd36fa8fb9cf0ac0b3f721 Author: Nick Mathewson Date: Wed Oct 2 21:42:24 2013 -0400 Fix a bug in our bug 9776 fix. By calling circuit_n_chan_done() unconditionally on close, we were closing pending connections that might not have been pending quite for

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Add mozIThirdPartyUtil.getFirstPartyURI API

2013-10-02 Thread mikeperry
commit 6d41ba055896b2fad9132b6d08b29a57bd22afa6 Author: Mike Perry Date: Wed Oct 2 19:20:03 2013 -0700 fixup! Add mozIThirdPartyUtil.getFirstPartyURI API Make getFirstPartyURI log+handle errors internally to simplify caller usage of the API. --- content/base/src/ThirdPartyUti

[tor-commits] [tor/master] Fix a bug in our bug 9776 fix.

2013-10-02 Thread nickm
commit 557f3329575cd6d1a2dd36fa8fb9cf0ac0b3f721 Author: Nick Mathewson Date: Wed Oct 2 21:42:24 2013 -0400 Fix a bug in our bug 9776 fix. By calling circuit_n_chan_done() unconditionally on close, we were closing pending connections that might not have been pending quite for

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

2013-10-02 Thread nickm
commit 0bec65277abed5567458e94c05c2b94f1b84e460 Merge: 938ee9b 557f332 Author: Nick Mathewson Date: Wed Oct 2 22:39:27 2013 -0400 Merge branch 'bug9880_fix' into maint-0.2.4 changes/bug9880 |8 src/or/channel.c |7 ++- src/or/channel.h |3 +++ 3 files changed, 17

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Isolate DOM storage to first party URI

2013-10-02 Thread mikeperry
commit 6627ae06096197c94a5ad1a9d45d17a9ec144828 Author: Mike Perry Date: Wed Oct 2 19:29:23 2013 -0700 fixup! Isolate DOM storage to first party URI Make DOM Storage isolation use the simpler GetFirstPartyURI call. --- docshell/base/nsDocShell.cpp | 21 +++--

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

2013-10-02 Thread nickm
commit 566645b5edb25aec55e6dffaf6f522456f661a9e Merge: e65b54e 0bec652 Author: Nick Mathewson Date: Wed Oct 2 22:40:01 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' changes/bug9880 |8 src/or/channel.c |7 ++- src/or/channel.h |3 +++ 3 files chang

[tor-commits] [check/master] Dry out querystring parsing.

2013-10-02 Thread arlo
commit c656794133794c1acc9a0e7a74f0cd380c42a110 Author: Arlo Breault Date: Wed Oct 2 19:18:47 2013 -0700 Dry out querystring parsing. --- handlers.go | 20 ++-- utils.go| 15 +++ 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/handlers.g

[tor-commits] r26378: {website} update announcements. (website/trunk/en)

2013-10-02 Thread Andrew Lewman
Author: phobos Date: 2013-10-03 02:07:05 + (Thu, 03 Oct 2013) New Revision: 26378 Modified: website/trunk/en/index.wml Log: update announcements. Modified: website/trunk/en/index.wml === --- website/trunk/en/index.wml 2013-1

[tor-commits] [check/master] Parse TorButton template.

2013-10-02 Thread arlo
commit d2705017343513afcc68ab5ab857a06d1ac95c24 Author: Arlo Breault Date: Wed Oct 2 19:03:46 2013 -0700 Parse TorButton template. --- utils.go |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils.go b/utils.go index edeed20..46e00b2 100644 --- a/utils.go +++ b/

[tor-commits] [tor-browser/tor-browser-17.0.9esr-1] fixup! Change the default Firefox profile directory to be TBB-relative.

2013-10-02 Thread mikeperry
commit f0519e332aa292b6b481dec6f9e6a22640157131 Author: Mike Perry Date: Wed Oct 2 18:31:31 2013 -0700 fixup! Change the default Firefox profile directory to be TBB-relative. For safety and future-proofing, remove the codepaths that touch empty strings. --- toolkit/xre/nsXREDirPr

[tor-commits] r26377: {website} point to https://www.eff.org/pages/tor-and-https from our wa (website/trunk/download/en)

2013-10-02 Thread Roger Dingledine
Author: arma Date: 2013-10-02 22:18:42 + (Wed, 02 Oct 2013) New Revision: 26377 Modified: website/trunk/download/en/download.wml Log: point to https://www.eff.org/pages/tor-and-https from our warnings Modified: website/trunk/download/en/download.wml ===

[tor-commits] r26375: {website} it's not called torbutton anymore (website/trunk/about/en)

2013-10-02 Thread Roger Dingledine
Author: arma Date: 2013-10-02 17:27:28 + (Wed, 02 Oct 2013) New Revision: 26375 Modified: website/trunk/about/en/overview.wml Log: it's not called torbutton anymore Modified: website/trunk/about/en/overview.wml === --- websit

[tor-commits] r26376: {website} actually make it a link too (website/trunk/about/en)

2013-10-02 Thread Roger Dingledine
Author: arma Date: 2013-10-02 17:33:50 + (Wed, 02 Oct 2013) New Revision: 26376 Modified: website/trunk/about/en/overview.wml Log: actually make it a link too Modified: website/trunk/about/en/overview.wml === --- website/trun

[tor-commits] r26374: {website} strip trailing whitespace (no changes) (website/trunk/about/en)

2013-10-02 Thread Roger Dingledine
Author: arma Date: 2013-10-02 17:26:38 + (Wed, 02 Oct 2013) New Revision: 26374 Modified: website/trunk/about/en/overview.wml Log: strip trailing whitespace (no changes) Modified: website/trunk/about/en/overview.wml === --- w

[tor-commits] [check/master] Switch to less ambiguous wording.

2013-10-02 Thread arlo
commit b53d83e91ec10b554f336c618e69430e04ad15ec Author: Arlo Breault Date: Wed Oct 2 09:58:13 2013 -0700 Switch to less ambiguous wording. It has been reported that some users are confused by the distinction between "This" and "Your" browser. https://github.com/arlolra

[tor-commits] [stem/master] Adding a hash method to our Version class

2013-10-02 Thread atagar
commit bcd849f0cbf3e5a823049dcea51f9158baf897b9 Author: Damian Johnson Date: Wed Oct 2 07:32:11 2013 -0700 Adding a hash method to our Version class Our Version class lacked a __hash__() method, causing it to behave unintuitively in dictionaries and sets... >>> from

[tor-commits] [doctor/master] Rate limiting recommended version notifications

2013-10-02 Thread atagar
commit afb2c6e47302602a135576c1de33019df4eacd0e Author: Damian Johnson Date: Wed Oct 2 07:42:38 2013 -0700 Rate limiting recommended version notifications Limiting notifications about the recommended versions being out of sync to once per day. In practice authorities look to b

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

2013-10-02 Thread translation
commit d19914dedbfb25de5e68196a92001fa4d28bcc1d Author: Translation commit bot Date: Wed Oct 2 08:45:48 2013 + Update translations for torcheck_completed --- ar/torcheck.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/torcheck.po b/ar/torcheck.po index 1132

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

2013-10-02 Thread translation
commit 3690261d3b738ce9cb275ef190067690509d89ae Author: Translation commit bot Date: Wed Oct 2 08:45:45 2013 + Update translations for torcheck --- ar/torcheck.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/torcheck.po b/ar/torcheck.po index 11326ea..ff818

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

2013-10-02 Thread translation
commit 1f69843a98f6042cc2a1b990ff6159ee1d52a695 Author: Translation commit bot Date: Wed Oct 2 08:15:47 2013 + Update translations for torcheck_completed --- ar/torcheck.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ar/torcheck.po b/ar/torcheck.po in

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

2013-10-02 Thread translation
commit 3280280ee39b8cf5beb7cc23b5d24d852a4ee759 Author: Translation commit bot Date: Wed Oct 2 08:15:44 2013 + Update translations for torcheck --- ar/torcheck.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ar/torcheck.po b/ar/torcheck.po index 7e675b