[tor-commits] [metrics-web/master] We actually need the JDBC driver for relay-search.

2014-01-22 Thread karsten
commit e6ff3051ba158cea5faef534e2e02eba8b57d644 Author: Karsten Loesing Date: Wed Jan 22 13:29:36 2014 +0100 We actually need the JDBC driver for relay-search. --- website/build.xml |2 ++ 1 file changed, 2 insertions(+) diff --git a/website/build.xml b/website/build.xml index

[tor-commits] [metrics-web/master] Simplify note that consensus-health has moved.

2014-01-22 Thread karsten
commit 890b6c9624edf46d31f742ab42ec5f838f3e03eb Author: Karsten Loesing Date: Wed Jan 22 13:06:47 2014 +0100 Simplify note that consensus-health has moved. --- .../metrics/web/status/ConsensusHealthServlet.java | 45 +++- website/web/WEB-INF/consensus-health.jsp

[tor-commits] [metrics-web/master] Exclude microdescriptors from rsync.

2014-01-22 Thread karsten
commit d1b7eb152982c2de2bebf7caf0dc5195fa183a9e Author: Karsten Loesing Date: Wed Jan 22 09:20:45 2014 +0100 Exclude microdescriptors from rsync. --- shared/bin/01-rsync-descriptors.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/bin/01-rsync

[tor-commits] [metrics-web/master] Only run censorship detector on new user numbers.

2014-01-22 Thread karsten
commit fe9e25f7dcb1d07e3140c6c1dade0c5222da7ce3 Author: Karsten Loesing Date: Wed Jan 22 13:19:51 2014 +0100 Only run censorship detector on new user numbers. This change was already made on the server, but not in the code repository. --- detector/detector.py |4 +--- 1

[tor-commits] [metrics-web/master] Create stats directory if it doesn't exist.

2014-01-22 Thread karsten
commit 28b2e308dc03ad349e70d44f43409b1c2d2f4ec0 Author: Karsten Loesing Date: Wed Jan 22 13:43:03 2014 +0100 Create stats directory if it doesn't exist. --- shared/bin/50-run-legacy-stats.sh |1 + 1 file changed, 1 insertion(+) diff --git a/shared/bin/50-run-legacy-stats.sh b/s

[tor-commits] [metrics-web/master] Update paths in config.template.

2014-01-22 Thread karsten
commit 91ac7151e42fdc1bf7de7c3dce41a80afbdcb364 Author: Karsten Loesing Date: Wed Jan 22 15:18:27 2014 +0100 Update paths in config.template. --- modules/legacy/config.template |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/legacy/config.template b

[tor-commits] [metrics-web/master] Don't imply that legacy code has to run first.

2014-01-22 Thread karsten
commit bd39eee7dc3cff5997eb8815b78bede2ffd089a2 Author: Karsten Loesing Date: Wed Jan 22 13:10:03 2014 +0100 Don't imply that legacy code has to run first. --- shared/bin/10-legacy.sh | 10 -- shared/bin/50-run-legacy-stats.sh | 10 ++ 2 files change

[tor-commits] [doctor/java] Add NumNTorsPerTAP to website output.

2014-01-23 Thread karsten
commit 8b78d28839e02be14058a54e4df5254916489bbf Author: Karsten Loesing Date: Thu Jan 23 10:09:58 2014 +0100 Add NumNTorsPerTAP to website output. This part was missing in 1573955afa186ebeeab9acf5206e1fdd7ddb3f7a. --- src/org/torproject/doctor/MetricsWebsiteReport.java |2

[tor-commits] [metrics-db/master] Remember longer than 2 days that we stored a microdesc.

2014-01-24 Thread karsten
commit 965bb316468ecb6e1439af22e63353548fa11b37 Author: Karsten Loesing Date: Fri Jan 24 11:18:39 2014 +0100 Remember longer than 2 days that we stored a microdesc. Our internal descriptor completeness statistics just broke, because we stopped remembering that we stored a

[tor-commits] [metrics-web/master] Fix dead links to CSV files.

2014-01-26 Thread karsten
commit 68446f03bd5f6b8e441101c3596e4164679271b0 Author: Karsten Loesing Date: Sun Jan 26 10:52:19 2014 +0100 Fix dead links to CSV files. Reported by sysrqb, fixes #10721. --- website/etc/web.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/etc

[tor-commits] [metrics-db/master] fixup! Remember longer than 2 days that we stored a microdesc.

2014-01-26 Thread karsten
commit 9b63a4a61e9a46619e4465bf17f0abf307431c66 Author: Karsten Loesing Date: Sun Jan 26 10:15:44 2014 +0100 fixup! Remember longer than 2 days that we stored a microdesc. --- src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java |2 +- 1 file changed, 1 insertion(+), 1 deletion

