[tor-commits] [torbirdy/master] Update the ChangeLog

2014-02-10 Thread sukhbir
commit 4595230e809c5fda1f3a373f7d66e13b6cc6e593 Author: Sukhbir Singh Date: Sat Jan 11 22:02:51 2014 -0500 Update the ChangeLog --- ChangeLog |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d333f4b..2e81449 100644 --- a/ChangeLog +++ b

[tor-commits] [torbirdy/master] Update the ChangeLog (#10588 and better formatting)

2014-02-10 Thread sukhbir
commit 195d10ab445505ba3b1fc7891eed08215445c8c7 Author: Sukhbir Singh Date: Sat Jan 11 20:40:03 2014 -0500 Update the ChangeLog (#10588 and better formatting) --- ChangeLog | 207 - 1 file changed, 108 insertions(+), 99 deletions

[tor-commits] [torbirdy/master] Make sure we restore all preferences (closes #10588)

2014-02-10 Thread sukhbir
commit 8b1538c35410c456afccc13335366652bd811aa2 Author: Sukhbir Singh Date: Sat Jan 11 20:40:28 2014 -0500 Make sure we restore all preferences (closes #10588) --- components/torbirdy.js |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/torbirdy.js b/com

[tor-commits] r26606: {website} fix the donate button issue. (in website/trunk: donate/en images)

2014-02-10 Thread Andrew Lewman
Author: phobos Date: 2014-02-11 03:08:54 + (Tue, 11 Feb 2014) New Revision: 26606 Added: website/trunk/images/paypal-donate-button.gif Modified: website/trunk/donate/en/donate.wml Log: fix the donate button issue. Modified: website/trunk/donate/en/donate.wml ===

[tor-commits] [tor-browser-spec/master] Update transfer section to remove old stuff and set permissions.

2014-02-10 Thread mikeperry
commit 0d9dacdfdabf952648e238ef15c2d3b66451ce41 Author: Mike Perry Date: Mon Feb 10 18:00:12 2014 -0800 Update transfer section to remove old stuff and set permissions. --- processes/ReleaseProcess |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/processes/Release

[tor-commits] r26605: {website} Revert "fix broken donate button -- patch by mrphs" This rev (website/trunk/css)

2014-02-10 Thread George Kadianakis
Author: asn Date: 2014-02-10 23:21:43 + (Mon, 10 Feb 2014) New Revision: 26605 Modified: website/trunk/css/layout.css Log: Revert "fix broken donate button -- patch by mrphs" This reverts commit d8ab1be948c780755b62a3bec4d47f38e2fa6db3. Apparently the broken button problem needs a deeper f

[tor-commits] r26604: {website} fix broken donate button -- patch by mrphs (website/trunk/css)

2014-02-10 Thread George Kadianakis
Author: asn Date: 2014-02-10 23:11:20 + (Mon, 10 Feb 2014) New Revision: 26604 Modified: website/trunk/css/layout.css Log: fix broken donate button -- patch by mrphs Modified: website/trunk/css/layout.css === --- website/trunk

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

2014-02-10 Thread arma
commit 911e0a71a609864e1a10f6cc0ca5f16661f15ece Merge: d9c111d 7f6aa78 Author: Roger Dingledine Date: Mon Feb 10 16:41:13 2014 -0500 Merge branch 'maint-0.2.4' into release-0.2.4 changes/bug10485 |4 + changes/bug10793 |4 + changes/bug10835 |4 + changes/bug

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

2014-02-10 Thread arma
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/release-0.2.4] Make sure orconn->chan gets nulled out when channels exit from channel_free_all() too

2014-02-10 Thread arma
commit c330d63ff7614b2382dfa0e84da0b40ed6348ced Author: Andrea Shepard Date: Sat Feb 8 14:05:51 2014 -0800 Make sure orconn->chan gets nulled out when channels exit from channel_free_all() too --- src/or/channeltls.c | 26 ++ 1 file changed, 26 insertions(+) dif

[tor-commits] [tor/release-0.2.4] NULL out conns on tlschans when freeing in case channel_run_cleanup() is late; fixes bug 9602

2014-02-10 Thread arma
commit 707c1e2e263fd34f70a5f780e77820d667ba2931 Author: Andrea Shepard Date: Thu Feb 6 14:47:34 2014 -0800 NULL out conns on tlschans when freeing in case channel_run_cleanup() is late; fixes bug 9602 --- changes/bug9602|4 + src/or/channeltls.c| 193 +

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

2014-02-10 Thread arma
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/release-0.2.4] Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4

2014-02-10 Thread arma
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/release-0.2.4] Merge remote-tracking branch 'andrea/bug9602' into maint-0.2.4

2014-02-10 Thread arma
commit 7f6aa780e3183f34b2fa771e17813018e6b28115 Merge: 9bb34aa c330d63 Author: Nick Mathewson Date: Sun Feb 9 21:41:24 2014 -0500 Merge remote-tracking branch 'andrea/bug9602' into maint-0.2.4 src/or/channeltls.c | 26 ++ 1 file changed, 26 insertions(+) _

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

2014-02-10 Thread arma
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/release-0.2.4] Try using INT_MAX, not SOMAXCONN, to set listen() backlog.

2014-02-10 Thread arma
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/release-0.2.4] Survive fedora's openssl in our benchmarks

2014-02-10 Thread arma
commit 9bb34aa897e4ecac27a6f8d50a659803f73c6cb9 Author: Nick Mathewson Date: Fri Feb 7 17:36:11 2014 -0500 Survive fedora's openssl in our benchmarks Apparently fedora currently has ECDH but not P224. This isn't a huge deal, since we no longer use OpenSSL's P224 ever (see #9780

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

