[tor-commits] [atlas/master] Remove bad exit line from details page

2012-04-03 Thread art
commit 16564ce4cd2d6f62cfe7b23a4cc7d0ec156c45fe Author: Arturo Filastò Date: Tue Apr 3 18:30:39 2012 -0700 Remove bad exit line from details page --- templates/details/main.html |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/templates/details/main.html b/templa

[tor-commits] [atlas/master] Properly convert time to UTC before doing calculation

2012-04-03 Thread art
commit 1d1d15fed03c226c7482e0310a23e28706edf9d2 Author: Arturo Filastò Date: Tue Apr 3 18:13:26 2012 -0700 Properly convert time to UTC before doing calculation Fixing #5318 --- js/models/relay.js |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/js/models/relay

[tor-commits] [atlas/master] Merge branch 'master' of ssh://git-rw.torproject.org/atlas

2012-04-03 Thread art
commit 0e75a64069addab96cc518319d7f4cb71b53ad36 Merge: 43bd758 0adeedc Author: Arturo Filastò Date: Tue Apr 3 17:12:50 2012 -0700 Merge branch 'master' of ssh://git-rw.torproject.org/atlas Conflicts: js/models/relay.js ___ tor-c

[tor-commits] [atlas/master] Avoid setting badexit model attribute to false when true

2012-04-03 Thread art
commit 43bd758af98811d3b22a5ce075a5bb65e9872e89 Author: Arturo Filastò Date: Tue Apr 3 14:16:51 2012 -0700 Avoid setting badexit model attribute to false when true --- js/models/relay.js |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/js/models/relay.js b/js/mod

[tor-commits] [torbrowser/master] Merge branch 'maint-2.2' into maint-2.3

2012-04-03 Thread erinn
commit edd91f582be790812320ab441097a44dad572585 Merge: 38a0675 24ed18b Author: Erinn Clark Date: Tue Apr 3 19:00:07 2012 -0300 Merge branch 'maint-2.2' into maint-2.3 src/RelativeLink/RelativeLinkOSX.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) _

[tor-commits] [torbrowser/maint-2.3] Merge branch 'maint-2.2' into maint-2.3

2012-04-03 Thread erinn
commit edd91f582be790812320ab441097a44dad572585 Merge: 38a0675 24ed18b Author: Erinn Clark Date: Tue Apr 3 19:00:07 2012 -0300 Merge branch 'maint-2.2' into maint-2.3 src/RelativeLink/RelativeLinkOSX.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) _

