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

2011-12-01 Thread translation
commit 2ce3aadc88c95d0df82431b53761a796e8ad43bc Author: Translation commit bot translat...@torproject.org Date: Thu Dec 1 12:15:27 2011 + Update translations for vidalia_help --- zh_CN/bridges.po |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Fix warnings.

2011-12-01 Thread nickm
commit c06c80b7f7911b0d5c99860ef8c4770cacdbe0a2 Author: Linus Nordberg li...@nordberg.se Date: Thu Dec 1 09:40:47 2011 +0100 Fix warnings. Remove environ declaration. Use ORPort-value. And it's a string. Make tmp a char *. --- src/or/transports.c |7 +++ 1 files

[tor-commits] [torspec/master] Add proposal 191 and 192

2011-12-01 Thread nickm
commit d329528c3942727c591ba8bb9100d5d65a50fd8a Author: Nick Mathewson ni...@torproject.org Date: Thu Dec 1 09:42:38 2011 -0500 Add proposal 191 and 192 --- proposals/000-index.txt|4 + proposals/191-mitm-bridge-detection-resistance.txt | 114

[tor-commits] [arm/master] Fix a help entry on connection panel

2011-12-01 Thread atagar
commit 1945566a7e57e45bb9f60c050859ac82fdc44d43 Author: Tim Wilde git...@krellis.org Date: Thu Dec 1 01:37:58 2011 + Fix a help entry on connection panel --- src/cli/connections/connPanel.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [arm/master] Replacing 'toggle' with 'show'

2011-12-01 Thread atagar
commit fbf672b17899f185e799b57f24ddfafcb5e89dd5 Author: Damian Johnson ata...@torproject.org Date: Thu Dec 1 07:32:22 2011 -0800 Replacing 'toggle' with 'show' Minor change to the previous fix's wording. --- src/cli/connections/connPanel.py |2 +- 1 files changed, 1

[tor-commits] [stem/master] Function and testing for cookie authentication

2011-12-01 Thread atagar
commit 8fd556572a170d06359458a37848d947313984d2 Author: Damian Johnson ata...@torproject.org Date: Thu Dec 1 10:10:43 2011 -0800 Function and testing for cookie authentication Adding a function for password authentication. This includes checks for the file's existance and that

[tor-commits] [stem/master] Skipping get_pid_by_name test when doomed

2011-12-01 Thread atagar
commit 2c91e342a58dd389d5cb777cb1f4f59bfc198f71 Author: Damian Johnson ata...@torproject.org Date: Wed Nov 30 19:02:32 2011 -0800 Skipping get_pid_by_name test when doomed The get_pid_by_name function fails when there's multiple instances of a process with that name. As a

[tor-commits] [torflow/master] Fix an exception that can happen with very large bandwidths.

2011-12-01 Thread mikeperry
commit 325bfcc0f000808c5528f90d69996ab0a186aa10 Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 16:56:46 2011 -0800 Fix an exception that can happen with very large bandwidths. We have a cap+log warn below that we will hit in this case instead of crashing. ---

[tor-commits] [torflow/master] Alter default param values.

2011-12-01 Thread mikeperry
commit 4a4b8a73185f763f0def3e0d30c052f3abeb6fa0 Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 17:38:45 2011 -0800 Alter default param values. These defaults should still be equivalent to Section 2 in the spec, but these values will keep the PID interim state from

[tor-commits] [torflow/master] Implement per-class setpoints.

2011-12-01 Thread mikeperry
commit 4f4bc10fba85adc877481e3fb4445847a208da12 Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 20:09:25 2011 -0800 Implement per-class setpoints. Governed by consensus param (off by default). --- NetworkScanners/BwAuthority/README.spec.txt |5 ++

[tor-commits] [torflow/master] Change how circuit failure is used.

2011-12-01 Thread mikeperry
commit 83f29ce70d0846206daa76f7ad8ab2cf3f5efbd6 Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 20:54:46 2011 -0800 Change how circuit failure is used. Let's try computing a second error and take their sum. --- NetworkScanners/BwAuthority/README.spec.txt | 16

[tor-commits] [torflow/master] Fix variable shadow, and add some logs.

2011-12-01 Thread mikeperry
commit c183c9fe3970c9bd022d1d7816860dab62f34d07 Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 21:03:06 2011 -0800 Fix variable shadow, and add some logs. --- NetworkScanners/BwAuthority/aggregate.py | 32 +++-- 1 files changed, 17 insertions(+), 15

[tor-commits] [tor/master] Don't segfault when checking whether a not-yet-used intro point should expire

2011-12-01 Thread nickm
commit 5ffa7102c00385445d3855bbc481668edf62d139 Author: Robert Ransom rransom.8...@gmail.com Date: Thu Dec 1 15:26:45 2011 -0800 Don't segfault when checking whether a not-yet-used intro point should expire Found by katmagic. Bugfix on the #3460 branch, not yet in any release.

[tor-commits] [tor/master] Appease check-spaces

2011-12-01 Thread nickm
commit c811b8f3a0a3ec2a071983d6952350f521c8b28d Author: Sebastian Hahn sebast...@torproject.org Date: Fri Dec 2 06:16:47 2011 +0100 Appease check-spaces --- src/test/test_config.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/test/test_config.c

[tor-commits] [tor/master] Work around a false positive in Coverity.

2011-12-01 Thread nickm
commit 95af91565bd846be0b199fbc02d7197bf771e867 Author: Sebastian Hahn sebast...@torproject.org Date: Fri Dec 2 06:15:31 2011 +0100 Work around a false positive in Coverity. Fixes cid 501 and 502. --- src/common/crypto.c |7 +-- 1 files changed, 5 insertions(+), 2

[tor-commits] [tor/master] Merge remote-tracking branch 'sebastian/coverity_strlen_fp'

2011-12-01 Thread nickm
commit cd10013218a6b1cc42568eb91ed9372e6caddf1f Merge: 5ffa710 95af915 Author: Nick Mathewson ni...@torproject.org Date: Fri Dec 2 00:24:33 2011 -0500 Merge remote-tracking branch 'sebastian/coverity_strlen_fp' src/common/crypto.c|7 +-- src/test/test_config.c |2 +- 2

[tor-commits] [torflow/master] Directly use the circ_error if it is negative.

2011-12-01 Thread mikeperry
commit 9e27a77f17bae2f9535373f8b48c2cee6ea2ae4d Author: Mike Perry mikeperry-...@fscked.org Date: Thu Dec 1 21:23:46 2011 -0800 Directly use the circ_error if it is negative. --- NetworkScanners/BwAuthority/README.spec.txt |4 +++- NetworkScanners/BwAuthority/aggregate.py|8

[tor-commits] r25240: {website} Fixed link to Sponsor TODO list (website/trunk/docs/en)

2011-12-01 Thread Runa Sandvik
Author: runa Date: 2011-12-02 07:50:12 + (Fri, 02 Dec 2011) New Revision: 25240 Modified: website/trunk/docs/en/documentation.wml Log: Fixed link to Sponsor TODO list Modified: website/trunk/docs/en/documentation.wml === ---

[tor-commits] r25241: {website} bring the bridge explanation partway out of the stone age (website/trunk/docs/en)

2011-12-01 Thread Roger Dingledine
Author: arma Date: 2011-12-02 07:52:49 + (Fri, 02 Dec 2011) New Revision: 25241 Modified: website/trunk/docs/en/bridges.wml Log: bring the bridge explanation partway out of the stone age Modified: website/trunk/docs/en/bridges.wml