2014-02-10 Thread arma
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/release-0.2.4] Attribute bug 9602 to a version.

2014-02-10 Thread arma
commit a7e946596d6da9aca80456141b7fddbc198c217c Author: Nick Mathewson Date: Fri Feb 7 10:38:00 2014 -0500 Attribute bug 9602 to a version. --- changes/bug9602 |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes/bug9602 b/changes/bug9602 index 9e9a3ca..2dc13c4

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

2014-02-10 Thread arma
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] fix trivial typo

2014-02-10 Thread arma
commit dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a Author: Roger Dingledine Date: Mon Feb 10 16:05:35 2014 -0500 fix trivial typo --- src/or/directory.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/directory.h b/src/or/directory.h index 0453160..3de6932 100644

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

2014-02-10 Thread translation
commit 018085c59ad0e8c439ee74e60395671afda682c3 Author: Translation commit bot Date: Mon Feb 10 20:15:09 2014 + Update translations for torcheck --- de/torcheck.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/torcheck.po b/de/torcheck.po index e9fcbb2..bcb5

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

2014-02-10 Thread translation
commit f0100c6295ad56010141d9a62f6eba4036e29778 Author: Translation commit bot Date: Mon Feb 10 20:15:12 2014 + Update translations for torcheck_completed --- de/torcheck.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/torcheck.po b/de/torcheck.po index e9f

[tor-commits] r26602: {website} move the z-index to the right part of the css file (website/trunk/css)

2014-02-10 Thread Roger Dingledine
Author: arma Date: 2014-02-10 20:06:23 + (Mon, 10 Feb 2014) New Revision: 26602 Modified: website/trunk/css/layout.css Log: move the z-index to the right part of the css file Modified: website/trunk/css/layout.css === --- web

[tor-commits] [tor-browser-spec/master] Improve release process a bit.

2014-02-10 Thread mikeperry
commit 158b2e2c305cfb2e55849507f8b4d1d22671c438 Author: Mike Perry Date: Mon Feb 10 11:10:49 2014 -0800 Improve release process a bit. Also we should think more about ordering these steps, but I think the website first is best for security releases, followed closely by the ver

[tor-commits] [tor-browser-spec/master] Mention tor-qa.

2014-02-10 Thread mikeperry
commit 3f674b332e2b268e38eb8c393adb513e70bc2b5c Author: Mike Perry Date: Mon Feb 10 12:02:39 2014 -0800 Mention tor-qa. --- processes/ReleaseProcess |3 +++ 1 file changed, 3 insertions(+) diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess index f9fe0b7..8a668da 100644 -

[tor-commits] [torbrowser/master] Merge branch 'maint-2.4'

2014-02-10 Thread mikeperry
commit 9ea1d5d435cdbf1b256128c1e5064b73c740eea8 Merge: d1169bc 76a2799 Author: Mike Perry Date: Mon Feb 10 11:02:16 2014 -0800 Merge branch 'maint-2.4' build-scripts/recommended-versions | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-)

[tor-commits] [torbrowser/master] Bump TBB version for security release.

2014-02-10 Thread mikeperry
commit 76a279946381999d4333fae62e17a0221f04923b Author: Mike Perry Date: Mon Feb 10 11:01:51 2014 -0800 Bump TBB version for security release. --- build-scripts/recommended-versions | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/build-scripts/recommended

[tor-commits] [torbrowser/maint-2.4] Bump TBB version for security release.

2014-02-10 Thread mikeperry
commit 76a279946381999d4333fae62e17a0221f04923b Author: Mike Perry Date: Mon Feb 10 11:01:51 2014 -0800 Bump TBB version for security release. --- build-scripts/recommended-versions | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/build-scripts/recommended

[tor-commits] r26601: {website} fix the .dbox class so users can edit the donation number. ( (website/trunk/css)

2014-02-10 Thread Roger Dingledine
Author: arma Date: 2014-02-10 19:54:43 + (Mon, 10 Feb 2014) New Revision: 26601 Modified: website/trunk/css/layout.css Log: fix the .dbox class so users can edit the donation number. (currently the "Donate to Tor" text covers the box with the number 5 in it, so they can't click on it to ch

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

2014-02-10 Thread translation
commit fe0967c4fb5b87726574fea5eaa98f029898436d Author: Translation commit bot Date: Mon Feb 10 19:45:13 2014 + Update translations for torcheck_completed --- de/torcheck.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/de/torcheck.po b/de/torcheck.po in

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

2014-02-10 Thread translation
commit 4e0dce6d310e4a9bf60b46441eb379a7aa9c4d60 Author: Translation commit bot Date: Mon Feb 10 19:45:10 2014 + Update translations for torcheck --- de/torcheck.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/de/torcheck.po b/de/torcheck.po index 292912

[tor-commits] r26600: {website} Bump TBB version (website/trunk/include)

2014-02-10 Thread Mike Perry
Author: mikeperry Date: 2014-02-10 18:54:07 + (Mon, 10 Feb 2014) New Revision: 26600 Modified: website/trunk/include/versions.wmi Log: Bump TBB version Modified: website/trunk/include/versions.wmi === --- website/trunk/include

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

2014-02-10 Thread translation
commit 589a9b28944d45211f56dbebd8576f4dc32464a1 Author: Translation commit bot Date: Mon Feb 10 15:45:20 2014 + Update translations for liveusb-creator --- tr/tr.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tr/tr.po b/tr/tr.po index fb8