[tor-commits] [onionoo/master] Include hibernation information in details documents.

2014-01-28 Thread karsten
commit 295f1486bf38861e36757fbca57c4e1ef66b97bb Author: Karsten Loesing Date: Tue Jan 28 10:02:59 2014 +0100 Include hibernation information in details documents. Implements #10707. --- src/org/torproject/onionoo/NodeDataWriter.java |3 +++ web/index.html

[tor-commits] [onionoo/master] Fix language.

2014-01-28 Thread karsten
commit e884a1ead8f67cfa5a9d1b49373301ae03064514 Author: Karsten Loesing Date: Tue Jan 28 10:16:38 2014 +0100 Fix language. --- web/index.html |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 2720a5b..0ee13cb 100644 --- a/web

[tor-commits] [onionoo/master] "True" is not valid in JSON, but "true" is.

2014-01-28 Thread karsten
commit 427111314eea8a01b43ad30bc10f744a8edcca81 Author: Karsten Loesing Date: Tue Jan 28 14:40:15 2014 +0100 "True" is not valid in JSON, but "true" is. --- src/org/torproject/onionoo/NodeDataWriter.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [onionoo/master] Add workaround to avoid bulk-editing details files.

2014-01-28 Thread karsten
commit b026d6dccea5be76b2b257787562542a4ab34a3e Author: Karsten Loesing Date: Tue Jan 28 14:47:42 2014 +0100 Add workaround to avoid bulk-editing details files. Workaround for bug fixed in 427111314eea8a01b43ad30bc10f744a8edcca81. --- src/org/torproject/onionoo

[tor-commits] [metrics-web/master] Add microdescriptor tarballs to data page.

2014-01-29 Thread karsten
commit 2cc7f80ee335e4314951eda1dc33c7788efd0aaf Author: Karsten Loesing Date: Wed Jan 29 12:03:19 2014 +0100 Add microdescriptor tarballs to data page. --- .../torproject/metrics/web/research/ResearchDataServlet.java |3 ++- website/web/WEB-INF/data.jsp

[tor-commits] [onionoo/master] Fix indentations.

2014-01-30 Thread karsten
commit 11e3e11f8109cfa4f556d9bb7335bb6a048de9c6 Author: Karsten Loesing Date: Thu Jan 30 09:29:52 2014 +0100 Fix indentations. --- web/index.html |4 1 file changed, 4 insertions(+) diff --git a/web/index.html b/web/index.html index 0ee13cb..f6e749a 100644 --- a/web/index.html

[tor-commits] [metrics-db/master] Don't remove ipv6-policy lines from bridge descriptors.

2014-01-30 Thread karsten
commit e92794a24acd57e98ddb167954675936f98d1ea0 Author: Karsten Loesing Date: Thu Jan 30 20:17:39 2014 +0100 Don't remove ipv6-policy lines from bridge descriptors. These lines only contain exit policy summaries, not IP addresses. --- src/org/torproject/ernie/db/bridge

[tor-commits] [metrics-web/master] Provide advertised bandwidth distribution stats.

2014-01-31 Thread karsten
commit 7509b48d04733c8ab4e3163a871eb6459de1c956 Author: Karsten Loesing Date: Fri Jan 31 13:39:48 2014 +0100 Provide advertised bandwidth distribution stats. Implements #10460. --- modules/advbwdist/.gitignore |4 + modules/advbwdist/aggregate.R

[tor-commits] [metrics-web/master] Remove fast-exit graphs.

2014-01-31 Thread karsten
commit c0a8102e08a9f3c1becb0f633f383a87c63ee166 Author: Karsten Loesing Date: Fri Jan 31 15:50:55 2014 +0100 Remove fast-exit graphs. Keep stats/fast-exits.csv working for another month, just in case somebody uses it. Unlikely, but let's be nice. --- website/etc/we

[tor-commits] [metrics-db/master] Only parse assignments.log, not manually rotated logs.

2014-02-13 Thread karsten
commit 9c5b86cf99e059698c90ae270d738667e8e952be Author: Karsten Loesing Date: Thu Feb 13 15:39:02 2014 +0100 Only parse assignments.log, not manually rotated logs. --- .../ernie/db/bridgepools/BridgePoolAssignmentsProcessor.java |2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [onionoo/master] Switch to using MaxMind's GeoLite2 city database.

2014-02-24 Thread karsten
commit c0f47f7896ebd1db2461e57dd0bca32238f0fb0d Author: Karsten Loesing Date: Fri Feb 21 20:03:48 2014 + Switch to using MaxMind's GeoLite2 city database. --- geoip/deanonymind.py | 228 -- geoip/geoip-m

[tor-commits] [onionoo/master] Include bridges when filtering by flag.

