[tor-commits] r26607: {website} put new tbb on frontpage (website/trunk/en)

2014-02-11 Thread Roger Dingledine
Author: arma Date: 2014-02-11 08:20:11 + (Tue, 11 Feb 2014) New Revision: 26607 Modified: website/trunk/en/index.wml Log: put new tbb on frontpage Modified: website/trunk/en/index.wml === --- website/trunk/en/index.wml

[tor-commits] [tor-browser-bundle/master] Bug 10858: Fix error in TBB 3.5.1's changelog

2014-02-11 Thread gk
commit 7157aac5638432570d14dcd385e144a44ef2c4bf Author: Georg Koppen g...@torproject.org Date: Tue Feb 11 09:41:35 2014 +0100 Bug 10858: Fix error in TBB 3.5.1's changelog Change the changelog to match the corrected version on https://blog.torproject.org. ---

[tor-commits] [tor-browser-bundle/master] Bug 10323: Omit libgcc and libstdc++ in TorBrowser

2014-02-11 Thread gk
commit 2a6f554fefd4768e8adb769c72d43770a1278ab2 Author: Georg Koppen g...@torproject.org Date: Tue Feb 11 09:51:30 2014 +0100 Bug 10323: Omit libgcc and libstdc++ in TorBrowser Since https://bugzilla.mozilla.org/show_bug.cgi?id=831707 and

[tor-commits] [tor/release-0.2.4] fold in changes entries

2014-02-11 Thread arma
commit cf2a78248f7cad2c129628653080329f4c7ad129 Author: Roger Dingledine a...@torproject.org Date: Tue Feb 11 06:23:41 2014 -0500 fold in changes entries --- ChangeLog| 26 ++ changes/bug10470 |4 changes/bug10485 |4 changes/bug10793 |

[tor-commits] [obfs-flash/master] note that this is a temp workaround

2014-02-11 Thread infinity0
commit 7e2a1fbbee1b0941aaea197d1fedfd35f8560cc9 Author: Ximin Luo infini...@torproject.org Date: Tue Feb 11 14:29:06 2014 + note that this is a temp workaround --- obfs-flash-client |1 + 1 file changed, 1 insertion(+) diff --git a/obfs-flash-client b/obfs-flash-client index

[tor-commits] [obfs-flash/master] Merge branch 'fix-w32-kill'

2014-02-11 Thread infinity0
commit c2ecc7e035a81bcd9cc23784d4be5dfac963beac Merge: a5bb87f 951616c Author: Ximin Luo infini...@torproject.org Date: Tue Feb 11 14:28:38 2014 + Merge branch 'fix-w32-kill' obfs-flash-client |2 ++ setup.py | 14 -- 2 files changed, 14 insertions(+), 2

[tor-commits] [obfs-flash/master] use the autokill workaround mentioned in 10006

2014-02-11 Thread infinity0
commit 14f5823a0965b29aa8b41682295b1a75ab78c152 Author: Ximin Luo infini...@gmx.com Date: Tue Oct 29 21:09:57 2013 + use the autokill workaround mentioned in 10006 --- obfs-flash-client |2 ++ 1 file changed, 2 insertions(+) diff --git a/obfs-flash-client b/obfs-flash-client index

[tor-commits] [obfs-flash/master] add txsocksx to direct deps, and zope.interface to indirect deps, in py2exe setup script

2014-02-11 Thread infinity0
commit 951616c9789689d572d52ee2764b0a3ca2bd0bb3 Author: Ximin Luo infini...@gmx.com Date: Fri Nov 1 18:04:25 2013 + add txsocksx to direct deps, and zope.interface to indirect deps, in py2exe setup script - works around py2exe on wine silently not finding them --- setup.py | 14

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

2014-02-11 Thread nickm
commit cb28fe486ff7f9ebc81a7ccc90f5459429572587 Merge: dd3f2f6 bb21d14 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 10:08:58 2014 -0500 Merge remote-tracking branch 'public/bug10722' changes/bug10722|8 src/or/rendclient.c | 27

[tor-commits] [tor/master] Add changes file for ticket 10842.

2014-02-11 Thread nickm
commit aae4ebf63f4da02ff35b063bbaa744379fbfc1e1 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Feb 11 08:44:35 2014 +0100 Add changes file for ticket 10842. This is a bugfix on 0.2.2.26-beta, because 6b83b3b made directory authorities remove themselves from the list

[tor-commits] [tor/master] Apply StrictNodes to hidden service directories early

