Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix group path trailing slash | Runxi Yu | 2025-03-25 | 1 | -0/+1 |
| | |||||
* | Variable name lengths | Runxi Yu | 2025-03-22 | 1 | -4/+7 |
| | |||||
* | Initial linting | Runxi Yu | 2025-03-22 | 1 | -2/+3 |
| | |||||
* | dereference_or_zero | Runxi Yu | 2025-03-21 | 1 | -1/+1 |
| | |||||
* | Output git logs incrementally | Runxi Yu | 2025-03-21 | 1 | -4/+5 |
| | |||||
* | Revert "Add gohtmplgen to the build process" | Runxi Yu | 2025-03-19 | 1 | -1/+1 |
| | | | | This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1. | ||||
* | Add gohtmplgen to the build process | Runxi Yu | 2025-03-19 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 4 | Runxi Yu | 2025-03-19 | 1 | -10/+10 |
| | |||||
* | Remove underscores from Go code, pt 2 | Runxi Yu | 2025-03-18 | 1 | -4/+4 |
| | |||||
* | Remove underscores from Go code, pt 1 | Runxi Yu | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | git_hooks_client -> hookc | Runxi Yu | 2025-03-18 | 1 | -2/+2 |
| | |||||
* | *: Reformat | Runxi Yu | 2025-03-09 | 1 | -1/+1 |
| | |||||
* | http/templates: Minify templates | Runxi Yu | 2025-03-07 | 1 | -2/+31 |
| | |||||
* | repo/index: Display repo info only, when commits/files unavailable | Runxi Yu | 2025-03-07 | 1 | -3/+3 |
| | |||||
* | http/templates: Add query_escape and path_escape | Runxi Yu | 2025-03-07 | 1 | -0/+2 |
| | |||||
* | scripts, sql: Reorganize | Runxi Yu | 2025-03-06 | 1 | -2/+1 |
| | |||||
* | *: Typing fixes | Runxi Yu | 2025-03-05 | 1 | -1/+2 |
| | |||||
* | *: Replacing more := with var | Runxi Yu | 2025-03-05 | 1 | -2/+1 |
| | |||||
* | Add SPDX license headers to all Go files | Runxi Yu | 2025-03-03 | 1 | -0/+3 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-18 | 1 | -0/+3 |
| | |||||
* | *.go: Add some comments for docs | Runxi Yu | 2025-02-18 | 1 | -10/+5 |
| | |||||
* | *: Restructure build system | Runxi Yu | 2025-02-17 | 1 | -2/+2 |
| | |||||
* | resources.go: Embed git_hooks_client/* | Runxi Yu | 2025-02-17 | 1 | -0/+1 |
| | |||||
* | resources.go: Add .gitattributes too | Runxi Yu | 2025-02-15 | 1 | -1/+2 |
| | |||||
* | Makefile, resources.go: Add vendor directory to serve library source | Runxi Yu | 2025-02-15 | 1 | -0/+1 |
| | |||||
* | *: Use Makefile, and generate a version | Runxi Yu | 2025-02-14 | 1 | -0/+1 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| | |||||
* | resources: Add schema.sql to source_fs | Runxi Yu | 2025-02-12 | 1 | -0/+1 |
| | |||||
* | *: Migrate to the new path scheme | Runxi Yu | 2025-02-12 | 1 | -15/+11 |
| | |||||
* | resources: Serve source and static properly | Runxi Yu | 2025-02-10 | 1 | -1/+16 |
| | | | | ... except that it won't run because of URL conflicts for now | ||||
* | repo_tree: Fix URL and anchor issues | Runxi Yu | 2025-02-10 | 1 | -1/+4 |
| | |||||
* | repo_index: Use the first line of the commit message | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | {main,resources}.go: Serve static/ properly | Runxi Yu | 2025-02-09 | 1 | -1/+1 |
| | |||||
* | *: Basic web server | Runxi Yu | 2025-02-05 | 1 | -0/+32 |