[tor-commits] [torbrowser/master] fix debug line in osx launch script (closes: #4851)

2012-04-03 Thread erinn
commit 24ed18b2349cde7997e69c9c703229fd0b1f079e Author: Erinn Clark Date: Tue Apr 3 18:59:42 2012 -0300 fix debug line in osx launch script (closes: #4851) --- src/RelativeLink/RelativeLinkOSX.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/RelativeLink/Rel

[tor-commits] [torbrowser/maint-2.3] fix debug line in osx launch script (closes: #4851)

2012-04-03 Thread erinn
commit 24ed18b2349cde7997e69c9c703229fd0b1f079e Author: Erinn Clark Date: Tue Apr 3 18:59:42 2012 -0300 fix debug line in osx launch script (closes: #4851) --- src/RelativeLink/RelativeLinkOSX.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/RelativeLink/Rel

[tor-commits] [torbrowser/maint-2.2] fix debug line in osx launch script (closes: #4851)

2012-04-03 Thread erinn
commit 24ed18b2349cde7997e69c9c703229fd0b1f079e Author: Erinn Clark Date: Tue Apr 3 18:59:42 2012 -0300 fix debug line in osx launch script (closes: #4851) --- src/RelativeLink/RelativeLinkOSX.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/RelativeLink/Rel

[tor-commits] r25598: {website} the preferred way to edit torrc for debian apt users is not (website/trunk/docs/en)

2012-04-03 Thread Roger Dingledine
Author: arma Date: 2012-04-03 21:36:29 + (Tue, 03 Apr 2012) New Revision: 25598 Modified: website/trunk/docs/en/faq.wml Log: the preferred way to edit torrc for debian apt users is not via vidalia Modified: website/trunk/docs/en/faq.wml

[tor-commits] r25597: {website} ha. we've been giving out a broken tshirt link to all our hi (website/trunk)

2012-04-03 Thread Roger Dingledine
Author: arma Date: 2012-04-03 21:31:02 + (Tue, 03 Apr 2012) New Revision: 25597 Modified: website/trunk/.htaccess Log: ha. we've been giving out a broken tshirt link to all our high-value donators. Modified: website/trunk/.htaccess =

[tor-commits] [atlas/master] Avoid setting badexit model attribute to false when true

2012-04-03 Thread art
commit 0adeedc475716f82febb6fa6945d53384748c120 Author: Arturo Filastò Date: Tue Apr 3 14:16:51 2012 -0700 Avoid setting badexit model attribute to false when true --- js/models/relay.js |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/js/models/relay.js b/js/mod

[tor-commits] [atlas/master] Fix bug with flags not displaying properly

2012-04-03 Thread art
commit 82ae070eb2962e2d72b8a149684251b077df2b68 Author: Arturo Filastò Date: Thu Mar 22 15:26:09 2012 -0700 Fix bug with flags not displaying properly --- js/models/relay.js |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/js/models/relay.js b/js/models/relay.js

[tor-commits] [atlas/master] Properly display the BadExit flag fixes #5559

2012-04-03 Thread art
commit 51fab9bf2999a51776a6866b4d5bdc3c41992c91 Author: Arturo Filastò Date: Tue Apr 3 14:11:32 2012 -0700 Properly display the BadExit flag fixes #5559 --- img/flags/denied_16x16.png | Bin 0 -> 244 bytes js/models/relay.js |9 +++-- js/views/details/main.js |2 ++

[tor-commits] r25596: {website} add latest news stories. (website/trunk/press/en)

2012-04-03 Thread Andrew Lewman
Author: phobos Date: 2012-04-03 16:23:28 + (Tue, 03 Apr 2012) New Revision: 25596 Modified: website/trunk/press/en/inthemedia.wml Log: add latest news stories. Modified: website/trunk/press/en/inthemedia.wml === --- website/t

[tor-commits] [tor/master] tor_vsscanf(): Don't return -1 if '%%' doesn't match.

2012-04-03 Thread nickm
commit b80728a115213abfaab6b3a124caac617ce5d253 Author: George Kadianakis Date: Tue Apr 3 16:20:24 2012 +0200 tor_vsscanf(): Don't return -1 if '%%' doesn't match. tor_vsscanf() is supposed to return the current number of matches on match failure. --- changes/bug5558 |

[tor-commits] [tor/master] Merge remote-tracking branch 'asn-mytor/bug5558_take2'

2012-04-03 Thread nickm
commit b8e582255e8ee920904c71ed9d4ff3927f22757a Merge: 6a9e693 b80728a Author: Nick Mathewson Date: Tue Apr 3 12:06:07 2012 -0400 Merge remote-tracking branch 'asn-mytor/bug5558_take2' changes/bug5558 |3 +++ src/common/util.c|2 +- src/test/test_util.c |6 +- 3 f

[tor-commits] [obfsproxy/master] Do the release ritual for 0.1.3.

2012-04-03 Thread asn
commit 8cf684e052cf290ee2c7fcf8290d3f4cb3cf5c5d Author: George Kadianakis Date: Tue Apr 3 17:48:14 2012 +0200 Do the release ritual for 0.1.3. 0.1.2 was skipped since I tagged without doing the release ritual. Still getting used to this... --- ChangeLog|2 +- configure

[tor-commits] [tor/master] Suppress "decided to publish new descriptor" message when not a server

2012-04-03 Thread nickm
commit 6a9e693fbe5fc7c418e1c187b34a1496b62544cc Author: Nick Mathewson Date: Mon Apr 2 18:54:16 2012 -0400 Suppress "decided to publish new descriptor" message when not a server The message only means that we're publishing a new descriptor when we are actually in some kind of s

[tor-commits] [onionoo/master] A consensus weight of 0 is still valid.

2012-04-03 Thread karsten
commit 1f18ac65e8f1bf55aa9e65ccbb11a9652bae1aad Author: Karsten Loesing Date: Tue Apr 3 13:59:14 2012 +0200 A consensus weight of 0 is still valid. --- src/org/torproject/onionoo/DetailDataWriter.java |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/org/torproj

[tor-commits] [onionoo/master] Add consensus_weight field to relay details.

2012-04-03 Thread karsten
commit ba812299c1569989cc0f20a34491ceedf95ba233 Author: Karsten Loesing Date: Tue Apr 3 13:24:51 2012 +0200 Add consensus_weight field to relay details. --- src/org/torproject/onionoo/CurrentNodes.java | 26 ++--- src/org/torproject/onionoo/DetailDataWriter.java |

[tor-commits] [onionoo/master] Stop calling the changes from 1 month ago 'new.'

2012-04-03 Thread karsten
commit 8f33b102da5fd7d0e79018ccf39a1803b575a0c5 Author: Karsten Loesing Date: Tue Apr 3 13:11:25 2012 +0200 Stop calling the changes from 1 month ago 'new.' --- web/index.html | 78 --- 1 files changed, 34 insertions(+), 44 deletions(-)

[tor-commits] [onionoo/master] Add Commons Compress to build path.

2012-04-03 Thread karsten
commit 425a074e202541b9fd7964ac2a1ec360d51182ca Author: Karsten Loesing Date: Tue Apr 3 13:13:21 2012 +0200 Add Commons Compress to build path. This .jar is now required by metrics-lib. --- build.xml |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build.xm

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

2012-04-03 Thread translation
commit 35d45d96f89a8cd755f72188974cae388939142c Author: Translation commit bot Date: Tue Apr 3 10:15:05 2012 + Update translations for orbot --- values-eu/strings.xml | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/values-eu