2014-02-11 Thread nickm
commit bb21d14255c2f5c94173dda2ba30c83478044779 Author: Nick Mathewson ni...@torproject.org Date: Fri Jan 24 12:56:10 2014 -0500 Apply StrictNodes to hidden service directories early Previously, we would sometimes decide in directory_get_from_hs_dir() to connect to an excluded

[tor-commits] [tor/master] Suppress warning in networks with only 1 dirauth.

2014-02-11 Thread nickm
commit ebe7e22045327d2352c1a7582759d46e966d69e0 Author: Karsten Loesing karsten.loes...@gmx.net Date: Sat Feb 8 11:02:27 2014 +0100 Suppress warning in networks with only 1 dirauth. --- src/or/directory.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Note 10365-change in spec.

2014-02-11 Thread nickm
commit 4e3894c7808a771f8b8b2afd0049ec693f4c36ef Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 10:35:49 2014 -0500 Note 10365-change in spec. --- tor-spec.txt |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tor-spec.txt b/tor-spec.txt index

[tor-commits] [tor/master] Tweak DirAuthority documentation

2014-02-11 Thread nickm
commit 0228b9bd4baa9df3ee877b5f02bf13491b233dab Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 11:34:32 2014 -0500 Tweak DirAuthority documentation Per a comment from karsten, there is no longer v2 authority support, so stop pretending there is. Also, fix a

[tor-commits] [tor/master] Remove options for configuring HS authorities.

