| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Factor out common parts of templates into partials | Tom Smeding | 4 days |
| | | |||
| * | Index logs in parallel | Tom Smeding | 5 days |
| | | |||
| * | Slightly optimise realiseEvents | Tom Smeding | 5 days |
| | | |||
| * | Some optimisation of indexing | Tom Smeding | 5 days |
| | | |||
| * | Remove unused dependencies | Tom Smeding | 12 days |
| | | |||
| * | Commented-out debugging code | Tom Smeding | 12 days |
| | | | | | | I'll leave the sort in, it's hardly the bottleneck and it makes debugging issues easier and benchmarks more predictable. | ||
| * | Make 'test count' entry point slightly more useful | Tom Smeding | 12 days |
| | | |||
| * | Debug and optimise C znc parser | Tom Smeding | 12 days |
| | | |||
| * | More correct NOTICE styling in CSS | Tom Smeding | 12 days |
| | | |||
| * | Move to Prelude.foldl' now that we require GHC 9.10 | Tom Smeding | 12 days |
| | | |||
| * | C parsing work | Tom Smeding | 12 days |
| | | |||
| * | WIP stub znc parsing in C | Tom Smeding | 12 days |
| | | |||
| * | Add .mustache files to extra-source-files for rebuild detection | Tom Smeding | 2026-07-20 |
| | | |||
| * | Silence unused-variable warning in TH-generated code | Tom Smeding | 2026-07-20 |
| | | |||
| * | Prev/next buttons on calendar-day | Tom Smeding | 2026-07-20 |
| | | | | | Thanks jreicher for suggesting! | ||
| * | Update TODO.txt | Tom Smeding | 2026-07-12 |
| | | |||
| * | Also add log.js to calendar-day | Tom Smeding | 2026-06-30 |
| | | |||
| * | Disable dumb ligatures in body font | Tom Smeding | 2026-06-30 |
| | | |||
| * | Also show viewopts box on calendar-day pages | Tom Smeding | 2026-06-28 |
| | | |||
| * | Set ef cookie on Path=/ | Tom Smeding | 2026-06-28 |
| | | |||
| * | Fix nickhash computation in log.js | Tom Smeding | 2026-06-28 |
| | | |||
| * | Nick colors on client in JS | Tom Smeding | 2026-06-28 |
| | | |||
| * | Content types on static files | Tom Smeding | 2026-06-28 |
| | | |||
| * | Less prints | Tom Smeding | 2026-06-28 |
| | | |||
| * | Stop the instrument print spam | Tom Smeding | 2026-06-28 |
| | | |||
| * | Prototype compressed event listing | Tom Smeding | 2026-06-28 |
| | | |||
| * | Add tirclogv.prof to .gitignore | Tom Smeding | 2026-05-10 |
| | | |||
| * | Clean up | Tom Smeding | 2026-05-10 |
| | | |||
| * | meta-externalagent, stop crawling all the ?eid= URLs | Tom Smeding | 2026-05-10 |
| | | |||
| * | style.css: Add unline to <a> also on :focus | Tom Smeding | 2026-05-10 |
| | | |||
| * | Migrate index and calendar templates to new renderer | Tom Smeding | 2026-05-10 |
| | | |||
| * | Generate renderer functions using TH | Tom Smeding | 2026-05-10 |
| | | | | | | | These take (and project from) a data type instead of hash maps, _and_ use text-builder-linear, _and_ have the full template inlined. The result is that this is the fastest renderer yet. | ||
| * | Rendering performance experiments | Tom Smeding | 2026-05-10 |
| | | |||
| * | Less warnings | Tom Smeding | 2026-05-10 |
| | | |||
| * | Make genEventID 5x as fast | Tom Smeding | 2026-05-10 |
| | | | | | | | showIntAtBase wasn't inlined, so not specialised to Word64, so all the arithmetic went via typeclasses (inluding a number of fromIntegral @Word64 @Int, which went via Integer). | ||
| * | Optimisations to log rendering with mustache | Tom Smeding | 2026-05-09 |
| | | |||
| * | Favicon | Tom Smeding | 2026-05-08 |
| | | |||
| * | Add 'test count' command | Tom Smeding | 2026-05-08 |
| | | |||
| * | Add robots.txt | Tom Smeding | 2026-05-08 |
| | | | | | Hopefull this prevents crawlers from hitting all the ?eid= links... | ||
| * | Instrument handler blocks | Tom Smeding | 2026-05-08 |
| | | |||
| * | Catch error in sendMany and don't throw | Tom Smeding | 2026-05-08 |
| | | |||
| * | Partial Pacific->UTC converter | Tom Smeding | 2026-05-08 |
| | | |||
| * | Test http parser somewhat | Tom Smeding | 2026-05-08 |
| | | |||
| * | Rename mini-http to mini-http-server | Tom Smeding | 2026-05-08 |
| | | | | | And move Parser to Internal.Parser for test suite | ||
| * | mini-http: Fix parser | Tom Smeding | 2026-05-08 |
| | | |||
| * | Rename log-tz-convert.py to -znc-NL | Tom Smeding | 2026-05-08 |
| | | |||
| * | ZNC: fix notice parsing | Tom Smeding | 2026-05-08 |
| | | |||
| * | Eliminate some thunks | Tom Smeding | 2026-05-08 |
| | | | | | This saves ALL the memory; all files were previously kept in memory | ||
| * | Update TODO | Tom Smeding | 2026-05-03 |
| | | |||
| * | Convert from wai/warp to mini-http-server | Tom Smeding | 2026-05-03 |
| | | |||
