[tor-commits] [stem/master] Adding gitignore for pyc and vim swap files

2011-10-08 Thread atagar
commit 88921da126612d90a2dbf002f37ba236da047cd4 Author: Damian Johnson Date: Sat Oct 8 16:15:48 2011 -0700 Adding gitignore for pyc and vim swap files --- .gitignore |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 inde

[tor-commits] [stem/master] Running tests based on input arguments

2011-10-08 Thread atagar
commit 3dd9ea0d9222ddf22e63c7f5dcf8e7032e6fb494 Author: Damian Johnson Date: Sat Oct 8 16:04:08 2011 -0700 Running tests based on input arguments Making the test runner accept arguments for the type of tests to be ran. The integration tests especially will take a while when the

[tor-commits] [stem/master] Subdirectories for integ and unit tests

2011-10-08 Thread atagar
commit d38b8830804e78cd0921333c39c5e9a2ee8ad42f Author: Damian Johnson Date: Sat Oct 8 13:10:38 2011 -0700 Subdirectories for integ and unit tests Unit and integration tests will be separate subdirectories of test. --- run_tests.py |4 +- test/__init__.py |

[tor-commits] [stem/master] Using Pascal Case styling (unscores) for variables

2011-10-08 Thread atagar
commit 39e10eed903c1920a50a175803726035b8448712 Author: Damian Johnson Date: Sat Oct 8 14:03:08 2011 -0700 Using Pascal Case styling (unscores) for variables According to PEP8 [1] both functions and variable names should use the underscore naming convention (ie, 'my_var') rathe

[tor-commits] [tor-cloud/master] Set up automatic package upgrades with the unattended-upgrades package

2011-10-08 Thread runa
commit 56efc8f6da2a2d677b80132faa5c2d68f88972cc Author: Runa A. Sandvik Date: Sat Oct 8 22:01:51 2011 +0100 Set up automatic package upgrades with the unattended-upgrades package --- ec2-prep.sh | 49 - 1 files changed, 48 insertions(+), 1

[tor-commits] [tor-cloud/master] Fixed the path to the repo in the README

2011-10-08 Thread runa
commit ad664225488408fe7b2da1f21b2be51dfc121979 Author: Runa A. Sandvik Date: Sat Oct 8 17:34:48 2011 +0100 Fixed the path to the repo in the README --- README |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/README b/README index 8ac1690..9dfe2be 100644 --- a/REA

[tor-commits] [tor-cloud/master] Move build instructions to BUILD, write a new README and remove the

2011-10-08 Thread runa
commit 6de0bea435e848868d16e1a6bfbf859acf6fe1e1 Author: Runa A. Sandvik Date: Sat Oct 8 17:33:26 2011 +0100 Move build instructions to BUILD, write a new README and remove the tor-cloud file --- BUILD | 41 README| 47 ++-

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

2011-10-08 Thread translation
commit a3b8d66d6cca8654d1f9a5a3a9a1a4c3632af6cd Author: Translation commit bot Date: Sat Oct 8 15:01:23 2011 + Update translations for vidalia_installer --- hu/vidalia_hu.po | 43 +-- 1 files changed, 37 insertions(+), 6 deletions(-) diff --gi

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

2011-10-08 Thread translation
commit f0e42829a98bd270357d9eeb89551287515a1d2b Author: Translation commit bot Date: Sat Oct 8 14:31:58 2011 + Update translations for vidalia_installer --- hu/vidalia_hu.po | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/hu/vidalia_hu.po b

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

2011-10-08 Thread translation
commit cf74806d117cd417e8197f96516a712f5daf315d Author: Translation commit bot Date: Sat Oct 8 14:31:04 2011 + Update translations for vidalia_help --- hu/troubleshooting.po | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/hu/troubleshoot

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

2011-10-08 Thread translation
commit e1728f41a0ed98c3b77ac39219cdb044f64e8403 Author: Translation commit bot Date: Sat Oct 8 12:00:24 2011 + Update translations for vidalia_help --- hu/config.po | 29 + hu/troubleshooting.po | 26 +- 2 files changed,

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

2011-10-08 Thread translation
commit cc66ebea6f09b1684ada69a88aa35dc36eedfffb Author: Translation commit bot Date: Sat Oct 8 11:51:47 2011 + Update translations for vidalia --- hu/vidalia_hu.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hu/vidalia_hu.po b/hu/vidalia_hu.po index 3d01

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

2011-10-08 Thread translation
commit 88d0f990fe20641d14274a8d0200d4e5adac1781 Author: Translation commit bot Date: Sat Oct 8 11:31:26 2011 + Update translations for vidalia_help --- hu/troubleshooting.po |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/hu/troubleshooting.po b/hu/trou

[tor-commits] [metrics-tasks/master] Add bridge stats coverage analysis (#3261).

2011-10-08 Thread karsten
commit 051ad27436a82861df92db088916184174609d3a Author: Karsten Loesing Date: Sat Oct 8 11:47:20 2011 +0200 Add bridge stats coverage analysis (#3261). --- task-3261/.gitignore|4 + task-3261/AnalyzeStatsCoverage.java | 340 +++ task-326