[tor-commits] [metrics-web/master] Fix an IllegalStateException.

2011-09-13 Thread karsten
commit dac09a8ccc2a6a4166c40ccfff89751afc0e7585 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Sep 13 16:36:08 2011 +0200 Fix an IllegalStateException. We're not allowed to forward a request after we started responding to it, here by sending an error code

[tor-commits] [metrics-web/master] Add directory listing for /csv.

2011-09-13 Thread karsten
commit 4f6c4bc456fd2f35588722df161549f903eeafca Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Sep 13 17:29:58 2011 +0200 Add directory listing for /csv. See https://metrics.torproject.org/csv/ . --- src/org/torproject/ernie/web/CsvServlet.java | 16

[tor-commits] [metrics-web/master] Add an option to not cut off the last day(s) in a graph.

2011-09-14 Thread karsten
commit 9677fbdaa5c0892bd54364277654264b6dd51480 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Sep 14 21:14:25 2011 +0200 Add an option to not cut off the last day(s) in a graph. Note that we cut off the last day(s) for a reason. The data may be wrong. Whatever you

[tor-commits] [metrics-tasks/master] Add sources for bridge-blocking case study (#4030).

2011-09-15 Thread karsten
commit 73f278eb1ab44d6691dbbe349f608a1cbb72b42b Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Sep 15 20:49:40 2011 +0200 Add sources for bridge-blocking case study (#4030). --- task-4030/.gitignore |7 + task-4030/DetectBridgeBlockings.java | 140

[tor-commits] [metrics-web/master] Add bridge-blocking case study PDF.

2011-09-15 Thread karsten
commit 1e17bd6b35a87155494b5e8461151bd2dd867bf5 Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Sep 15 20:54:58 2011 +0200 Add bridge-blocking case study PDF. --- web/WEB-INF/papers.jsp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/WEB-INF

[tor-commits] [metrics-web/master] Fix a typo.

2011-09-17 Thread karsten
commit d1a9d14a45c15c054e083ef57d50ab5d1deadfa6 Author: Karsten Loesing karsten.loes...@gmx.net Date: Sat Sep 17 20:22:22 2011 +0200 Fix a typo. --- web/WEB-INF/formats.jsp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/WEB-INF/formats.jsp b/web/WEB-INF

[tor-commits] [metrics-web/master] Create stats/ directory in ExoneraTor db importer.

2011-10-04 Thread karsten
commit 2a2b195de0b80f057cafe10477bbb84e531c8340 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Oct 4 10:10:01 2011 +0200 Create stats/ directory in ExoneraTor db importer. --- .../ernie/cron/ExoneraTorDatabaseImporter.java |1 + 1 files changed, 1 insertions(+), 0

[tor-commits] [metrics-tasks/master] Add a graph for task 4142.

2011-10-04 Thread karsten
commit 16f6c8bf1c8acc4a9f190f34d1ae72acdf796b24 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Oct 4 17:50:50 2011 +0200 Add a graph for task 4142. --- task-4142/.gitignore |6 ++ task-4142/Eval.java | 38 ++ task-4142/README

[tor-commits] [metrics-tasks/master] Add George's v2 detector script (#2718).

2011-10-06 Thread karsten
commit 13a1a7911d8a84923cd071160775eccc24d8b47e Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Oct 5 08:37:06 2011 +0200 Add George's v2 detector script (#2718). --- task-2718/.gitignore|2 + task-2718/detectorv2.py | 531

[tor-commits] [metrics-web/master] Add log statements to analyze database connection usage.

2011-10-13 Thread karsten
commit 9ffbbf741419eba4413f6bafd92053513a123b8d Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Oct 13 08:00:11 2011 +0200 Add log statements to analyze database connection usage. --- src/org/torproject/ernie/web/ConsensusServlet.java |4 +++ .../torproject/ernie/web

[tor-commits] [metrics-web/master] Make consensus-health checker handle relays without flags.

2011-10-14 Thread karsten
commit 6aa0cafa6190bdbe0569278ee5be3d9c09be038a Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Oct 14 08:41:15 2011 +0200 Make consensus-health checker handle relays without flags. --- src/org/torproject/chc/Parser.java |2 +- 1 files changed, 1 insertions(+), 1 deletions

[tor-commits] [metrics-web/master] Make consensus-health checker handle non-fresh consensuses.

2011-10-14 Thread karsten
commit 23e4baf1d0d1f2577c24a615c99b8a965966a4b2 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Oct 14 10:09:49 2011 +0200 Make consensus-health checker handle non-fresh consensuses. --- src/org/torproject/chc/Downloader.java | 28 ++- src/org/torproject

[tor-commits] [metrics-db/master] Keep ntor-onion-key lines in sanitized bridge descriptors.

2013-01-31 Thread karsten
commit b65f0a1aa2cf78023964be78b332cced81a1aded Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Feb 1 05:04:43 2013 +0100 Keep ntor-onion-key lines in sanitized bridge descriptors. Ian says in #8028 that doing so seems safe to him, because it's just a random group

[tor-commits] [metrics-web/master] Add @type bridge-extra-info 1.2 to annotations.

2013-02-01 Thread karsten
commit e8c06def5cd2461a005481797e1b2b9014276136 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Feb 1 11:46:41 2013 +0100 Add @type bridge-extra-info 1.2 to annotations. --- web/WEB-INF/formats.jsp |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git

[tor-commits] [metrics-web/master] Remove remains of hourly relay flags graph.

2013-02-01 Thread karsten
commit 124a4d91f0b7ac649db16a85e44d8e29c5dd179b Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Feb 1 12:40:29 2013 +0100 Remove remains of hourly relay flags graph. Hourly relay flags graphs were disabled seven weeks ago as part of #7652. Remove the remaining, now

[tor-commits] [metrics-tasks/master] Revise stem parsing (thanks atagar) (#7241).

2013-02-04 Thread karsten
commit c58607d29ac304d08d4d51cf0bd597ebd9779df3 Author: peer p...@lavabit.com Date: Sun Jan 20 03:37:46 2013 + Revise stem parsing (thanks atagar) (#7241). --- task-7241/first_pass.py | 15 ++- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Revise calculation script following code review (thanks atagar) (#7241).

2013-02-04 Thread karsten
commit 1625bbe6cb482d8ec599362fefdd99cf06a1c66c Author: peer p...@lavabit.com Date: Tue Jan 22 11:53:57 2013 + Revise calculation script following code review (thanks atagar) (#7241). --- task-7241/first_pass.py | 138 +- 1 files changed, 63

[tor-commits] [metrics-web/master] Use better colors for the versions graph, suggested by bastik.

2013-02-04 Thread karsten
commit 6481dac7b2200c1d1bf8066730e55df9b68d7118 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Feb 4 11:09:21 2013 +0100 Use better colors for the versions graph, suggested by bastik. Implements #7812. Thanks, bastik! --- rserve/graphs.R |2 +- 1 files changed, 1

[tor-commits] [metrics-web/master] Further specify sanitized bridge network statuses.

2013-02-04 Thread karsten
commit 1070c92cb174fc7fc545cd862653b8836d7cd6df Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Feb 4 11:35:46 2013 +0100 Further specify sanitized bridge network statuses. As discussed in #7938. --- web/WEB-INF/formats.jsp | 18 -- 1 files changed, 16

[tor-commits] [metrics-web/master] Add HSDir to relay flags graph.

2013-02-05 Thread karsten
commit aec90f18676bd9d53389692791f3240ef1b336aa Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Feb 5 12:20:05 2013 +0100 Add HSDir to relay flags graph. --- db/tordir.sql | 35 ++-- rserve/csv.R

[tor-commits] [metrics-lib/master] Parse the new flag-thresholds line in votes.

2013-02-05 Thread karsten
commit c2a0dbf8bf100a19660ad512b88d93f3d7c18a1e Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Feb 5 14:49:28 2013 +0100 Parse the new flag-thresholds line in votes. --- .../descriptor/RelayNetworkStatusVote.java | 41 .../descriptor/impl

[tor-commits] [metrics-lib/master] guard-tk actually stands for *weighted* time known.

2013-02-05 Thread karsten
commit fdcf0b49a3092da30c5d322aa98c2f03fcf7c488 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Feb 5 15:37:12 2013 +0100 guard-tk actually stands for *weighted* time known. --- .../descriptor/RelayNetworkStatusVote.java |6 +++--- 1 files changed, 3 insertions(+), 3

[tor-commits] [tech-reports/master] Set publication date to today.

2013-02-05 Thread karsten
commit 18a69c6e0b866b5a6ed87faf01cb318ec273a857 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Feb 6 08:18:40 2013 +0100 Set publication date to today. The publication date shouldn't change whenever the report is recompiled. --- .../censorship-analysis-tool.tex

[tor-commits] [tech-reports/master] Add new technical report discussing the Tor censorship analysis tool.

2013-02-05 Thread karsten
or + we might not notice if improvements break existing code. +\end{enumerate} + +\section*{Acknowledgments} +Arturo Filast\`{o}, George Kadianakis, Karsten Loesing and Runa A. Sandvik +provided valuable feedback for this technical report. + +\bibliography{censorship-analysis-tool} + +\end{document

[tor-commits] [research-web/master] Add Philipp's censorship analysis tool report.

2013-02-05 Thread karsten
commit 56d193c69e5c585af6e8734ef9daecd5ace7f453 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Feb 6 08:35:34 2013 +0100 Add Philipp's censorship analysis tool report. --- techreports.bib | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[tor-commits] [compass/master] self._datafile_name not set when it's already needed by self._create_filters

2013-02-06 Thread karsten
commit f001ba866b1c7ba8f58e85371210d303f127f7a4 Author: Michael Zeltner m...@niij.org Date: Wed Feb 6 16:11:57 2013 +0100 self._datafile_name not set when it's already needed by self._create_filters --- compass.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [onionoo/master] Use recent GeoIP database without A1 entries.

2013-02-11 Thread karsten
commit 95623efb0e415d1c9c9fa176a967f1a05f942b45 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Feb 11 08:12:39 2013 +0100 Use recent GeoIP database without A1 entries. The IP-to-city database to be deployed with Onionoo needs to have its A1 (Anonymous Proxy) entries

[tor-commits] [doctor/master] Check that authorities run recommended versions.

2013-02-11 Thread karsten
commit 091551f78899de8cc2e5b1d656df27e31e383a14 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Feb 11 17:38:21 2013 +0100 Check that authorities run recommended versions. Implements #7725. --- .gitignore |2 + src/org/torproject

[tor-commits] [metrics-web/master] Add a note that there's no recent by-country data.

2013-02-19 Thread karsten
commit 394e78362186bce3662708a545178821ce4b15c5 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Feb 20 08:02:30 2013 +0100 Add a note that there's no recent by-country data. --- web/WEB-INF/network.jsp |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git

[tor-commits] [metrics-web/master] Update sanitized bridge descriptor examples.

2013-02-20 Thread karsten
commit 02e57fae5b742d64811eab8baebe9a71e6fbce18 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Feb 20 12:28:12 2013 +0100 Update sanitized bridge descriptor examples. --- web/WEB-INF/formats.jsp | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [onionoo/master] Update manual substitutions to February 2013 database.

2013-02-21 Thread karsten
commit 34dbe7144e5a29a4233ca9db232d7884f6be1850 Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Feb 21 12:27:41 2013 +0100 Update manual substitutions to February 2013 database. --- geoip/geoip-manual | 71 ++- 1 files changed, 69

[tor-commits] [metrics-web/master] Add @microdescriptor 1.0 to formats.html.

2013-02-28 Thread karsten
commit bba6809d9625a786bb483aa3a7bf3248d4ca2615 Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Feb 28 19:06:03 2013 +0100 Add @microdescriptor 1.0 to formats.html. --- web/WEB-INF/formats.jsp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/WEB-INF

[tor-commits] [doctor/master] Exclude authorities on .0 versions from check.

2013-03-06 Thread karsten
commit 9cdb65f51c2eafcab660c337f587693a85553b7a Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Mar 6 16:37:41 2013 +0100 Exclude authorities on .0 versions from check. Authorities often run not-yet-released tor versions, which have version strings ending in -dev. We

[tor-commits] [onionoo/master] Add two, remove one manual 'A1' substitution.

2013-03-07 Thread karsten
commit 7ff7372a4850bf89e5ea6f628a96d345ba9af28c Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Mar 7 21:02:15 2013 +0100 Add two, remove one manual 'A1' substitution. --- geoip/geoip-manual | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git

[tor-commits] [compass/master] Change the default value of top to 10

2013-03-11 Thread karsten
commit 53fde1f8aa6369cb80a0be71ccf02d33094f14c5 Author: Sathyanarayanan Gunasekaran gsathya@gmail.com Date: Mon Mar 11 15:34:42 2013 +0530 Change the default value of top to 10 --- templates/index.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [atlas/master] Add relay nickname to title.

2013-03-11 Thread karsten
commit a189eb5a61701043e8bed4c73ca498c28320f85d Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Mar 11 15:10:58 2013 +0100 Add relay nickname to title. Implements #5833. --- js/views/about/main.js |1 + js/views/details/main.js |1 + js/views/search/do.js

[tor-commits] [atlas/master] Extend y axis ticks to horizontal guides.

2013-03-21 Thread karsten
commit 648381deab3e62f0cf92d82d843f7b20a282f21c Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Mar 13 09:50:03 2013 +0100 Extend y axis ticks to horizontal guides. --- js/views/details/main.js |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/js/views

[tor-commits] [atlas/master] Add support for tooltips inside of d3.js graphs

2013-03-21 Thread karsten
commit cf8fa304c9929d2539af78a0b8f7111ca3bebbcb Author: Arturo Filastò a...@fuffa.org Date: Wed Mar 13 15:36:04 2013 +0100 Add support for tooltips inside of d3.js graphs --- js/views/details/main.js | 23 +++ 1 files changed, 19 insertions(+), 4 deletions(-) diff

[tor-commits] [atlas/master] Tweak the new tooltips a tiny bit.

2013-03-21 Thread karsten
commit 63d4bec695623b2237f20ce6bf55e88b5c69be7c Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Mar 13 16:09:38 2013 +0100 Tweak the new tooltips a tiny bit. --- js/views/details/main.js |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/js/views/details

[tor-commits] [atlas/master] Move legend to top margin.

2013-03-21 Thread karsten
commit 8f75a7161b763a6eae4bf0fa580008b35c673658 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Mar 13 21:37:57 2013 +0100 Move legend to top margin. --- js/views/details/main.js | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/js/views

[tor-commits] [atlas/master] Fix bug in visualization of tooltip in Firefox

2013-03-21 Thread karsten
commit 3652cfcda57d1f4fa040a2965b1a100df5c92fb1 Author: Arturo Filastò a...@fuffa.org Date: Sun Mar 17 11:35:03 2013 -0400 Fix bug in visualization of tooltip in Firefox --- js/libs/bootstrap/bootstrap-tooltip.js | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-)

[tor-commits] [atlas/master] Merge remote-tracking branch 'hellais/task-6361' into task-6361

2013-03-21 Thread karsten
commit 962bb3844c0ff1b2b760b59916ee48eee110196d Merge: 8f75a71 3652cfc Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Mar 21 18:25:13 2013 +0100 Merge remote-tracking branch 'hellais/task-6361' into task-6361 js/libs/bootstrap/bootstrap-tooltip.js | 14 +++--- 1 files

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

2013-03-27 Thread karsten
commit 513b48093fc104201f7f4b31f5a17543297e3c85 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Mar 27 19:26:54 2013 +0100 Add last_changed_address_or_port field to details. Implements Onionoo side of #8374. --- src/org/torproject/onionoo/CurrentNodes.java | 168

[tor-commits] [onionoo/master] Update manual substitutions to April 2013 database.

2013-04-08 Thread karsten
commit fde1aa6f319ca207ad64c259f507edb50b74b602 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Apr 8 12:07:23 2013 +0200 Update manual substitutions to April 2013 database. --- geoip/geoip-manual | 213 +++- 1 files changed, 193

[tor-commits] [onionoo/master] Add two new parameters as and flag.

2013-04-08 Thread karsten
commit ef51f1b4d6a44699177c2c09d19bfa8e6c2bac9e Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Apr 9 05:32:19 2013 +0200 Add two new parameters as and flag. Also fix a potential bug in the servlet's filtering and sorting code. It's unclear whether this really

[tor-commits] [onionoo/master] Implement maintenance mode.

2013-04-09 Thread karsten
commit 69993b96a1aeb49a9095de67df5ccc561a7e4e90 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Apr 9 09:39:56 2013 +0200 Implement maintenance mode. When set, respond to all requests with 503 Service Unavailable. --- etc/web.xml.template

[tor-commits] [onionoo/master] Remember nodes even if they drop out for 7+ days.

2013-04-10 Thread karsten
commit 49595204ad73da7fca1a5285e693400195d66247 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Apr 9 11:08:00 2013 +0200 Remember nodes even if they drop out for 7+ days. Implements step 2 of #6509. --- src/org/torproject/onionoo/CurrentNodes.java | 93

[tor-commits] [onionoo/master] Add first_seen_days and last_seen_days parameters.

2013-04-10 Thread karsten
commit 63f9e228dc3b02bf0831476f7dbd36721ddfb531 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Apr 9 15:19:59 2013 +0200 Add first_seen_days and last_seen_days parameters. Implements step 3 of #6509. --- src/org/torproject/onionoo/ResourceServlet.java | 127

[tor-commits] [onionoo/master] Clarify that the flag parameter is not for bridges.

2013-04-10 Thread karsten
commit 9995811ac0e2fc018baa5dd463bea68eef1c2dd5 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Apr 10 10:31:59 2013 +0200 Clarify that the flag parameter is not for bridges. --- web/index.html |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web

[tor-commits] [onionoo/master] Log back-end performance to find bottlenecks.

2013-04-10 Thread karsten
commit d49ab37d9ab06b175013d94ba7c56f0c947e82a9 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Apr 10 10:23:20 2013 +0200 Log back-end performance to find bottlenecks. --- src/org/torproject/onionoo/Main.java | 38 ++ 1 files changed, 38

[tor-commits] [onionoo/master] Make two new parameters for #6509 visible.

2013-04-10 Thread karsten
commit f237433ca2ec23fe0bdb597819b6947b6c08fa6a Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Apr 10 11:55:38 2013 +0200 Make two new parameters for #6509 visible. --- web/index.html |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web

[tor-commits] [onionoo/master] Add support to search for nickname substrings.

2013-04-11 Thread karsten
commit c5e23ddc3e30c44364813388938bc511f89bfdcf Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Apr 11 10:04:36 2013 +0200 Add support to search for nickname substrings. Implements #8678. --- src/org/torproject/onionoo/ResourceServlet.java | 24

[tor-commits] [metrics-tasks/master] Add #6232 code written by gsathya and others.

2012-07-04 Thread karsten
commit e456caea6134de661d24be8a253394e323ac025a Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 4 23:11:06 2012 +0200 Add #6232 code written by gsathya and others. Extract consensus weights from consensuses and calculate the Shannon Entropy for them. Most

[tor-commits] [metrics-tasks/master] Take into account the router flags

2012-07-05 Thread karsten
commit 98859a1e367c4b5728fb0d7bc2c5acf8e99d2208 Author: Sathyanarayanan Gunasekaran gsathya@gmail.com Date: Thu Jul 5 10:08:40 2012 +0200 Take into account the router flags Measure entropy for exit and guard nodes --- task-6232/pyentropy.py | 45

[tor-commits] [metrics-tasks/master] Replace tabs with spaces, add a usage function

2012-07-05 Thread karsten
commit 4d36a13e8b7790692e4969c8d4005a354bb249c1 Author: Sathyanarayanan Gunasekaran gsathya@gmail.com Date: Thu Jul 5 00:28:26 2012 +0200 Replace tabs with spaces, add a usage function --- task-6232/.gitignore |2 + task-6232/pyentropy.py | 121

[tor-commits] [onionoo/master] Don't escape ' in JSON strings.

2012-07-06 Thread karsten
commit e20dd5be4a86760a21aad62d8a7b3adc3d976a45 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 6 11:27:46 2012 +0200 Don't escape ' in JSON strings. Fixes #6309, found by lunar. --- src/org/torproject/onionoo/DetailDataWriter.java | 26 +++-- 1

[tor-commits] [metrics-tasks/master] Merge remote-tracking branch 'gsathya/master'

2012-07-09 Thread karsten
commit b939e76767191ae28cf7d4308838e24e64c52ccf Merge: c4c6d16 9fb1eae Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jul 9 12:19:36 2012 +0200 Merge remote-tracking branch 'gsathya/master' task-6232/pyentropy.py | 64 ++- 1 files

[tor-commits] [metrics-tasks/master] Revert back to original algorithm

2012-07-09 Thread karsten
commit 9fb1eaeb8c6104d99ed3d4d9f1748fa9269c6ac8 Author: Sathyanarayanan Gunasekaran gsathya@gmail.com Date: Thu Jul 5 12:49:37 2012 +0200 Revert back to original algorithm Phw realised that the original algorithm made more sense in the current scenario where we need to find

[tor-commits] [metrics-tasks/master] Fail gracefully for old consensus

2012-07-09 Thread karsten
commit cc86e841928a7a85168143ff524b0779c0e5059a Author: Sathyanarayanan gsathya@gmail.com Date: Mon Jul 9 16:57:08 2012 +0300 Fail gracefully for old consensus --- task-6232/pyentropy.py |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Merge remote-tracking branch 'gsathya/master'

2012-07-09 Thread karsten
commit b2d9e509b4c513aa2e253a550fd832fb9c86a94e Merge: b939e76 cc86e84 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jul 9 16:16:24 2012 +0200 Merge remote-tracking branch 'gsathya/master' task-6232/pyentropy.py |7 --- 1 files changed, 4 insertions(+), 3 deletions

[tor-commits] [metrics-tasks/master] Take out noisy warning.

2012-07-09 Thread karsten
commit 3d4e484df398a5fd395149f1fb87b3b702dd4a2c Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jul 9 16:16:44 2012 +0200 Take out noisy warning. --- task-6232/pyentropy.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/task-6232/pyentropy.py b/task-6232

[tor-commits] [metrics-web/master] Don't cut off min-max expected users.

2012-07-10 Thread karsten
commit d5e8ed1bb565f5bc60176bf6731434c4dde552d1 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Jul 10 12:27:16 2012 +0200 Don't cut off min-max expected users. Fixes #6272, spotted by asn. --- rserve/graphs.R | 10 ++ 1 files changed, 6 insertions(+), 4

[tor-commits] [metrics-web/master] Update ExoneraTor text based on wseltzer's edits.

2012-07-13 Thread karsten
commit 6515e1631fad121d310f89905c4adae1f4e7adbf Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 13 08:49:35 2012 +0200 Update ExoneraTor text based on wseltzer's edits. --- .../torproject/ernie/web/ExoneraTorServlet.java| 42 ++-- 1 files changed, 30

[tor-commits] [metrics-tasks/master] Change entropy_exit to entropy_guard and vice-versa. Thanks asn!

2012-07-14 Thread karsten
commit 585553ccffda77970160f01ab926c7f05824ef3f Author: Sathyanarayanan gsathya@gmail.com Date: Fri Jul 13 20:09:12 2012 +0530 Change entropy_exit to entropy_guard and vice-versa. Thanks asn! --- task-6232/pyentropy.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [metrics-tasks/master] Update plotting code for #6232.

2012-07-14 Thread karsten
commit 82d18a95d064b1e0018cb85549fb21bb46bddce1 Author: Karsten Loesing karsten.loes...@gmx.net Date: Sun Jul 15 07:29:49 2012 +0200 Update plotting code for #6232. --- task-6232/plot-entropy.R | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/task

[tor-commits] [metrics-tasks/master] task-6329: Remove extra whitespaces

2012-07-15 Thread karsten
commit a339cf586cb320223d99cc27767affb82cff Author: delber del...@riseup.net Date: Sat Jul 14 13:07:13 2012 + task-6329: Remove extra whitespaces --- task-6329/tor-relays-stats.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/task-6329/tor-relays-stats.py

[tor-commits] [metrics-tasks/master] task-6329: Ignore 'details.json'

2012-07-15 Thread karsten
commit 1ed2512c20b3c4227999a5c8d07cd7e7de368bae Author: delber del...@riseup.net Date: Sat Jul 14 12:48:21 2012 + task-6329: Ignore 'details.json' --- task-6329/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/task-6329/.gitignore

[tor-commits] [metrics-tasks/master] task-6329: Add tor-relay-stats.py as posted on tor-relays@ on 2012-07-12

2012-07-15 Thread karsten
commit 8417025094b60f41b28d64d1b62a801a618c9bca Author: delber del...@riseup.net Date: Sat Jul 14 11:59:41 2012 + task-6329: Add tor-relay-stats.py as posted on tor-relays@ on 2012-07-12 --- task-6329/tor-relays-stats.py | 125 + 1 files

[tor-commits] [metrics-tasks/master] task-6329: Suggest an optimized Onionoo URL

2012-07-15 Thread karsten
commit 8d7f697c14c83a4e7aa75ccab9351f4db0fc4d87 Author: delber del...@riseup.net Date: Sat Jul 14 13:00:11 2012 + task-6329: Suggest an optimized Onionoo URL As we are only interested in running relays, this saves 3 MB of download according to Karsten. --- task-6329/README

[tor-commits] [metrics-tasks/master] task-6329: Add the curl command to usage output for those who do not read README

2012-07-15 Thread karsten
commit a7bcab237396e0446cf269fd0c2343d4ea17a4e9 Author: delber del...@riseup.net Date: Sat Jul 14 13:02:42 2012 + task-6329: Add the curl command to usage output for those who do not read README --- task-6329/tor-relays-stats.py |6 ++ 1 files changed, 6 insertions(+), 0

[tor-commits] [metrics-tasks/master] task-6329: Rename 'top' output to 'relays'

2012-07-15 Thread karsten
', as suggested by Karsten. --- task-6329/README |4 ++-- task-6329/tor-relays-stats.py |8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/task-6329/README b/task-6329/README index 443a3d6..a09e7ab 100644 --- a/task-6329/README +++ b/task-6329/README @@ -14,8

[tor-commits] [metrics-tasks/master] task-6329: Display usage when details.json cannot be found

2012-07-15 Thread karsten
commit c91ad8eaf8a05f839a8270986a72599ccc2b8ca9 Author: delber del...@riseup.net Date: Sat Jul 14 13:03:49 2012 + task-6329: Display usage when details.json cannot be found --- task-6329/tor-relays-stats.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] task-6329: Add a 'count' parameter to 'as-sets' and 'countries' output

2012-07-15 Thread karsten
commit 39fe1e46b9c4a13bd181edbde285a3e82a5cadd9 Author: delber del...@riseup.net Date: Sat Jul 14 12:53:25 2012 + task-6329: Add a 'count' parameter to 'as-sets' and 'countries' output --- task-6329/README |8 task-6329/tor-relays-stats.py | 18

[tor-commits] [metrics-tasks/master] task-6329: Sort results in descending order

2012-07-15 Thread karsten
commit 83b2b0be3f9a12ca8f9e8e447b97850519d04f4a Author: delber del...@riseup.net Date: Sat Jul 14 12:47:52 2012 + task-6329: Sort results in descending order --- task-6329/tor-relays-stats.py | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] task-6329: Add a proper README file

2012-07-15 Thread karsten
commit 5af3e23d0160c097f02b1342821fa59174834b26 Author: delber del...@riseup.net Date: Sat Jul 14 12:05:15 2012 + task-6329: Add a proper README file --- task-6329/README | 53 + task-6329/tor-relays-stats.py | 11 2

[tor-commits] [metrics-tasks/master] Tweak delber's relay-stats script a bit (#6329).

2012-07-16 Thread karsten
commit dd6329a8d82329033900fe95dd210123bfdb8bac Author: Karsten Loesing karsten.loes...@gmx.net Date: Sun Jul 15 10:17:19 2012 +0200 Tweak delber's relay-stats script a bit (#6329). - Include more information in the relays output, including Exit/Guard flag, country code

[tor-commits] [metrics-web/master] Add link to Walter Kim's metrics graphs page.

2012-07-16 Thread karsten
commit 6e653f9dd3be59f639fec89c4c82712d1f560e1a Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jul 16 11:20:36 2012 +0200 Add link to Walter Kim's metrics graphs page. --- web/WEB-INF/index.jsp |3 +++ web/WEB-INF/network.jsp |8 2 files changed, 11 insertions

[tor-commits] [metrics-tasks/master] task-6329: Properly align relays with no country in 'relays' output

2012-07-17 Thread karsten
commit 03cc7a93996d441e9faf6839fba6a64c44e38672 Author: delber del...@riseup.net Date: Mon Jul 16 15:23:33 2012 + task-6329: Properly align relays with no country in 'relays' output --- task-6329/tor-relays-stats.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[tor-commits] [metrics-tasks/master] task-6329: Update README according to Karsten's change

2012-07-17 Thread karsten
commit a85ce0cc4e0b3ffd1740c8fba508bd1adb4f1b1b Author: delber del...@riseup.net Date: Mon Jul 16 15:15:17 2012 + task-6329: Update README according to Karsten's change --- task-6329/README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/task-6329/README

[tor-commits] [metrics-tasks/master] task-6329: Reserve more space for ASN (they are 32 bits now)

2012-07-17 Thread karsten
commit 40eab193720b93b1556ee7e6b20cc186fe7ffcd4 Author: delber del...@riseup.net Date: Mon Jul 16 15:30:13 2012 + task-6329: Reserve more space for ASN (they are 32 bits now) --- task-6329/tor-relays-stats.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] task-6329: Stop always adding relays with no country when filtering by country

2012-07-17 Thread karsten
commit a4065e51c7a7762140f99d97ce945a90c3c6db49 Author: delber del...@riseup.net Date: Mon Jul 16 15:24:12 2012 + task-6329: Stop always adding relays with no country when filtering by country --- task-6329/tor-relays-stats.py |2 +- 1 files changed, 1 insertions(+), 1

[tor-commits] [metrics-tasks/master] Plot 'degree of anonymity' instead of entropy.

2012-07-17 Thread karsten
commit e54b4278361184bf6ff90f189898668160474f2f Author: George Kadianakis desnac...@riseup.net Date: Mon Jul 16 20:13:52 2012 +0200 Plot 'degree of anonymity' instead of entropy. 'Degree of anonymity' should give a more intuitive view of the situation. For more information, see

[tor-commits] [metrics-tasks/master] Merge remote-tracking branch 'asn/bug6232'

2012-07-17 Thread karsten
commit be16bde71a5b2e1e054bcf2e31cb2778be424541 Merge: 40eab19 e54b427 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Jul 17 15:24:17 2012 +0200 Merge remote-tracking branch 'asn/bug6232' task-6232/plot-entropy.R |2 +- task-6232/pyentropy.py | 17 +++-- 2

[tor-commits] [onionoo/master] Stop highlighting news from 1 month ago.

2012-07-17 Thread karsten
commit bd12cc0832de2d8329536aea6cc5165986f4740e Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Jul 17 18:11:20 2012 +0200 Stop highlighting news from 1 month ago. --- web/index.html | 35 --- 1 files changed, 12 insertions(+), 23 deletions

[tor-commits] [onionoo/master] Stop supporting old-style URLs.

2012-07-17 Thread karsten
commit df282b4ddc4d89d622d41bf55c1b577229f687b3 Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Jul 17 18:22:50 2012 +0200 Stop supporting old-style URLs. --- src/org/torproject/onionoo/ResourceServlet.java | 71 --- web/index.html

[tor-commits] [metrics-tasks/master] Calculate path-selection probabilities (#5755).

2012-07-17 Thread karsten
commit 2f0b14f116bcd77e04d7ddf7f7cff711edf6de0a Author: Karsten Loesing karsten.loes...@gmx.net Date: Tue Jul 17 21:44:16 2012 +0200 Calculate path-selection probabilities (#5755). --- task-5755/.gitignore | 11 + .../src

[tor-commits] [metrics-tasks/master] Plot entropy, max entropy, and degree of anonymity (#6232).

2012-07-18 Thread karsten
commit 2d3fa7220f355cfb389f55100f65306b9055ba82 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 18 10:40:54 2012 +0200 Plot entropy, max entropy, and degree of anonymity (#6232). --- task-6232/plot-entropy.R | 51 +- task-6232

[tor-commits] [doctor/master] Fix message rate limiting for messages older than 24 hours.

2012-07-18 Thread karsten
commit 248f3292cf960dbc7436dd4f3956d741b36ebaad Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 18 12:15:59 2012 +0200 Fix message rate limiting for messages older than 24 hours. When rate limiting was first implemented, the longest time period between two

[tor-commits] [onionoo/master] Add path selection probabilities to details files.

2012-07-20 Thread karsten
commit 86fae9e607668a1768041ac6cf19ee0b41cb7aea Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Jul 19 22:32:28 2012 +0200 Add path selection probabilities to details files. --- src/org/torproject/onionoo/CurrentNodes.java |7 + src/org/torproject/onionoo

[tor-commits] [metrics-tasks/master] Parse consensus_weight_fraction from details.json (#6329).

2012-07-20 Thread karsten
commit 415d92c63c90ac6ea3d47d61945c75068fe8286a Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 12:44:58 2012 +0200 Parse consensus_weight_fraction from details.json (#6329). --- task-6329/tor-relays-stats.py | 67 + 1 files

[tor-commits] [metrics-tasks/master] Unify code for grouped and non-grouped results (#6329).

2012-07-20 Thread karsten
commit ccf3f1952318cdfce88b378419b4aa4ab9e6117c Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 14:10:27 2012 +0200 Unify code for grouped and non-grouped results (#6329). --- task-6329/tor-relays-stats.py | 122 +++-- 1 files changed

[tor-commits] [metrics-tasks/master] Display all five path selection probabilities (#6329).

2012-07-20 Thread karsten
commit 4c9568f88b012aefa183b918555e50b4f725e591 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 14:46:54 2012 +0200 Display all five path selection probabilities (#6329). --- task-6329/tor-relays-stats.py | 67 - 1 files changed

[tor-commits] [metrics-tasks/master] Accept upper-case country codes, too (#6329).

2012-07-20 Thread karsten
commit 5ca7405e9f423fcb85a21557ae9ee82ef78bb028 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 15:35:53 2012 +0200 Accept upper-case country codes, too (#6329). --- task-6329/tor-relays-stats.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Use optparse (#6329).

2012-07-20 Thread karsten
commit 1178fa61567a24c98c385b75aaf0c9d753959e97 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 15:32:13 2012 +0200 Use optparse (#6329). --- task-6329/tor-relays-stats.py | 113 + 1 files changed, 46 insertions(+), 67 deletions

[tor-commits] [metrics-tasks/master] Hide totals if there's only 1 list element (#6329).

2012-07-20 Thread karsten
commit 694d75f8a436f7dbca1e6bb53f5a1b48a139c20f Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 15:37:08 2012 +0200 Hide totals if there's only 1 list element (#6329). --- task-6329/tor-relays-stats.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Add --download option (#6329).

2012-07-20 Thread karsten
commit 00693abce05d177a388aa7adef6a2d371579e008 Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 15:45:38 2012 +0200 Add --download option (#6329). --- task-6329/tor-relays-stats.py | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Update README (#6329).

2012-07-20 Thread karsten
commit 0c7660b62ea92ef8ee4312ba5317dbf21d8a6a5a Author: Karsten Loesing karsten.loes...@gmx.net Date: Fri Jul 20 15:57:44 2012 +0200 Update README (#6329). --- task-6329/README | 23 +-- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/task-6329/README

[tor-commits] [metrics-tasks/master] Python 2.6.6 does not have dict.viewvalues()

2012-07-23 Thread karsten
commit fc5076ad8332c595d063d3159d4d4d0fa68ac9b6 Author: Michael Zeltner m...@niij.org Date: Sat Jul 21 16:04:42 2012 +0200 Python 2.6.6 does not have dict.viewvalues() --- task-6329/tor-relays-stats.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [metrics-tasks/master] Take out --family-for-fp option which is not entirely correct (#6329).

2012-07-23 Thread karsten
commit f3e79b74a1af9dbd4adc3fdc4ae5963fe0495c76 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jul 23 08:52:56 2012 +0200 Take out --family-for-fp option which is not entirely correct (#6329). This option looks for relays having the given fingerprint in their family

[tor-commits] [metrics-tasks/master] Include inactive relays, filter by fingerprint (in family) and shorter output

2012-07-23 Thread karsten
commit 9227ebd4e249fb77d00c02afdaab9eab4288336d Author: Michael Zeltner m...@niij.org Date: Sat Jul 21 15:56:22 2012 +0200 Include inactive relays, filter by fingerprint (in family) and shorter output --- task-6329/tor-relays-stats.py | 28 1 files changed,

<    1   2   3   4   5   6   7   8   9   10   >