2014-02-11 Thread nickm
commit c0483c7f851b2aa1933fb591eb0ca8f66b162022 Author: Nick Mathewson ni...@torproject.org Date: Mon Feb 10 22:41:52 2014 -0500 Remove options for configuring HS authorities. (There is no longer meaningfully any such thing as a HS authority, since we stopped uploading or

[tor-commits] [tor/master] Merge branch 'bug10881'

2014-02-11 Thread nickm
commit 5e0cdc5ef254993d9244795eed217ac3eb1f7c24 Merge: cb065a5 0228b9b Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 11:42:06 2014 -0500 Merge branch 'bug10881' changes/bug10881 |7 +++ doc/tor.1.txt | 22 ++ src/or/config.c| 40

[tor-commits] [tor/master] Excise the insertion_time_elem_t logic

2014-02-11 Thread nickm
commit 3133cde3c12a814fab4c83ba59d5dfeace397ebc Author: Nick Mathewson ni...@torproject.org Date: Mon Feb 10 13:55:27 2014 -0500 Excise the insertion_time_elem_t logic It's now redundant with the inserted_time field in packed_cell_t Fixes bug 10870. --- changes/bug10870 |

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

2014-02-11 Thread nickm
commit 5b55e0e18180d96331e846b700ac194e24f43b8e Merge: a73b0da 3133cde Author: Nick Mathewson ni...@torproject.org Date: Mon Feb 10 15:04:23 2014 -0500 Merge remote-tracking branch 'public/no_itime_queue' The conflicts here were tricky, and required me to eliminate the

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

2014-02-11 Thread translation
commit 65753aa94345342ba26be775b5206dbfe40decbf Author: Translation commit bot translat...@torproject.org Date: Tue Feb 11 18:15:46 2014 + Update translations for tails-iuk --- gl.po | 41 + 1 file changed, 21 insertions(+), 20 deletions(-)

[tor-commits] [torspec/master] ticket 9934 says DROPGUARDS is going into 0.2.5.2-alpha

2014-02-11 Thread arma
commit 10cfb4c63aadcc7fdcdc10f55a1e324b1148f37c Author: Roger Dingledine a...@torproject.org Date: Tue Feb 11 17:18:59 2014 -0500 ticket 9934 says DROPGUARDS is going into 0.2.5.2-alpha --- control-spec.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Free leakable values in the unit tests.

2014-02-11 Thread nickm
commit c3720c05fa44b3790ab0dc37e2506ee482796e21 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:10:33 2014 -0500 Free leakable values in the unit tests. Thanks, Coverity! (CID 1171414, 1171415, 1171416) --- src/test/test.c|6 --

[tor-commits] [tor/maint-0.2.4] make EACCES survivable too.

2014-02-11 Thread nickm
commit e0c8031516852143fb82d8fee91a0f4c576c7418 Author: Nick Mathewson ni...@torproject.org Date: Mon Feb 10 15:06:10 2014 -0500 make EACCES survivable too. --- src/or/reasons.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/reasons.c b/src/or/reasons.c

[tor-commits] [tor/maint-0.2.4] update changes file

2014-02-11 Thread nickm
commit 0844a262a247d08673040813e2949bc0202d42e4 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:57:38 2014 -0500 update changes file --- changes/10777_netunreach |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changes/10777_netunreach

[tor-commits] [tor/maint-0.2.4] Don't treat END_STREAM_REASON_INTERNAL as total circuit failure

2014-02-11 Thread nickm
commit b15f75b63266742aa6aa358c553799a31f0b350e Author: Nick Mathewson ni...@torproject.org Date: Sun Feb 9 21:35:14 2014 -0500 Don't treat END_STREAM_REASON_INTERNAL as total circuit failure It can happen because we sent something that got an ENETUNREACH response.

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

2014-02-11 Thread nickm
commit 91d4bb0b000e1bdaf8569339a9b843c50e13e47e Merge: 8836c1e 0844a26 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:57:55 2014 -0500 Merge branch 'bug10777_netunreach_024' into maint-0.2.4 changes/10777_netunreach |7 +++ src/or/reasons.c |5 +++-- 2

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

2014-02-11 Thread nickm
commit 8836c1ee2f460422a688781c79760652524c3d6e Merge: 7f6aa78 b15f75b Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:55:26 2014 -0500 Merge remote-tracking branch 'public/bug10777_nointernal_024' into maint-0.2.4 changes/bug10777_internal_024 |4 src/or/relay.c

[tor-commits] [tor/maint-0.2.4] Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL.

2014-02-11 Thread nickm
commit f5d32c08ba0b7307873324f8b24c4142523c1155 Author: Nick Mathewson ni...@torproject.org Date: Sun Feb 9 21:30:23 2014 -0500 Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL. Found by cypherpunks; fix for a part of bug 10777; bugfix on 0.1.0.1-rc. ---

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

2014-02-11 Thread nickm
commit 8836c1ee2f460422a688781c79760652524c3d6e Merge: 7f6aa78 b15f75b Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:55:26 2014 -0500 Merge remote-tracking branch 'public/bug10777_nointernal_024' into maint-0.2.4 changes/bug10777_internal_024 |4 src/or/relay.c

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

2014-02-11 Thread nickm
commit 91d4bb0b000e1bdaf8569339a9b843c50e13e47e Merge: 8836c1e 0844a26 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:57:55 2014 -0500 Merge branch 'bug10777_netunreach_024' into maint-0.2.4 changes/10777_netunreach |7 +++ src/or/reasons.c |5 +++-- 2

[tor-commits] [tor/master] Don't treat END_STREAM_REASON_INTERNAL as total circuit failure

2014-02-11 Thread nickm
commit b15f75b63266742aa6aa358c553799a31f0b350e Author: Nick Mathewson ni...@torproject.org Date: Sun Feb 9 21:35:14 2014 -0500 Don't treat END_STREAM_REASON_INTERNAL as total circuit failure It can happen because we sent something that got an ENETUNREACH response.

[tor-commits] [tor/master] Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL.

2014-02-11 Thread nickm
commit f5d32c08ba0b7307873324f8b24c4142523c1155 Author: Nick Mathewson ni...@torproject.org Date: Sun Feb 9 21:30:23 2014 -0500 Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL. Found by cypherpunks; fix for a part of bug 10777; bugfix on 0.1.0.1-rc. ---

[tor-commits] [tor/master] update changes file

2014-02-11 Thread nickm
commit 0844a262a247d08673040813e2949bc0202d42e4 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:57:38 2014 -0500 update changes file --- changes/10777_netunreach |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changes/10777_netunreach

[tor-commits] [tor/master] make EACCES survivable too.

2014-02-11 Thread nickm
commit e0c8031516852143fb82d8fee91a0f4c576c7418 Author: Nick Mathewson ni...@torproject.org Date: Mon Feb 10 15:06:10 2014 -0500 make EACCES survivable too. --- src/or/reasons.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/reasons.c b/src/or/reasons.c

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

2014-02-11 Thread nickm
commit 0ee449ca92dc7f25517a63b63f4d521fdd48410b Merge: c3720c0 91d4bb0 Author: Nick Mathewson ni...@torproject.org Date: Tue Feb 11 18:58:58 2014 -0500 Merge remote-tracking branch 'origin/maint-0.2.4' changes/10777_netunreach |7 +++ changes/bug10777_internal_024 |4

[tor-commits] r26610: {website} remove dwfb bottom banner (website/trunk/include)

2014-02-11 Thread Andrew Lewman
Author: phobos Date: 2014-02-12 02:31:01 + (Wed, 12 Feb 2014) New Revision: 26610 Modified: website/trunk/include/foot.wmi Log: remove dwfb bottom banner Modified: website/trunk/include/foot.wmi === ---