| Commit message (Expand) | Author | Age | Files | Lines |
|---|
| * | Use package script from shared infra | Nikolay Govorov | 10 days ago | 3 | -35/+8 |
| * | Use mise for tools provision | Nikolay Govorov | 2026-07-25 | 7 | -22/+161 |
| * | Unify contributing policy | Nikolay Govorov | 2026-07-24 | 3 | -15/+180 |
| * | Unify CLA policy | Nikolay Govorov | 2026-07-24 | 5 | -75/+374 |
| * | Unified licenses headers | Nikolay Govorov | 2026-07-24 | 40 | -39/+42 |
| * | Fix clippy warnings | Nikolay Govorov | 2026-07-24 | 1 | -4/+3 |
| * | Updates vulnerable packages | Nikolay Govorov | 2026-07-24 | 1 | -4/+4 |
| * | Uses licenses-check from shared infra | Nikolay Govorov | 2026-07-24 | 4 | -25/+42 |
| * | Uses signoff from shared infra | Nikolay Govorov | 2026-07-24 | 7 | -31/+56 |
| * | Eliminates unnecessary rebuilds on CI | Nikolay Govorov | 2026-03-29 | 3 | -13/+18 |
| * | Update docs, copyrights, fix dnf5 readme | Nikolay Govorov | 2026-03-29 | 41 | -59/+78 |
| * | Update deps | Nikolay Govorov | 2026-03-29 | 1 | -250/+333 |
| * | Rename Zorian to Recluse | Nikolay Govorov | 2026-03-17 | 38 | -173/+173 |
| * | Fix licenses attribution | Nikolay Govorov | 2026-03-13 | 1 | -5/+8 |
| * | Prevents crawler robots from pointlessly downloading bundles :/ | Nikolay Govorov | 2026-03-13 | 2 | -0/+6 |
| * | Fix trash reloads minisigs | Nikolay Govorov | 2026-03-12 | 4 | -17/+25 |
| * | Add smoke test for go and zig | Nikolay Govorov | 2026-02-08 | 9 | -14/+585 |
| * | Add dark theme, add zorian license | Nikolay Govorov | 2026-02-08 | 2 | -26/+65 |
| * | Add favicon, setup etag for static, drop licenses for another targets | Nikolay Govorov | 2026-02-08 | 23 | -372/+418 |
| * | Setup licenses page | Nikolay Govorov | 2026-02-07 | 14 | -142/+963 |
| * | Split codebase to workspace | Nikolay Govorov | 2026-02-07 | 21 | -2069/+188 |
| * | Introduce common way for indexing repositories | Nikolay Govorov | 2026-02-06 | 10 | -924/+1331 |
| * | Adds code coverage checks and cleans up the config a bit | Nikolay Govorov | 2026-02-05 | 9 | -182/+746 |
| * | Optimizes loading of minisig files for Zig | Nikolay Govorov | 2026-02-03 | 6 | -52/+232 |
| * | Implement indexes for Go/Zig backend | Nikolay Govorov | 2026-02-02 | 13 | -265/+1621 |
| * | Refactor frontend layer | Nikolay Govorov | 2026-02-01 | 8 | -442/+396 |
| * | Unifies backends | Nikolay Govorov | 2026-01-31 | 7 | -190/+238 |
| * | Support Go downloads | Nikolay Govorov | 2026-01-31 | 4 | -13/+402 |
| * | Fixes adding timestamps to logs | Nikolay Govorov | 2026-01-30 | 1 | -7/+36 |
| * | Setup otlp telemetry | Nikolay Govorov | 2026-01-29 | 6 | -29/+581 |
| * | Integrate with systemd notify | Nikolay Govorov | 2026-01-20 | 4 | -30/+80 |
| * | Web optimization: compression, cache and meta headers | Nikolay Govorov | 2026-01-19 | 3 | -30/+137 |
| * | Replace TLS impl | Nikolay Govorov | 2026-01-19 | 6 | -170/+136 |
| * | Move constants to config | Nikolay Govorov | 2026-01-17 | 5 | -41/+98 |
| * | Graceful shutdown and rate limits for server | Nikolay Govorov | 2026-01-17 | 6 | -19/+408 |
| * | Allows to listen to multiple ports, adds https support | Nikolay Govorov | 2026-01-17 | 8 | -244/+499 |
| * | Add Makefile for common tasks | Nikolay Govorov | 2026-01-16 | 3 | -1/+28 |
| * | Rename 'upstream' to 'proxy' module, update deps | Nikolay Govorov | 2026-01-16 | 5 | -67/+245 |
| * | Unit tests for storage | Nikolay Govorov | 2026-01-16 | 5 | -1/+500 |
| * | Update project structure | Nikolay Govorov | 2026-01-15 | 10 | -189/+282 |
| * | Use uuid v5 instead of hash for object id | Nikolay Govorov | 2026-01-15 | 5 | -95/+213 |
| * | Refactor storage with 2-step writing files | Nikolay Govorov | 2026-01-15 | 1 | -128/+260 |
| * | Add accept logging with context | Nikolay Govorov | 2026-01-14 | 4 | -17/+270 |
| * | Designs a more robust storage based on sqlite | Nikolay Govorov | 2026-01-14 | 6 | -44/+1070 |
| * | Publish deb and rpm packages to s3 | Nikolay Govorov | 2026-01-13 | 2 | -38/+72 |
| * | Setup signin for deb/rpm packages | Nikolay Govorov | 2026-01-13 | 5 | -26/+71 |
| * | Add docs for installation, more detailed versions of packages | Nikolay Govorov | 2026-01-12 | 4 | -8/+64 |
| * | Fix packages for usage in containers without systemd | Nikolay Govorov | 2026-01-12 | 2 | -7/+16 |
| * | Uses a manual parser for zig tarballs instead of regex, fixes config issues | Nikolay Govorov | 2026-01-12 | 8 | -139/+265 |
| * | Parse configuration from toml file | Nikolay Govorov | 2026-01-12 | 7 | -18/+143 |