[tor-commits] [tor/master] don't let recently_chosen_ntors overflow

2013-09-04 Thread arma
commit e443beffeb8c20dddeb198cf94667a82f4cb53c7 Author: Roger Dingledine Date: Thu Sep 5 01:27:46 2013 -0400 don't let recently_chosen_ntors overflow with commit c6f1668d we let it grow arbitrarily large. it can still overflow, but the damage is very small now. --- src/or

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

2013-09-04 Thread arma
commit 86907ea4db5067d1fbf56275457a919d6789ba95 Merge: 6156887 2c877d2 Author: Roger Dingledine Date: Thu Sep 5 02:34:58 2013 -0400 Merge branch 'maint-0.2.4' changes/ticket9658 |4 src/or/command.c |3 +++ src/or/cpuworker.c |5 + src/or/main.c |5 + s

[tor-commits] [tor/master] collect and log statistics about onionskins received/processed

2013-09-04 Thread arma
commit 2c877d2da4a989639311de11e4ada8dd03bc8187 Author: Roger Dingledine Date: Wed Sep 4 17:43:15 2013 -0400 collect and log statistics about onionskins received/processed we skip onionskins that came from non-relays, so we're less likely to run into privacy troubles.

[tor-commits] [tor/master] Revert e443beff and solve it a different way

2013-09-04 Thread arma
commit f51add6dbcef073d3ba57df13eee3c99d647fde9 Author: Roger Dingledine Date: Thu Sep 5 01:41:07 2013 -0400 Revert e443beff and solve it a different way Now we explicitly check for overflow. This approach seemed smarter than a cascade of "change int to unsigned int an

[tor-commits] [tor/release-0.2.4] give it a blurb and touch up the changelog stanzas

2013-09-04 Thread arma
commit 00fb525b23cf070fb229e1073caae47e6401f1e2 Author: Roger Dingledine Date: Thu Sep 5 02:32:02 2013 -0400 give it a blurb and touch up the changelog stanzas --- ChangeLog | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog ind

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

2013-09-04 Thread translation
commit d9c58065bb795f93fdf0adaf76aad0978f67b560 Author: Translation commit bot Date: Thu Sep 5 06:16:32 2013 + Update translations for torbirdy --- pt_BR/torbirdy.dtd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pt_BR/torbirdy.dtd b/pt_BR/torbirdy.dtd in

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

2013-09-04 Thread translation
commit 03a0086c0936daa1735d306bb3adf475add935f1 Author: Translation commit bot Date: Thu Sep 5 06:16:36 2013 + Update translations for torbirdy_completed --- pt_BR/torbirdy.dtd | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pt_BR/torbirdy.dtd

[tor-commits] [tor/release-0.2.4] bump to 0.2.4.17-rc

2013-09-04 Thread arma
commit b01028e87ef8d74763297462e89f480d28961ad2 Author: Roger Dingledine Date: Thu Sep 5 01:50:14 2013 -0400 bump to 0.2.4.17-rc --- configure.ac |2 +- contrib/tor-mingw.nsi.in |2 +- src/win32/orconfig.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-)

[tor-commits] [tor/release-0.2.4] fold in another changes item

2013-09-04 Thread arma
commit cf744acae9feed93f41106dee7e0a6e44820139b Author: Roger Dingledine Date: Thu Sep 5 01:48:18 2013 -0400 fold in another changes item --- ChangeLog |3 +++ changes/ticket9658 |4 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog

[tor-commits] [tor/release-0.2.4] Revert e443beff and solve it a different way

2013-09-04 Thread arma
commit f51add6dbcef073d3ba57df13eee3c99d647fde9 Author: Roger Dingledine Date: Thu Sep 5 01:41:07 2013 -0400 Revert e443beff and solve it a different way Now we explicitly check for overflow. This approach seemed smarter than a cascade of "change int to unsigned int an

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

2013-09-04 Thread arma
commit 60f13485ebd70443a16ab083971073dbb6bdadcf Merge: 63b9118 2c877d2 Author: Roger Dingledine Date: Thu Sep 5 01:47:47 2013 -0400 Merge branch 'maint-0.2.4' into release-0.2.4 changes/ticket9658 |4 src/or/command.c |3 +++ src/or/cpuworker.c |5 + src/or/main.c

