0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't attempt to send an HTTP response on a closed channel. More... over 13 years ago
Minor improvement in the code checking cache staleness. More... over 13 years ago
Bug fix: make queries twice faster by properly using the cache. More... over 13 years ago
Automatically delete empty output files. More... over 13 years ago
Factor out a function to write a byte[] to a file. More... over 13 years ago
Move the array containing the hexadecimal digits to a shared location. More... over 13 years ago
Allow customization of the key of the graph. More... over 13 years ago
Add more possible customizations for the Y axes. More... over 13 years ago
Query code: properly look before/after the start/end dates. More... over 13 years ago
Promote an INFO message to ERROR. More... over 13 years ago
Add some comments in the query code. More... over 13 years ago
Fix another off-by-one in a comparison. More... over 13 years ago
The command-line query tool must print its output on stdout, not stderr. More... over 13 years ago
Don't require the --staticroot to be writeable. More... over 13 years ago
Fix an off-by-one in a comparison when adding new data points. More... over 13 years ago
Don't use the foo/{bar,qux} shell syntax, it's not portable. More... over 13 years ago
Make GNU find happy. More... over 13 years ago
Don't request multiple graphs at the same time. More... over 13 years ago
Add a new target to generate the static root. More... over 13 years ago
Make all HTTP endpoints send return PNG-friendly error responses. More... over 13 years ago
Make all HTTP endpoints send return JSON-friendly error responses. More... over 13 years ago
Add the license files (LGPL). More... over 13 years ago
Read Gnuplot's stderr when it fails and exits non-zero. More... over 13 years ago
Run Gnuplot in a separate thread pool to not block Netty IO threads. More... over 13 years ago
Add support for a second Y axis. More... over 13 years ago
Properly set the Cache-Control header in HTTP responses. More... over 13 years ago
Implement auto-reload in the UI. More... over 13 years ago
Allow relative time specification ("1d-ago") in HTTP queries. More... over 13 years ago
Ignore a RowSeq when it's added out of order to a Span. More... over 13 years ago
Put the stack traces in the logs RPC responses. More... over 13 years ago