2014-02-24 Thread karsten
commit 2d970fdb60f8b6378d663c967f877194efcabd38 Author: Karsten Loesing Date: Mon Feb 24 10:12:49 2014 +0100 Include bridges when filtering by flag. Fixes #10908. --- src/org/torproject/onionoo/ResponseBuilder.java| 29 ++-- .../torproject/onionoo

[tor-commits] [onionoo/master] Add unit tests for new GeoIP2 code, and fix a bug.

2014-02-24 Thread karsten
commit 0b09a6dd60b8d9d6465e9004274b4ec468db4346 Author: Karsten Loesing Date: Mon Feb 24 11:54:07 2014 +0100 Add unit tests for new GeoIP2 code, and fix a bug. --- src/org/torproject/onionoo/LookupService.java | 10 + test/org/torproject/onionoo/LookupServiceTest.java | 343

[tor-commits] [metrics-web/master] Fix colors in versions graphs.

2014-02-25 Thread karsten
commit 8e4a9b3ddefe1f0a3ff978cc86602f5c11c1e5a5 Author: Karsten Loesing Date: Tue Feb 25 10:25:40 2014 +0100 Fix colors in versions graphs. The issue was that there are now relays not running little-t tor, but node-Tor. This confused our graphing script. Taking out all

[tor-commits] [metrics-web/master] Clarify two Q's and A's on user number estimates.

2014-02-25 Thread karsten
commit c3be1afe77aea12a41a65b611d598186db245093 Author: Karsten Loesing Date: Mon Feb 24 16:54:27 2014 +0100 Clarify two Q's and A's on user number estimates. Suggested by infinity0 on #10712. Thanks! --- website/web/WEB-INF/users.jsp |8 +--- 1 file

[tor-commits] [onionoo/master] Don't include empty latitude and longitude.

2014-02-25 Thread karsten
commit 7b485a6c4a7da82469d06e81587f404d46a80122 Author: Karsten Loesing Date: Tue Feb 25 16:58:53 2014 +0100 Don't include empty latitude and longitude. Example details document where this produces invalid JSON (extract only): """ "or_addres

[tor-commits] [onionoo/master] Don't merge intervals across month ends.

2014-03-11 Thread karsten
commit 26d20b3451a069157e2f8ec962007588fe3b5344 Author: Karsten Loesing Date: Thu Mar 6 17:56:35 2014 +0100 Don't merge intervals across month ends. Prepares for providing monthly relay and bridge statistics (#11041). --- src/org/torproject/onionoo/BandwidthDataWriter.java |

[tor-commits] [onionoo/master] Be more precise about leaving out non-null values.

2014-03-11 Thread karsten
commit da05cefbb3f360d00d20cf5becbd6f06963f7d7b Author: Karsten Loesing Date: Thu Mar 6 16:10:35 2014 +0100 Be more precise about leaving out non-null values. The specification said that we're only including non-null values for series of at least two subsequent data p

[tor-commits] [onionoo/master] Add new document with fractional uptimes.