[tor-commits] [tor/release-0.2.4] don't let recently_chosen_ntors overflow

2013-09-04 Thread arma
commit e443beffeb8c20dddeb198cf94667a82f4cb53c7 Author: Roger Dingledine Date: Thu Sep 5 01:27:46 2013 -0400 don't let recently_chosen_ntors overflow with commit c6f1668d we let it grow arbitrarily large. it can still overflow, but the damage is very small now. --- src/or

[tor-commits] [tor/release-0.2.4] collect and log statistics about onionskins received/processed

2013-09-04 Thread arma
commit 2c877d2da4a989639311de11e4ada8dd03bc8187 Author: Roger Dingledine Date: Wed Sep 4 17:43:15 2013 -0400 collect and log statistics about onionskins received/processed we skip onionskins that came from non-relays, so we're less likely to run into privacy troubles.

[tor-commits] [tor/maint-0.2.4] collect and log statistics about onionskins received/processed

2013-09-04 Thread arma
commit 2c877d2da4a989639311de11e4ada8dd03bc8187 Author: Roger Dingledine Date: Wed Sep 4 17:43:15 2013 -0400 collect and log statistics about onionskins received/processed we skip onionskins that came from non-relays, so we're less likely to run into privacy troubles.

[tor-commits] [tor/maint-0.2.4] Revert e443beff and solve it a different way

2013-09-04 Thread arma
commit f51add6dbcef073d3ba57df13eee3c99d647fde9 Author: Roger Dingledine Date: Thu Sep 5 01:41:07 2013 -0400 Revert e443beff and solve it a different way Now we explicitly check for overflow. This approach seemed smarter than a cascade of "change int to unsigned int an

[tor-commits] [tor/maint-0.2.4] don't let recently_chosen_ntors overflow

2013-09-04 Thread arma
commit e443beffeb8c20dddeb198cf94667a82f4cb53c7 Author: Roger Dingledine Date: Thu Sep 5 01:27:46 2013 -0400 don't let recently_chosen_ntors overflow with commit c6f1668d we let it grow arbitrarily large. it can still overflow, but the damage is very small now. --- src/or

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

2013-09-04 Thread arma
commit 63b91189e0c3c278735f9ec9662739929138e228 Author: Roger Dingledine Date: Wed Sep 4 23:57:35 2013 -0400 fold in recent changes entries --- ChangeLog | 18 ++ changes/bug9400 |7 --- changes/bug9671_023 |5 - changes/feature9574 |7 --

[tor-commits] [tor/release-0.2.4] check bounds on handshake_type more thoroughly

2013-09-04 Thread arma
commit 16b5c609a4a4e9d6c25767cebb434746228de210 Author: Roger Dingledine Date: Tue Sep 3 18:48:16 2013 -0400 check bounds on handshake_type more thoroughly --- src/or/onion.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/or/onion.c b/src/

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

2013-09-04 Thread arma
commit 6cf02b9ad6c937c84c9a43ef6181863275b90df4 Merge: 20d4356 c6f1668 Author: Roger Dingledine Date: Wed Sep 4 23:46:46 2013 -0400 Merge branch 'maint-0.2.4' into release-0.2.4 changes/bug9400 |7 ++ changes/bug9671_023 |5 ++ changes/feature9574 |7 ++ src/common/compat.

[tor-commits] [tor/release-0.2.4] Avoid a double-close on one failing case of the socketpair replacement code

