Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | {main,ssh_server}.go: Log listening addresses | Runxi Yu | 2025-02-13 | 1 | -5/+12 |
| | |||||
* | ssh.go: Add anonymous SSH cloning | Runxi Yu | 2025-02-12 | 1 | -0/+5 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-12 | 1 | -8/+0 |
| | |||||
* | *: Migrate to the new path scheme | Runxi Yu | 2025-02-12 | 1 | -15/+8 |
| | |||||
* | *: Use URL params to specify commits/branches/tags | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
| | |||||
* | repo_commit: Add patch view | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | repo_commit: Add a commit info page | Runxi Yu | 2025-02-11 | 1 | -0/+1 |
| | |||||
* | repo_log: Add a log | Runxi Yu | 2025-02-11 | 1 | -0/+1 |
| | |||||
* | repo_raw: Serve raw files | Runxi Yu | 2025-02-11 | 1 | -0/+1 |
| | |||||
* | main: Prefix group names with /g/ | Runxi Yu | 2025-02-10 | 1 | -3/+3 |
| | |||||
* | *: category -> group | Runxi Yu | 2025-02-10 | 1 | -3/+3 |
| | |||||
* | resources: Serve source and static properly | Runxi Yu | 2025-02-10 | 1 | -0/+2 |
| | | | | ... except that it won't run because of URL conflicts for now | ||||
* | category_index -> category_repos | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | *: project -> category | Runxi Yu | 2025-02-10 | 1 | -3/+3 |
| | |||||
* | category_index: Add a repo index for each category | Runxi Yu | 2025-02-10 | 1 | -0/+1 |
| | |||||
* | *.go: Linting | Runxi Yu | 2025-02-10 | 1 | -1/+4 |
| | |||||
* | *.go: Reformat code | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | main: Add {$} to path handlers that need it | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | repo_tree: Initialize handler (copied over from index) | Runxi Yu | 2025-02-10 | 1 | -0/+1 |
| | |||||
* | {main,resources}.go: Serve static/ properly | Runxi Yu | 2025-02-09 | 1 | -0/+5 |
| | |||||
* | *: Add basic repo home with a README and recent commits display | Runxi Yu | 2025-02-09 | 1 | -0/+1 |
| | |||||
* | *: Basic web server | Runxi Yu | 2025-02-05 | 1 | -0/+37 |