2014-03-11 Thread karsten
commit 7c911367930d6aa4183090c13f8c2a9de4842f56 Author: Karsten Loesing Date: Mon Mar 10 14:24:48 2014 +0100 Add new document with fractional uptimes. Prepares for providing monthly relay and bridge statistics (#11041). --- etc/web.xml.template |4

[tor-commits] [onionoo/master] Fix compressing bandwidth and weights histories.

2014-03-11 Thread karsten
commit b8db05c28eeaec8b69a4bc63c1df12d2191b36ae Author: Karsten Loesing Date: Thu Mar 6 16:13:21 2014 +0100 Fix compressing bandwidth and weights histories. We compress histories by merging adjacent intervals to save disk space, unless we want intervals to stay distinct. For

[tor-commits] [onionoo/master] Add new document with per-bridge usage statistics.

2014-03-11 Thread karsten
commit 985f9bf7a5b1301ef1db6217906e2808f01c0dc7 Author: Karsten Loesing Date: Thu Mar 6 16:46:10 2014 +0100 Add new document with per-bridge usage statistics. Implements #10331. --- etc/web.xml.template |4 + src/org/torproject/onionoo

[tor-commits] [onionoo/master] Clean up protocol specification.

2014-03-12 Thread karsten
commit 5a7c60f5ebb7e4f2c01fcddd9ec8a3a50e34472c Author: Karsten Loesing Date: Tue Mar 11 16:40:36 2014 +0100 Clean up protocol specification. No new content, just trying to flatten the lists. --- web/index.html | 718 +++- 1

[tor-commits] [onionoo/master] Take out old news.

2014-03-12 Thread karsten
commit 558615fc41771c9d7bc31aa3b2403643534de9bc Author: Karsten Loesing Date: Tue Mar 11 16:41:31 2014 +0100 Take out old news. --- web/index.html |6 -- 1 file changed, 6 deletions(-) diff --git a/web/index.html b/web/index.html index d327506..a4aee86 100644 --- a/web/index.html

[tor-commits] [onionoo/master] Fix protocol specification.

2014-03-15 Thread karsten
commit 1cde521af173325251884cf75c8eadadfc6873ee Author: Karsten Loesing Date: Fri Mar 14 13:42:04 2014 +0100 Fix protocol specification. Broken in 558615fc41771c9d7bc31aa3b2403643534de9bc when taking out old news. --- web/index.html |3 +++ 1 file changed, 3 insertions

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

2013-03-21 Thread karsten
commit 648381deab3e62f0cf92d82d843f7b20a282f21c Author: Karsten Loesing 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/details/main.js b/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ò 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 --git a/js/views

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

2013-03-21 Thread karsten
commit 63d4bec695623b2237f20ce6bf55e88b5c69be7c Author: Karsten Loesing 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/main.js b/js/views

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

2013-03-21 Thread karsten
commit 8f75a7161b763a6eae4bf0fa580008b35c673658 Author: Karsten Loesing 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/details/main.js b/js

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

2013-03-21 Thread karsten
commit 3652cfcda57d1f4fa040a2965b1a100df5c92fb1 Author: Arturo Filastò 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(-) diff --git a/js/l

[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 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 changed, 11

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

2013-03-27 Thread karsten
commit 513b48093fc104201f7f4b31f5a17543297e3c85 Author: Karsten Loesing 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 Date: Mon Apr 8 12:07:23 2013 +0200 Update manual substitutions to April 2013 database. --- geoip/geoip-manual | 213 +++- 1 files changed, 193 insertions(+), 20

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

2013-04-08 Thread karsten
commit ef51f1b4d6a44699177c2c09d19bfa8e6c2bac9e Author: Karsten Loesing 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 rea

[tor-commits] [metrics-lib/master] Parse Unmeasured=1 in w lines of consensuses.

2013-04-08 Thread karsten
commit 5b2104481930132b8ef7b2343e161a83cee1a89d Author: Karsten Loesing Date: Tue Apr 9 08:36:53 2013 +0200 Parse Unmeasured=1 in w lines of consensuses. Pointed out by atagar. --- .../torproject/descriptor/NetworkStatusEntry.java |6 .../descriptor/impl

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

2013-04-09 Thread karsten
commit 69993b96a1aeb49a9095de67df5ccc561a7e4e90 Author: Karsten Loesing 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|4 +++ src/org

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

2013-04-10 Thread karsten
commit 49595204ad73da7fca1a5285e693400195d66247 Author: Karsten Loesing 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 ++--- src/org

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

2013-04-10 Thread karsten
commit 63f9e228dc3b02bf0831476f7dbd36721ddfb531 Author: Karsten Loesing 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 ++- web

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

2013-04-10 Thread karsten
commit 9995811ac0e2fc018baa5dd463bea68eef1c2dd5 Author: Karsten Loesing 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/index.html b/web/index.html

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

2013-04-10 Thread karsten
commit d49ab37d9ab06b175013d94ba7c56f0c947e82a9 Author: Karsten Loesing 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 insertions(+), 0 deletions

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

2013-04-10 Thread karsten
commit f237433ca2ec23fe0bdb597819b6947b6c08fa6a Author: Karsten Loesing 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/index.html index

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

2013-04-11 Thread karsten
commit c5e23ddc3e30c44364813388938bc511f89bfdcf Author: Karsten Loesing 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 +++--- web/index.html

[tor-commits] [metrics-lib/master] Support bridge-ip-transports lines in extra-infos.

2013-04-19 Thread karsten
commit b58211e577fa1d685f4f3c802fcd30e2c21700f8 Author: Karsten Loesing Date: Fri Apr 19 20:57:31 2013 +0200 Support bridge-ip-transports lines in extra-infos. --- .../torproject/descriptor/ExtraInfoDescriptor.java |8 +++ .../descriptor/impl/ExtraInfoDescriptorImpl.java | 18

[tor-commits] [onionoo/master] Fix formatting.

2013-04-20 Thread karsten
commit b1222e53536c4aa670c0ff0660f04e810d01a17e Author: Karsten Loesing Date: Sat Apr 20 11:56:30 2013 +0200 Fix formatting. --- web/index.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index cdd3f32..e8df242 100755 --- a

[tor-commits] [onionoo/master] Note that Tomcat may require up to 512M, not 128M.

2013-04-22 Thread karsten
commit ce6e59052e4b0147180e1fcccd1f7e31940c44de Author: Karsten Loesing Date: Mon Apr 22 12:25:30 2013 +0200 Note that Tomcat may require up to 512M, not 128M. --- INSTALL |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/INSTALL b/INSTALL index b3d5d0a..f4ad7ca

[tor-commits] [metrics-tasks/master] Add new user counting code (#8462).

2013-04-24 Thread karsten
commit 138b6c492bb4eddb7793a0740c2199bed7ac55fc Author: Karsten Loesing Date: Wed Apr 24 08:54:35 2013 +0200 Add new user counting code (#8462). --- task-8462/.gitignore |7 + task-8462/README | 50 task-8462/init-userstats.sql | 573

[tor-commits] [onionoo/master] Fix searching by hashed fingerprint.

2013-04-24 Thread karsten
commit b30bb951cb3e1d9b1bc3cfc479ef4aadf8bca834 Author: Karsten Loesing Date: Thu Apr 25 08:49:05 2013 +0200 Fix searching by hashed fingerprint. We support searches for relays by hashed fingerprint and for bridges by hashed hashed fingerprint. The reason is that applications

[tor-commits] [onionoo/master] Support V2Dir (and V3Dir) flags in flag parameter.

2013-04-25 Thread karsten
commit 02d39ecafc4b7e249b3bed33a51da76b334ab3f4 Author: Karsten Loesing Date: Thu Apr 25 13:58:01 2013 +0200 Support V2Dir (and V3Dir) flags in flag parameter. Generally, allow digits in flag names. --- src/org/torproject/onionoo/ResourceServlet.java |2 +- 1 files changed, 1

[tor-commits] [onionoo/master] Make more parameter names case-insensitive.

2013-04-25 Thread karsten
commit 91cfd08df1bfa34ae8c64113ceb7248df0a85d9b Author: Karsten Loesing Date: Thu Apr 25 15:22:04 2013 +0200 Make more parameter names case-insensitive. --- src/org/torproject/onionoo/ResourceServlet.java |7 --- web/index.html |3 +++ 2 files

[tor-commits] [onionoo/master] Add unit tests for our servlet.

2013-04-25 Thread karsten
commit 674a50b6321917ad70076d768cae5d911371f017 Author: Karsten Loesing Date: Thu Apr 25 15:29:57 2013 +0200 Add unit tests for our servlet. --- INSTALL|1 + build.xml | 22 + src/org/torproject

[tor-commits] [onionoo/master] Make writing summary file almost atomic using a temp file.

2013-05-01 Thread karsten
commit 0c84865391db75a294169174e04ca585824e3111 Author: Karsten Loesing Date: Wed May 1 11:46:32 2013 +0200 Make writing summary file almost atomic using a temp file. --- src/org/torproject/onionoo/CurrentNodes.java |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff

[tor-commits] [onionoo/master] Handle errors when parsing corrupt summary file.

2013-05-01 Thread karsten
commit 7a680363b44223aec32ba6a14440e10693d4cb6a Author: Karsten Loesing Date: Wed May 1 11:31:04 2013 +0200 Handle errors when parsing corrupt summary file. --- src/org/torproject/onionoo/CurrentNodes.java | 221 ++ 1 files changed, 117 insertions(+), 104

[tor-commits] [onionoo/master] Simplify tests, add two more.

2013-05-01 Thread karsten
commit 404a5308d4eda3b7c99f663d2cb49af710e513d3 Author: Karsten Loesing Date: Wed May 1 16:17:54 2013 +0200 Simplify tests, add two more. --- .../torproject/onionoo/ResourceServletTest.java| 405 +--- 1 files changed, 185 insertions(+), 220 deletions(-) diff --git a

[tor-commits] [metrics-tasks/master] Fix edge case where we'd corrupt our merged table (#8462).

2013-05-02 Thread karsten
commit c09aa4ee5c8a1bc454d69b899f1dd113138f2446 Author: Karsten Loesing Date: Thu May 2 21:29:17 2013 +0200 Fix edge case where we'd corrupt our merged table (#8462). --- task-8462/init-userstats.sql |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/task-8462

[tor-commits] [metrics-lib/master] Restrict valid keyword characters to [A-Za-z0-9-]+.

2013-05-03 Thread karsten
commit e7f93e1a6a0a761d4d02295daf622f9e446dcd93 Author: Karsten Loesing Date: Fri May 3 15:32:13 2013 +0200 Restrict valid keyword characters to [A-Za-z0-9-]+. Fixes #8798. --- .../descriptor/impl/ExtraInfoDescriptorImpl.java |1 + .../torproject/descriptor/impl

[tor-commits] [atlas/master] Filled in some tooltip data.

2013-05-03 Thread karsten
commit ca8781c17eca008a93290434d9a7c8951c3d0f11 Author: Ben Cartwright Cox Date: Fri May 3 09:12:50 2013 -0500 Filled in some tooltip data. --- templates/details/main.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/details/main.html b/templates/de

[tor-commits] [metrics-tasks/master] Add some pgTAP unit tests (#8462)

2013-05-05 Thread karsten
commit 010bf6a9ac593a681ed1842547e1fe04fc32a7a9 Author: Karsten Loesing Date: Sun May 5 18:41:06 2013 +0200 Add some pgTAP unit tests (#8462) --- task-8462/README |8 + task-8462/test-userstats.sql | 478 ++ 2 files changed, 486

[tor-commits] [metrics-tasks/master] Add option to write .sql files by desc publication hour (#8462).

2013-05-06 Thread karsten
commit eb7493e40144b11149410e83fe721487e6a9ac97 Author: Karsten Loesing Date: Mon May 6 12:14:32 2013 +0200 Add option to write .sql files by desc publication hour (#8462). --- task-8462/README |7 ++- task-8462/run-userstats.sh |2 + task-8462/src/Parse.java | 100

[tor-commits] [metrics-web/master] Add #8462 graphs.

2013-05-06 Thread karsten
commit b50aabcced4b363c8fff1c8e8062e471af59735a Author: Karsten Loesing Date: Mon May 6 20:36:34 2013 +0200 Add #8462 graphs. --- etc/web.xml| 12 ++ rserve/graphs.R| 74 + .../ernie/web/graphs

[tor-commits] [metrics-web/master] Add CSV link for new user estimates.

2013-05-06 Thread karsten
commit 1dc26636331f26d232dbbd7b3e5e5a78cb4df85e Author: Karsten Loesing Date: Tue May 7 06:18:30 2013 +0200 Add CSV link for new user estimates. --- rserve/csv.R |8 .../ernie/web/graphs/RObjectGenerator.java |1 + web/WEB-INF

[tor-commits] [metrics-web/master] Take out old news.

2013-05-07 Thread karsten
commit ebc087ebdbd485064d0b2b5d2136585783762032 Author: Karsten Loesing Date: Tue May 7 11:22:14 2013 +0200 Take out old news. --- web/WEB-INF/index.jsp | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp

[tor-commits] [metrics-web/master] Rewrite tools page to make it actually useful.

2013-05-07 Thread karsten
commit 1858d4df39c6fd02b12839119d185c58e44c9cc9 Author: Karsten Loesing Date: Tue May 7 12:22:57 2013 +0200 Rewrite tools page to make it actually useful. --- web/WEB-INF/tools.jsp | 163 ++ web/images/tor-metrics-overview.png | Bin 0

[tor-commits] [metrics-web/master] Make userstats graphs respect start and end params.

2013-05-10 Thread karsten
commit fde2678d37bf4a8820ab068a069d2cce1feedf5a Author: Karsten Loesing Date: Fri May 10 09:27:14 2013 +0200 Make userstats graphs respect start and end params. --- rserve/graphs.R |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rserve/graphs.R b/rserve/graphs.R

[tor-commits] [onionoo/master] Simplify GeoIP cleanup code, update to May files.

2013-05-13 Thread karsten
commit b4b56dd876668d7e942885f7db268154889e66f4 Author: Karsten Loesing Date: Mon May 13 14:26:49 2013 +0200 Simplify GeoIP cleanup code, update to May files. --- geoip/deanonymind.py | 87 -- geoip/geoip-manual | 465 ++ 2

[tor-commits] [doctor/master] Add UseNTorHandshake to known consensus parameters.

2013-05-19 Thread karsten
commit a2faef08b2bd8c033aacd1942cb58d94f1b3bcd2 Author: Karsten Loesing Date: Sun May 19 09:23:42 2013 +0200 Add UseNTorHandshake to known consensus parameters. --- src/org/torproject/doctor/Checker.java |3 ++- src/org/torproject/doctor/MetricsWebsiteReport.java |3

[tor-commits] [compass/master] Fix country output when not grouping by country.

2013-05-22 Thread karsten
commit e2919efca7cb750f8941488b85e41234d27e93ed Author: Karsten Loesing Date: Wed May 22 13:49:06 2013 +0200 Fix country output when not grouping by country. Based on a patch by Lunar . Fixes #8931. --- compass.py |6 -- 1 file changed, 4 insertions(+), 2 deletions

[tor-commits] [metrics-web/master] Upgrade JDBC library to PostgreSQL 9.1.

2013-05-22 Thread karsten
commit b4eb090228e615301e28ae64d9c3bc584f0b2832 Author: Karsten Loesing Date: Thu May 23 08:30:17 2013 +0200 Upgrade JDBC library to PostgreSQL 9.1. Fixes #8938. --- build.xml|2 +- lib/postgresql-8.4-702.jdbc3.jar | Bin 502118 -> 0 bytes

[tor-commits] [metrics-web/master] Add new module to aggregate conn-bi-direct stats.

2015-08-25 Thread karsten
commit 2f9099c12b6d3b91c9e2609e1ce9bc137085aba9 Author: Karsten Loesing Date: Wed Aug 19 19:28:52 2015 +0200 Add new module to aggregate conn-bi-direct stats. --- modules/connbidirect/.gitignore|3 + modules/connbidirect/build.xml | 68

[tor-commits] [metrics-web/master] Don't cache .csv files in memory before returning them.

2015-08-25 Thread karsten
commit 4e73b3cf84dbab76c6817e3ae99b05c510c053b8 Author: Karsten Loesing Date: Wed Aug 26 08:54:48 2015 +0200 Don't cache .csv files in memory before returning them. It's yet unclear why, but for some reason the previous code was unable to return large .csv file

[tor-commits] [exonerator/master] Remove raw descriptors and two unused servlets.

2015-08-31 Thread karsten
commit 2c0fb225dae7f7bc3625de8906f7902c61ded8ea Author: Karsten Loesing Date: Mon Aug 31 08:55:33 2015 +0200 Remove raw descriptors and two unused servlets. We stopped processing server descriptors and linking raw descriptors in the latest version of ExoneraTor. The idea was

[tor-commits] [onionoo/master] Add "alleged_family" and "indirect_family" fields.

2015-08-31 Thread karsten
commit 7a8f1ffd2d95388892efe0f4198ffae0c076aa34 Author: Karsten Loesing Date: Tue Aug 18 09:52:36 2015 +0200 Add "alleged_family" and "indirect_family" fields. Implements #16750. --- build.xml |2 +- .../tor

[tor-commits] [onionoo/master] Fix HTML on protocol page.

2015-08-31 Thread karsten
commit cb6edc2513b2319b3ce638451b2a56f146e481a5 Author: Karsten Loesing Date: Mon Aug 31 19:40:47 2015 +0200 Fix HTML on protocol page. --- web/protocol.html |1 + 1 file changed, 1 insertion(+) diff --git a/web/protocol.html b/web/protocol.html index ab06fe9..ec3b5ab 100644 --- a

[tor-commits] [onionoo/master] Add DuckDuckGo to the list of known clients.

2015-09-01 Thread karsten
commit 29a7c157c249442e4b70c14434c4be452a6cfc5a Author: Karsten Loesing Date: Tue Sep 1 15:30:24 2015 +0200 Add DuckDuckGo to the list of known clients. --- web/index.html |3 +++ 1 file changed, 3 insertions(+) diff --git a/web/index.html b/web/index.html index 5171b80..c159fc4

[tor-commits] [onionoo/master] Add OnionView to the list of known clients.

2015-09-02 Thread karsten
commit b253764c74624433ec24219f7da0b6ccd9280075 Author: Karsten Loesing Date: Thu Sep 3 08:16:44 2015 +0200 Add OnionView to the list of known clients. --- web/index.html |3 +++ 1 file changed, 3 insertions(+) diff --git a/web/index.html b/web/index.html index c159fc4..124c7b2

[tor-commits] [tech-reports/master] Add NSF acknowledgements to 2015 reports.

2015-09-09 Thread karsten
commit 4abda5aa41d3d1ae518ff24067fa719dd456201b Author: Karsten Loesing Date: Wed Sep 9 09:50:41 2015 +0200 Add NSF acknowledgements to 2015 reports. --- .../extrapolating-hidserv-stats/extrapolating-hidserv-stats.tex |7 ++- 2015/hidden-service-stats/hidden-service-stats.tex

[tor-commits] [metrics-lib/master] Always use Locale.US when parsing dates.

2015-09-14 Thread karsten
commit d2d4293749c211a5cf68b56bb9f3e869118d2c59 Author: Karsten Loesing Date: Sun Sep 13 15:43:57 2015 +0200 Always use Locale.US when parsing dates. Spotted by iwakeh. Fixes #17033. --- src/org/torproject/descriptor/impl/ParseHelper.java |3 ++- .../descriptor/impl

[tor-commits] [metrics-web/master] Avoid division by zero.

2015-09-14 Thread karsten
commit a89aa52052193562d43eaa330027b95fbd7103d7 Author: Karsten Loesing Date: Mon Sep 14 08:38:09 2015 +0200 Avoid division by zero. This error occurred a few times in late August and early September 2015, and even though it's unclear how bytes.seconds can ever be

[tor-commits] [metrics-db/master] Fix broken link.

2015-09-25 Thread karsten
commit c40222ae5ca3a3ec04761f52e303fa18596183fa Author: Karsten Loesing Date: Fri Sep 25 21:19:11 2015 +0200 Fix broken link. --- web/formats.html |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/formats.html b/web/formats.html index 3d6c2ba..19ac177

[tor-commits] [exonerator/master] Include Leiah's awesome logo and wordmark.

2015-09-26 Thread karsten
commit ab0b6da5e0d9757e199d37d7f155fc93224c22c5 Author: Karsten Loesing Date: Sat Sep 26 16:07:39 2015 +0200 Include Leiah's awesome logo and wordmark. Implements #16592. --- src/org/torproject/exonerator/ExoneraTorServlet.java |9 - web/css/exonerato

[tor-commits] [exonerator/master] Put the start page link back.

2015-09-26 Thread karsten
commit 1cfe6f668f1ad9481b692d7797c1829e5130a093 Author: Karsten Loesing Date: Sat Sep 26 16:45:32 2015 +0200 Put the start page link back. --- src/org/torproject/exonerator/ExoneraTorServlet.java |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/org

[tor-commits] [metrics-web/master] Add new logo and wordmark by Leiah and Rob.

2015-09-26 Thread karsten
commit 46bb0b92e08671d4e1ce78d7293ed73a9c9eede0 Author: Karsten Loesing Date: Sat Sep 26 21:01:24 2015 +0200 Add new logo and wordmark by Leiah and Rob. --- website/web/WEB-INF/about.jsp |2 +- website/web/WEB-INF/advbwdist-data.jsp |2

[tor-commits] [metrics-db/master] Add logo and wordmark by Leiah.

2015-09-26 Thread karsten
commit 35767a10b59ef551e6c124995933eef3a664c057 Author: Karsten Loesing Date: Sat Sep 26 21:38:48 2015 +0200 Add logo and wordmark by Leiah. --- web/formats.html |2 +- web/images/collector-logo.png | Bin 0 -> 101461 bytes web/images/collector-wordmark.

[tor-commits] [exonerator/master] Fix phrasing.

2015-09-28 Thread karsten
commit f00037349ed5a67b0bd0cc716e59eaa656f0e572 Author: Karsten Loesing Date: Mon Sep 28 09:29:54 2015 +0200 Fix phrasing. Suggested by "I" on tor-talk@. --- res/ExoneraTor.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ExoneraTor.

[tor-commits] [metrics-db/master] Add new @type for hidden service descriptors.

2015-10-12 Thread karsten
commit c53d777bd209732760908807f05d1a90493aba9b Author: Karsten Loesing Date: Mon Oct 12 09:28:34 2015 +0200 Add new @type for hidden service descriptors. Suggested by atagar. Descriptors of this @type are not archive by CollecTor, but libraries like Stem that support parsing

[tor-commits] [metrics-db/master] Add new section to TOC.

2015-10-12 Thread karsten
commit 5fc658f8d4d164fe2c2a71bb1e86d3c2b943fadf Author: Karsten Loesing Date: Mon Oct 12 09:34:44 2015 +0200 Add new section to TOC. --- web/formats.html |2 ++ 1 file changed, 2 insertions(+) diff --git a/web/formats.html b/web/formats.html index 84a4a99..5549f20 100644 --- a/web

[tor-commits] [onionoo/master] Schedule next major version.

2015-10-14 Thread karsten
commit 5be6515fa07bd009b31f1233f4b2943202cfa3fb Author: Karsten Loesing Date: Wed Oct 14 12:20:59 2015 +0200 Schedule next major version. --- src/main/java/org/torproject/onionoo/server/ResponseBuilder.java |2 +- web/protocol.html|3

[tor-commits] [metrics-db/master] Rename directories to match what's served in recent/.

2015-10-18 Thread karsten
commit 812b87e4c257dc2233c1d80bd231b34ff3e0afab Author: Karsten Loesing Date: Sun Oct 18 22:49:44 2015 +0200 Rename directories to match what's served in recent/. --- .../torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java |4 ++-- src/org/torproject/ernie/db/relay

[tor-commits] [metrics-db/master] Rename rsync/ directory to how it's served: recent/.

2015-10-18 Thread karsten
commit 9df5d7fca9791b93f330a6e07294fa2ef46688d5 Author: Karsten Loesing Date: Mon Oct 19 00:17:24 2015 +0200 Rename rsync/ directory to how it's served: recent/. --- .../ernie/db/bridgedescs/SanitizedBridgesWriter.java |8 .../db/bridge

[tor-commits] [metrics-db/master] Add an index.json with all served contents.

2015-10-19 Thread karsten
commit addf07db2ae47cf7c5e395d4bd7f503a40944e6c Author: Karsten Loesing Date: Mon Oct 19 09:22:35 2015 +0200 Add an index.json with all served contents. Implements #17321. --- bin/update-index |3 + build.xml

[tor-commits] [metrics-lib/master] Add a first draft of a contributor's guide.

2015-10-22 Thread karsten
commit d907267cba285dd3f61299eec7c04541e10ee11d Author: Karsten Loesing Date: Sat Oct 17 11:59:24 2015 +0200 Add a first draft of a contributor's guide. --- CONTRIB.md | 91 1 file changed, 91 insertions(+) diff --

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