2013-09-04 Thread arma
commit d819663b661aea4f276404224fec6fe9c33f0bd9 Author: Nick Mathewson Date: Tue Aug 6 16:41:57 2013 -0400 Avoid a double-close on one failing case of the socketpair replacement code Fix for bug 9400, spotted by coverity. Bug introduced in revision 2cb4f7a4 (subversion revision

[tor-commits] [tor/release-0.2.4] Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement code

2013-09-04 Thread arma
commit 031e695aa50f24000ec112d535636807167be436 Author: Nick Mathewson Date: Tue Aug 6 16:41:53 2013 -0400 Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement code --- src/common/compat.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common/c

[tor-commits] [tor/release-0.2.4] Separate cpuworker queues by handshake type

2013-09-04 Thread arma
commit 87a18514efc7af2ee70d3f180aede5a8da95457c Author: Roger Dingledine Date: Sat Aug 31 23:35:58 2013 -0400 Separate cpuworker queues by handshake type Now we prioritize ntor create cells over tap create cells. Starts to address ticket 9574. --- src/or/onion.c | 53 ++

[tor-commits] [tor/release-0.2.4] refactor and give it unit tests

2013-09-04 Thread arma
commit bb32bfa2f240d3f417e11b08d98069e0a4a8307e Author: Roger Dingledine Date: Sun Sep 1 04:40:05 2013 -0400 refactor and give it unit tests --- src/or/onion.c | 66 --- src/or/onion.h |4 src/test/test.c | 46 +

[tor-commits] [tor/release-0.2.4] add a changes entry for ticket 9574

2013-09-04 Thread arma
commit 71e0ca02b57f7945d922a8708a2c97815a9350ad Author: Roger Dingledine Date: Wed Sep 4 02:10:30 2013 -0400 add a changes entry for ticket 9574 --- changes/feature9574 |7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/feature9574 b/changes/feature9574 new file mode 100

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

2013-09-04 Thread arma
commit 3cebc5e73c2db10bbe2c2259e3f4dd1c57d39afa Merge: 8611195 4f3dbb3 Author: Nick Mathewson Date: Wed Sep 4 16:04:47 2013 -0400 Merge branch 'bug9671_023' into maint-0.2.3 changes/bug9671_023 |5 + src/or/circuitbuild.c |2 +- src/or/circuitbuild.h |1 + src/or/circuit

[tor-commits] [tor/release-0.2.4] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

2013-09-04 Thread arma
commit a60d21a85deacad98fa04d20fb4e83b57ad191d7 Merge: a8e76de 3cebc5e Author: Nick Mathewson Date: Wed Sep 4 16:08:02 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 Conflicts: src/or/circuitbuild.c changes/bug9671_023 |5 + src/or/c

[tor-commits] [tor/release-0.2.4] use !cbt_disabled in place of LearnCBT to avoid needless circs

2013-09-04 Thread arma
commit 4f3dbb3c0a5c1a6d7d8571add3722e6c567e3d81 Author: Nick Mathewson Date: Wed Sep 4 15:51:13 2013 -0400 use !cbt_disabled in place of LearnCBT to avoid needless circs This would make us do testing circuits "even when cbt is disabled by consensus, or when we're a directory au

[tor-commits] [tor/release-0.2.4] let the NumNTorsPerTAP consensus param override our queue choice

2013-09-04 Thread arma
commit a66791230f7ca09953163fcc0fa8ced8143b599f Author: Roger Dingledine Date: Tue Sep 3 20:58:15 2013 -0400 let the NumNTorsPerTAP consensus param override our queue choice --- src/or/onion.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c

[tor-commits] [tor/release-0.2.4] nickm wants us to prioritize tap in a currently-rare edge case

2013-09-04 Thread arma
commit c6f1668db3010de6aed22bd87850aa846911d43b Author: Roger Dingledine Date: Wed Sep 4 19:43:46 2013 -0400 nickm wants us to prioritize tap in a currently-rare edge case --- src/or/onion.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/or/onion.

[tor-commits] [tor/release-0.2.4] Be more general in calculating expected onion queue processing time

2013-09-04 Thread arma
commit a4400952ee477ac6fb5a2743f14df0dcd1cb8424 Author: Roger Dingledine Date: Tue Sep 3 22:15:33 2013 -0400 Be more general in calculating expected onion queue processing time Now we consider the TAP cells we'll process while draining the NTor queue, and vice versa. --- src/o

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

2013-09-04 Thread arma
commit a8e76de4d997690917432d0d60383a1333f80baa Merge: a5610cf d819663 Author: Nick Mathewson Date: Tue Sep 3 15:38:54 2013 -0400 Merge branch 'bug9400_024_squashed' into maint-0.2.4 changes/bug9400 |7 +++ src/common/compat.c | 14 +++--- 2 files changed, 14 inserti

[tor-commits] [tor/release-0.2.4] add info-level logs to help track onion queue sizes

2013-09-04 Thread arma
commit 9d2030e5801acd955ab81d1329360b45af09d253 Author: Roger Dingledine Date: Sun Sep 1 16:51:27 2013 -0400 add info-level logs to help track onion queue sizes --- src/or/onion.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c b/src/or/

[tor-commits] [tor/release-0.2.4] do a lopsided round-robin between the onion queues

2013-09-04 Thread arma
commit 7acc7c3dc6299438f7d5e6ebc6cb64f2ea3b5fa6 Author: Roger Dingledine Date: Tue Sep 3 20:40:16 2013 -0400 do a lopsided round-robin between the onion queues that way tap won't starve entirely, but we'll still handle ntor requests quicker. --- src/or/onion.c | 43 +

[tor-commits] [tor/master] add a changes entry for ticket 9574

2013-09-04 Thread arma
commit 71e0ca02b57f7945d922a8708a2c97815a9350ad Author: Roger Dingledine Date: Wed Sep 4 02:10:30 2013 -0400 add a changes entry for ticket 9574 --- changes/feature9574 |7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/feature9574 b/changes/feature9574 new file mode 100

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

2013-09-04 Thread arma
commit 6156887adfa724805f90b3b7cf2be6213f08a450 Merge: d5e9573 c6f1668 Author: Roger Dingledine Date: Wed Sep 4 23:44:39 2013 -0400 Merge branch 'maint-0.2.4' Conflicts: src/test/test.c changes/feature9574 |7 ++ src/or/onion.c | 231

[tor-commits] [tor/master] let the NumNTorsPerTAP consensus param override our queue choice

2013-09-04 Thread arma
commit a66791230f7ca09953163fcc0fa8ced8143b599f Author: Roger Dingledine Date: Tue Sep 3 20:58:15 2013 -0400 let the NumNTorsPerTAP consensus param override our queue choice --- src/or/onion.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c

[tor-commits] [tor/master] Separate cpuworker queues by handshake type

2013-09-04 Thread arma
commit 87a18514efc7af2ee70d3f180aede5a8da95457c Author: Roger Dingledine Date: Sat Aug 31 23:35:58 2013 -0400 Separate cpuworker queues by handshake type Now we prioritize ntor create cells over tap create cells. Starts to address ticket 9574. --- src/or/onion.c | 53 ++

[tor-commits] [tor/master] check bounds on handshake_type more thoroughly

2013-09-04 Thread arma
commit 16b5c609a4a4e9d6c25767cebb434746228de210 Author: Roger Dingledine Date: Tue Sep 3 18:48:16 2013 -0400 check bounds on handshake_type more thoroughly --- src/or/onion.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/or/onion.c b/src/

[tor-commits] [tor/master] nickm wants us to prioritize tap in a currently-rare edge case

2013-09-04 Thread arma
commit c6f1668db3010de6aed22bd87850aa846911d43b Author: Roger Dingledine Date: Wed Sep 4 19:43:46 2013 -0400 nickm wants us to prioritize tap in a currently-rare edge case --- src/or/onion.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/or/onion.

[tor-commits] [tor/master] Be more general in calculating expected onion queue processing time

2013-09-04 Thread arma
commit a4400952ee477ac6fb5a2743f14df0dcd1cb8424 Author: Roger Dingledine Date: Tue Sep 3 22:15:33 2013 -0400 Be more general in calculating expected onion queue processing time Now we consider the TAP cells we'll process while draining the NTor queue, and vice versa. --- src/o

[tor-commits] [tor/master] add info-level logs to help track onion queue sizes

2013-09-04 Thread arma
commit 9d2030e5801acd955ab81d1329360b45af09d253 Author: Roger Dingledine Date: Sun Sep 1 16:51:27 2013 -0400 add info-level logs to help track onion queue sizes --- src/or/onion.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c b/src/or/

[tor-commits] [tor/master] refactor and give it unit tests

2013-09-04 Thread arma
commit bb32bfa2f240d3f417e11b08d98069e0a4a8307e Author: Roger Dingledine Date: Sun Sep 1 04:40:05 2013 -0400 refactor and give it unit tests --- src/or/onion.c | 66 --- src/or/onion.h |4 src/test/test.c | 46 +

[tor-commits] [tor/master] do a lopsided round-robin between the onion queues

2013-09-04 Thread arma
commit 7acc7c3dc6299438f7d5e6ebc6cb64f2ea3b5fa6 Author: Roger Dingledine Date: Tue Sep 3 20:40:16 2013 -0400 do a lopsided round-robin between the onion queues that way tap won't starve entirely, but we'll still handle ntor requests quicker. --- src/or/onion.c | 43 +

[tor-commits] [tor/maint-0.2.4] add info-level logs to help track onion queue sizes

2013-09-04 Thread arma
commit 9d2030e5801acd955ab81d1329360b45af09d253 Author: Roger Dingledine Date: Sun Sep 1 16:51:27 2013 -0400 add info-level logs to help track onion queue sizes --- src/or/onion.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c b/src/or/

[tor-commits] [tor/maint-0.2.4] Separate cpuworker queues by handshake type

2013-09-04 Thread arma
commit 87a18514efc7af2ee70d3f180aede5a8da95457c Author: Roger Dingledine Date: Sat Aug 31 23:35:58 2013 -0400 Separate cpuworker queues by handshake type Now we prioritize ntor create cells over tap create cells. Starts to address ticket 9574. --- src/or/onion.c | 53 ++

[tor-commits] [tor/maint-0.2.4] nickm wants us to prioritize tap in a currently-rare edge case

2013-09-04 Thread arma
commit c6f1668db3010de6aed22bd87850aa846911d43b Author: Roger Dingledine Date: Wed Sep 4 19:43:46 2013 -0400 nickm wants us to prioritize tap in a currently-rare edge case --- src/or/onion.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/or/onion.

[tor-commits] [tor/maint-0.2.4] refactor and give it unit tests

2013-09-04 Thread arma
commit bb32bfa2f240d3f417e11b08d98069e0a4a8307e Author: Roger Dingledine Date: Sun Sep 1 04:40:05 2013 -0400 refactor and give it unit tests --- src/or/onion.c | 66 --- src/or/onion.h |4 src/test/test.c | 46 +

[tor-commits] [tor/maint-0.2.4] Be more general in calculating expected onion queue processing time

2013-09-04 Thread arma
commit a4400952ee477ac6fb5a2743f14df0dcd1cb8424 Author: Roger Dingledine Date: Tue Sep 3 22:15:33 2013 -0400 Be more general in calculating expected onion queue processing time Now we consider the TAP cells we'll process while draining the NTor queue, and vice versa. --- src/o

[tor-commits] [tor/maint-0.2.4] do a lopsided round-robin between the onion queues

2013-09-04 Thread arma
commit 7acc7c3dc6299438f7d5e6ebc6cb64f2ea3b5fa6 Author: Roger Dingledine Date: Tue Sep 3 20:40:16 2013 -0400 do a lopsided round-robin between the onion queues that way tap won't starve entirely, but we'll still handle ntor requests quicker. --- src/or/onion.c | 43 +

[tor-commits] [tor/maint-0.2.4] check bounds on handshake_type more thoroughly

2013-09-04 Thread arma
commit 16b5c609a4a4e9d6c25767cebb434746228de210 Author: Roger Dingledine Date: Tue Sep 3 18:48:16 2013 -0400 check bounds on handshake_type more thoroughly --- src/or/onion.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/or/onion.c b/src/

[tor-commits] [tor/maint-0.2.4] let the NumNTorsPerTAP consensus param override our queue choice

2013-09-04 Thread arma
commit a66791230f7ca09953163fcc0fa8ced8143b599f Author: Roger Dingledine Date: Tue Sep 3 20:58:15 2013 -0400 let the NumNTorsPerTAP consensus param override our queue choice --- src/or/onion.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/or/onion.c

[tor-commits] [tor/maint-0.2.4] add a changes entry for ticket 9574

2013-09-04 Thread arma
commit 71e0ca02b57f7945d922a8708a2c97815a9350ad Author: Roger Dingledine Date: Wed Sep 4 02:10:30 2013 -0400 add a changes entry for ticket 9574 --- changes/feature9574 |7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/feature9574 b/changes/feature9574 new file mode 100

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

2013-09-04 Thread translation
commit 0c2a7bc7fb9d7aba9e5c6270a02543515a003830 Author: Translation commit bot Date: Thu Sep 5 03:16:24 2013 + Update translations for torbirdy --- fr/torbirdy.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/torbirdy.dtd b/fr/torbirdy.dtd index c358d66..1f

[tor-commits] r26340: {website} update mirror status (website/trunk/include)

2013-09-04 Thread Andrew Lewman
Author: phobos Date: 2013-09-05 02:41:15 + (Thu, 05 Sep 2013) New Revision: 26340 Modified: website/trunk/include/mirrors-table.wmi Log: update mirror status Modified: website/trunk/include/mirrors-table.wmi === --- website/

[tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed

2013-09-04 Thread translation
commit 44a44e6fa3beef61c7d7f202b3dbb7553b3c4f1e Author: Translation commit bot Date: Thu Sep 5 01:16:51 2013 + Update translations for tor-launcher-progress_completed --- sr/progress.dtd |4 1 file changed, 4 insertions(+) diff --git a/sr/progress.dtd b/sr/progress.dtd new fi

[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2013-09-04 Thread translation
commit 7a6d038765c929029972406d594513bdf4f910db Author: Translation commit bot Date: Thu Sep 5 01:16:49 2013 + Update translations for tor-launcher-progress --- sr/progress.dtd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sr/progress.dtd b/sr/progress.dt

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

2013-09-04 Thread translation
commit c0760f6f3105241d9d9fe4d044a9538eb1e8883d Author: Translation commit bot Date: Thu Sep 5 01:15:30 2013 + Update translations for vidalia_completed --- sr/vidalia_sr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr/vidalia_sr.po b/sr/vidalia_sr.po index

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

2013-09-04 Thread translation
commit 2f3aba79cfb0e617210b7f53f7fbe59e03dd8dce Author: Translation commit bot Date: Thu Sep 5 01:15:33 2013 + Update translations for vidalia_alpha --- sr/vidalia_sr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr/vidalia_sr.po b/sr/vidalia_sr.po index cb2

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

2013-09-04 Thread translation
commit 8c77c2701ba89a03c4ee1c098d74e934097dc7e3 Author: Translation commit bot Date: Thu Sep 5 01:15:24 2013 + Update translations for vidalia --- sr/vidalia_sr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr/vidalia_sr.po b/sr/vidalia_sr.po index dd4157b..

[tor-commits] [tor/master] use !cbt_disabled in place of LearnCBT to avoid needless circs

2013-09-04 Thread nickm
commit 4f3dbb3c0a5c1a6d7d8571add3722e6c567e3d81 Author: Nick Mathewson Date: Wed Sep 4 15:51:13 2013 -0400 use !cbt_disabled in place of LearnCBT to avoid needless circs This would make us do testing circuits "even when cbt is disabled by consensus, or when we're a directory au

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

2013-09-04 Thread nickm
commit 3cebc5e73c2db10bbe2c2259e3f4dd1c57d39afa Merge: 8611195 4f3dbb3 Author: Nick Mathewson Date: Wed Sep 4 16:04:47 2013 -0400 Merge branch 'bug9671_023' into maint-0.2.3 changes/bug9671_023 |5 + src/or/circuitbuild.c |2 +- src/or/circuitbuild.h |1 + src/or/circuit

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

2013-09-04 Thread nickm
commit a60d21a85deacad98fa04d20fb4e83b57ad191d7 Merge: a8e76de 3cebc5e Author: Nick Mathewson Date: Wed Sep 4 16:08:02 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 Conflicts: src/or/circuitbuild.c changes/bug9671_023 |5 + src/or/c

[tor-commits] [tor/maint-0.2.4] use !cbt_disabled in place of LearnCBT to avoid needless circs

2013-09-04 Thread nickm
commit 4f3dbb3c0a5c1a6d7d8571add3722e6c567e3d81 Author: Nick Mathewson Date: Wed Sep 4 15:51:13 2013 -0400 use !cbt_disabled in place of LearnCBT to avoid needless circs This would make us do testing circuits "even when cbt is disabled by consensus, or when we're a directory au

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

2013-09-04 Thread nickm
commit d5e9573ed24df7c0eb795617de9db2a0c3e40b4d Merge: 386e9fb a60d21a Author: Nick Mathewson Date: Wed Sep 4 16:11:20 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' Conflicts: src/or/circuituse.c changes/bug9671_023 |5 + src/or/circuituse.c |4

[tor-commits] [tor/maint-0.2.3] use !cbt_disabled in place of LearnCBT to avoid needless circs

2013-09-04 Thread nickm
commit 4f3dbb3c0a5c1a6d7d8571add3722e6c567e3d81 Author: Nick Mathewson Date: Wed Sep 4 15:51:13 2013 -0400 use !cbt_disabled in place of LearnCBT to avoid needless circs This would make us do testing circuits "even when cbt is disabled by consensus, or when we're a directory au

[tor-commits] [tor/master] Merge branch 'bug9671_023' into maint-0.2.3

2013-09-04 Thread nickm
commit 3cebc5e73c2db10bbe2c2259e3f4dd1c57d39afa Merge: 8611195 4f3dbb3 Author: Nick Mathewson Date: Wed Sep 4 16:04:47 2013 -0400 Merge branch 'bug9671_023' into maint-0.2.3 changes/bug9671_023 |5 + src/or/circuitbuild.c |2 +- src/or/circuitbuild.h |1 + src/or/circuit

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

2013-09-04 Thread nickm
commit a60d21a85deacad98fa04d20fb4e83b57ad191d7 Merge: a8e76de 3cebc5e Author: Nick Mathewson Date: Wed Sep 4 16:08:02 2013 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 Conflicts: src/or/circuitbuild.c changes/bug9671_023 |5 + src/or/c

[tor-commits] [tor/maint-0.2.3] Merge branch 'bug9671_023' into maint-0.2.3

2013-09-04 Thread nickm
commit 3cebc5e73c2db10bbe2c2259e3f4dd1c57d39afa Merge: 8611195 4f3dbb3 Author: Nick Mathewson Date: Wed Sep 4 16:04:47 2013 -0400 Merge branch 'bug9671_023' into maint-0.2.3 changes/bug9671_023 |5 + src/or/circuitbuild.c |2 +- src/or/circuitbuild.h |1 + src/or/circuit

[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2013-09-04 Thread translation
commit b73c64a21f977b5d30cdc06e1df13947f71248d6 Author: Translation commit bot Date: Wed Sep 4 18:46:42 2013 + Update translations for tor-launcher-network-settings_completed --- de/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/network-s

[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2013-09-04 Thread translation
commit 70565ab8b002d2558c49dffda2a27c870452cc9a Author: Translation commit bot Date: Wed Sep 4 18:46:39 2013 + Update translations for tor-launcher-network-settings --- de/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/network-settings.dt

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

2013-09-04 Thread translation
commit c99c726e22754d7762e7a2d00680e83cffce3ee4 Author: Translation commit bot Date: Wed Sep 4 18:46:28 2013 + Update translations for torbirdy_completed --- de/torbirdy.dtd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/torbirdy.dtd b/de/torbirdy.dtd i

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

2013-09-04 Thread translation
commit 45f8f45b7404ee480d6fc40d575b95d8aa88b5d7 Author: Translation commit bot Date: Wed Sep 4 18:46:23 2013 + Update translations for torbirdy --- de/torbirdy.dtd |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/torbirdy.dtd b/de/torbirdy.dtd index f2d2322

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

2013-09-04 Thread translation
commit ae52bab991b40abeec9caf9acd84ae63f29e113e Author: Translation commit bot Date: Wed Sep 4 18:16:31 2013 + Update translations for torbirdy --- de/torbirdy.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/torbirdy.dtd b/de/torbirdy.dtd index c7c57c0..f2

[tor-commits] r26339: {website} Adding "Develop a Censorship Analyzer" project Addition from (website/trunk/getinvolved/en)

2013-09-04 Thread Damian Johnson
Author: atagar Date: 2013-09-04 15:27:07 + (Wed, 04 Sep 2013) New Revision: 26339 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Adding "Develop a Censorship Analyzer" project Addition from Philipp Winter for a project he would like to mentor. Modified: website/trunk/getinvol

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

2013-09-04 Thread translation
commit d11d61ac880b383bf9bb24282738b40bbf280cb6 Author: Translation commit bot Date: Wed Sep 4 14:46:49 2013 + Update translations for tails-misc --- kn.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kn.po b/kn.po index 357fc57..4f76783 100644 --- a/kn.po +++

[tor-commits] [tor/master] Add Extended ORPort information to the man page.

2013-09-04 Thread nickm
commit 386e9fb29775f972cfaac4653202811d4cfb4ff4 Author: George Kadianakis Date: Wed Sep 4 14:20:42 2013 +0300 Add Extended ORPort information to the man page. --- doc/tor.1.txt |9 + 1 file changed, 9 insertions(+) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ec00c09..737e

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

2013-09-04 Thread translation
commit 0db62110883344ad687d51043b44aa884e70432d Author: Translation commit bot Date: Wed Sep 4 14:45:11 2013 + Update translations for orbot --- values-kn/strings.xml |2 ++ 1 file changed, 2 insertions(+) diff --git a/values-kn/strings.xml b/values-kn/strings.xml index d8d0467..2

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

2013-09-04 Thread translation
commit b981d6632704eb73c89b6aa9de42f60f5713ce0d Author: Translation commit bot Date: Wed Sep 4 14:45:23 2013 + Update translations for vidalia --- kn/qt_kn.po |6 +++--- kn/vidalia_kn.po |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kn/qt_kn.po b/

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

2013-09-04 Thread translation
commit 3b9d3131c2f9cff803718b443f9f393fe4d28758 Author: Translation commit bot Date: Wed Sep 4 14:46:37 2013 + Update translations for mat-gui --- kn.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kn.po b/kn.po index aa00e1e..f1cea57 100644 --- a/kn.po ++

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

2013-09-04 Thread translation
commit a80c0a132d1bbd408875bdffd6b8b4ec6f8143aa Author: Translation commit bot Date: Wed Sep 4 14:45:29 2013 + Update translations for vidalia_alpha --- kn/vidalia_kn.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kn/vidalia_kn.po b/kn/vidalia_kn.po index

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

2013-09-04 Thread translation
commit f36753e2e379986f6420bc0e505a908863a1d41f Author: Translation commit bot Date: Wed Sep 4 14:16:43 2013 + Update translations for tails-misc --- kn.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kn.po b/kn.po index 4432228..357fc57 100644 ---

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

2013-09-04 Thread translation
commit 101f95512d1762f7f83b8c77359ae7a6e031e7c7 Author: Translation commit bot Date: Wed Sep 4 10:16:21 2013 + Update translations for https_everywhere --- it/https-everywhere.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/it/https-everywhere.dtd b

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

2013-09-04 Thread translation
commit 487d3da129d8f3128e0c213d2c5dc85fb07a0e83 Author: Translation commit bot Date: Wed Sep 4 10:16:27 2013 + Update translations for https_everywhere_completed --- it/https-everywhere.dtd |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/it/https-everywhere

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

2013-09-04 Thread translation
commit 2a400cac595cb871ba1eff69c47a96a41367b89b Author: Translation commit bot Date: Wed Sep 4 09:46:10 2013 + Update translations for https_everywhere --- it/https-everywhere.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/https-everywhere.dtd b/it/https-