aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_raw.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-5/+2
2025-02-14http_*: Refactor to reduce duplicationRunxi Yu1-13/+2
2025-02-13http_handle_*.go: Fix http.Error callsRunxi Yu1-8/+8
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-9/+9
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-1/+2
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-9/+10
2025-02-13_header.html: Add headerRunxi Yu1-8/+6
2025-02-13*.go: Mass rename files for clarityRunxi Yu1-0/+0
2025-02-12{ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu1-0/+1
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-1/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu1-3/+3
2025-02-11*.go: Remove extra TODOsRunxi Yu1-1/+0
2025-02-11*: Use URL params to specify commits/branches/tagsRunxi Yu1-6/+19
2025-02-11*.go: ReformatRunxi Yu1-1/+1
2025-02-11repo_{raw,tree}: Redirect if visiting file but path_spec ends with slashRunxi Yu1-0/+4
2025-02-11repo_raw: Serve raw filesRunxi Yu1-33/+3
2025-02-11*.go: ReformatRunxi Yu1-4/+4
2025-02-11repo_tree: Fix panic on empty pathspecRunxi Yu1-1/+1
2025-02-10*: category -> groupRunxi Yu1-3/+3
2025-02-10repo_tree: Fix URL and anchor issuesRunxi Yu1-34/+47
2025-02-10*: Some simple styling with tablesRunxi Yu1-1/+1
2025-02-10git_misc: Abstract git.PlainOpen into open_git_repoRunxi Yu1-3/+1
2025-02-10repo_tree: s/tree/target/ when it should beRunxi Yu1-2/+2
2025-02-10git_misc: Abstract tree-listing into build_display_git_treeRunxi Yu1-19/+1
2025-02-10repo_tree: Use x--- to indicate modes that aren't convertableRunxi Yu1-1/+1
2025-02-10render_readme: Abstract away README renderingRunxi Yu1-19/+1
2025-02-10repo_tree: Handle error from formatter.FormatRunxi Yu1-2/+6
2025-02-10repo_tree: Read ref name from PathValueRunxi Yu1-5/+6
2025-02-10repo_tree: Remove unnecessary commit_iter codeRunxi Yu1-17/+0
2025-02-10repo_tree: Attempt to use the autumn themeRunxi Yu1-1/+1
2025-02-10repo_tree: Attempt to use the xcode themeRunxi Yu1-1/+1
2025-02-10handle_repo_tree: Syntax highlightingRunxi Yu1-1/+20
2025-02-10*: project -> categoryRunxi Yu1-3/+3
2025-02-10*.go: LintingRunxi Yu1-15/+19
2025-02-10handle_repo_{index,tree}: Don't crash on missing READMERunxi Yu1-1/+1
2025-02-10repo_tree: Display files tooRunxi Yu1-6/+21
2025-02-10*.go: Reformat codeRunxi Yu1-4/+5
2025-02-10repo_tree: Support listing directories other than /Runxi Yu1-11/+17
2025-02-10repo_tree: Initialize handler (copied over from index)Runxi Yu1-2/+2
2025-02-10repo_index: Only display first four characters of os_modeRunxi Yu1-2/+2
2025-02-10repo_index: Add file listRunxi Yu1-0/+19
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-0/+76