Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly format files...v0.1.4 | Runxi Yu | 2025-03-29 | 2 | -4/+2 |
* | Fix CI | Runxi Yu | 2025-03-29 | 1 | -0/+1 |
* | Fix out of bounds read on finding merge basesv0.1.3 | Runxi Yu | 2025-03-29 | 1 | -0/+7 |
* | Fix merge request index | Runxi Yu | 2025-03-29 | 1 | -2/+2 |
* | Makefile: No $(shell) | Runxi Yu | 2025-03-29 | 1 | -1/+1 |
* | Don't error out because the symlink exists | Runxi Yu | 2025-03-29 | 1 | -1/+5 |
* | Make git_hooks_handle portable ish? | Runxi Yu | 2025-03-29 | 2 | -0/+338 |
* | hookc: Fix variable placement | Runxi Yu | 2025-03-29 | 1 | -2/+2 |
* | Attempt to make hookc.c portable | Runxi Yu | 2025-03-29 | 1 | -6/+57 |
* | Add builds.sr.ht status to README | Runxi Yu | 2025-03-28 | 1 | -0/+2 |
* | Update CI againv0.1.2 | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
* | Attempt to fix CIv0.1.1 | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
* | Fix secret uuid | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
* | Add artifact uploadsv0.1.0 | Runxi Yu | 2025-03-28 | 1 | -0/+12 |
* | One more blank line for version.go | Runxi Yu | 2025-03-27 | 1 | -1/+1 |
* | Don't use extra source in CI | Runxi Yu | 2025-03-27 | 1 | -5/+3 |
* | Attempt to fix that lint issue | Runxi Yu | 2025-03-27 | 1 | -1/+1 |
* | Lint and add CI | Runxi Yu | 2025-03-27 | 3 | -2/+21 |
* | Lint | Runxi Yu | 2025-03-27 | 3 | -18/+15 |
* | Fix out of bounds in commit path handling | Runxi Yu | 2025-03-25 | 1 | -0/+4 |
* | Fix index page padding wrapper containment | Runxi Yu | 2025-03-25 | 1 | -22/+21 |
* | Add 403 and 501 pages | Runxi Yu | 2025-03-25 | 7 | -8/+68 |
* | Remove unnecessary whitespace in branches template | Runxi Yu | 2025-03-25 | 1 | -2/+2 |
* | Further remove .rounded and .rounded-footed | Runxi Yu | 2025-03-25 | 11 | -50/+14 |
* | Remove test message in IRC | Runxi Yu | 2025-03-25 | 1 | -5/+0 |
* | Remove round corners for now | Runxi Yu | 2025-03-25 | 1 | -4/+0 |
* | Bump dependencies | Runxi Yu | 2025-03-25 | 2 | -3/+3 |
* | Reindent HTML template | Runxi Yu | 2025-03-25 | 1 | -29/+23 |
* | Responsive grid for commit and repo info | Runxi Yu | 2025-03-25 | 3 | -58/+124 |
* | Navbar slashes | Runxi Yu | 2025-03-25 | 2 | -1/+6 |
* | Better nav bar | Runxi Yu | 2025-03-25 | 2 | -4/+41 |
* | Separate cache into separate files | Runxi Yu | 2025-03-25 | 5 | -74/+102 |
* | Fix group path trailing slash | Runxi Yu | 2025-03-25 | 4 | -2/+7 |
* | Use cache for raw files too | Runxi Yu | 2025-03-25 | 2 | -1/+45 |
* | Cache file view | Runxi Yu | 2025-03-25 | 2 | -8/+33 |
* | Cache dir view in tree view | Runxi Yu | 2025-03-25 | 2 | -31/+51 |
* | Cache commit logs on the repo index page | Runxi Yu | 2025-03-25 | 7 | -15/+95 |
* | Revert "Add prometheus" | Runxi Yu | 2025-03-25 | 3 | -29/+0 |
* | Fix regression in tree/raw dir handling | Runxi Yu | 2025-03-25 | 1 | -2/+12 |
* | Add prometheus | Runxi Yu | 2025-03-24 | 3 | -0/+29 |
* | Reuse the cache for /tree | Runxi Yu | 2025-03-22 | 3 | -69/+112 |
* | Cache tree-building | Runxi Yu | 2025-03-22 | 3 | -9/+63 |
* | Support X-Forwarded-For for reverse proxies | Runxi Yu | 2025-03-22 | 3 | -2/+21 |
* | Configurable timeout | Runxi Yu | 2025-03-22 | 3 | -3/+10 |
* | Actually incrementally generate the git log | Runxi Yu | 2025-03-22 | 1 | -4/+4 |
* | Use a custom errPage500 | Runxi Yu | 2025-03-22 | 13 | -50/+86 |
* | Variable name lengths | Runxi Yu | 2025-03-22 | 24 | -242/+246 |
* | Initial linting | Runxi Yu | 2025-03-22 | 22 | -55/+90 |
* | fedauth: Use NewRequestWithContext | Runxi Yu | 2025-03-22 | 1 | -6/+8 |
* | Add HTTP 451 | Runxi Yu | 2025-03-22 | 3 | -2/+33 |