aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* forge.scfg: Fix ssh netRunxi Yu2025-02-121-1/+1
|
* ssh.go: Use config.SSH.Net, config.SSH.AddrRunxi Yu2025-02-121-1/+1
|
* git_misc.go: Remove err_unsafe_path as unusedRunxi Yu2025-02-121-1/+0
|
* *.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu2025-02-1210-29/+98
|
* http_router.go: Move from router.go and fix conditional placement bugRunxi Yu2025-02-121-5/+5
|
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-125-1/+101
|
* router.go: Fix out-of-bounds read on /:Runxi Yu2025-02-121-0/+5
|
* *.go: ReformatRunxi Yu2025-02-124-19/+1
|
* git_misc.go: Merge types.go into hereRunxi Yu2025-02-121-0/+8
|
* resources: Add schema.sql to source_fsRunxi Yu2025-02-121-0/+1
|
* handle_index: Query group names from databaseRunxi Yu2025-02-121-5/+16
|
* _footer.html: Fix upstream linkRunxi Yu2025-02-121-1/+1
|
* router: Stricter URLRunxi Yu2025-02-121-0/+12
|
* repo_tree_file: Fix link to CSSRunxi Yu2025-02-121-1/+1
|
* *: Migrate to the new path schemeRunxi Yu2025-02-1215-52/+162
|
* git_format_patch.go: Remove garbage printfRunxi Yu2025-02-121-1/+0
|
* config.go: Close opened config_fileRunxi Yu2025-02-121-0/+1
|
* repo_tree_file: Don't treespec when it's headRunxi Yu2025-02-121-1/+1
|
* README.md: Protocols and user interfacesRunxi Yu2025-02-121-2/+13
|
* repo_commit: Add missing error checkRunxi Yu2025-02-121-0/+4
|
* git_misc.go: ReformatRunxi Yu2025-02-121-5/+7
|
* render_readme.go: Add org-mode supportRunxi Yu2025-02-123-0/+18
|
* render_readme.go: Render plain READMEs tooRunxi Yu2025-02-126-34/+34
|
* repo_commit: Fix format_patch handling of root commitsRunxi Yu2025-02-123-38/+34
|
* README.md: Update URL structureRunxi Yu2025-02-121-1/+7
|
* repo_commit: Add TODO to prepend "+"/"-"/" "Runxi Yu2025-02-121-0/+1
|
* repo_commit: Use /dev/null, not {a,b}/NULL, for empty filesRunxi Yu2025-02-122-3/+11
|
* schema.sql: FixesRunxi Yu2025-02-121-5/+4
|
* schema.sql: Basic schemaRunxi Yu2025-02-121-0/+71
|
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-124-2/+39
|
* _repo_header.html: Add /g/Runxi Yu2025-02-111-0/+2
|
* _repo_header.html: Add link to rootRunxi Yu2025-02-111-0/+2
|
* *.html: Add a simple repo headerRunxi Yu2025-02-117-0/+25
|
* repo_commit: ReformatRunxi Yu2025-02-111-2/+6
|
* repo_commit: Don't crash when viewing the first commitRunxi Yu2025-02-112-10/+25
|
* repo_commit: Don't crash on null from/to filesRunxi Yu2025-02-113-1/+31
|
* *.go: ReformatRunxi Yu2025-02-114-5/+4
|
* *.go: Remove extra TODOsRunxi Yu2025-02-115-6/+1
|
* *: Use URL params to specify commits/branches/tagsRunxi Yu2025-02-118-18/+127
|
* style.css: Fix file content backgroundRunxi Yu2025-02-111-2/+5
|
* repo_commit: Redirect faulty URLsRunxi Yu2025-02-111-6/+11
|
* repo_commit: Add patch viewRunxi Yu2025-02-114-3/+80
|
* style.css: Better colors in dark mode, and add paddingRunxi Yu2025-02-111-0/+8
|
* repo_commit: Properly format patchsetsRunxi Yu2025-02-113-14/+55
|
* repo_commit: Show chunksRunxi Yu2025-02-113-9/+46
|
* repo_index.html, style.css: CSS state machinesRunxi Yu2025-02-114-25/+27
|
* *.html: Fix body classRunxi Yu2025-02-113-3/+3
|
* *.go: LintingRunxi Yu2025-02-112-11/+7
|
* *.go: ReformatRunxi Yu2025-02-113-3/+3
|
* style.css, *.html: Scrolling behaviorRunxi Yu2025-02-116-18/+20
|