aboutsummaryrefslogtreecommitdiff
path: root/ssh_server.go (unfollow)
Commit message (Expand)AuthorFilesLines
9 days*: Replacing more := with varRunxi Yu1-7/+9
10 daysAdd SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-20all: ReformatRunxi Yu1-1/+1
2025-02-20ssh: Use a blue version messageRunxi Yu1-1/+2
2025-02-18*.go: ReformatRunxi Yu1-1/+1
2025-02-18ssh_server.go: Don't use path.Join for config.HTTP.RootRunxi Yu1-2/+1
2025-02-17git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu1-6/+4
2025-02-17{remote_url,ssh_server}.go: Use path.Join instead of trimming and addingRunxi Yu1-1/+2
2025-02-16ssh_server.go: Update comment about SSH authRunxi Yu1-2/+3
2025-02-16ssh_server.go: Strip trailing newlines from keysRunxi Yu1-2/+2
2025-02-16ssh_*: Pass pubkey to SSH handlersRunxi Yu1-2/+2
2025-02-16ssh_*: Use pure go-git SSH handling (receive and upload)Runxi Yu1-23/+16
2025-02-15*.go: ReformatRunxi Yu1-1/+1
2025-02-15ssh_server: Add carriage returns to SSH output (since no PTY yet)Runxi Yu1-4/+4
2025-02-15ssh_server: Add link to sourceRunxi Yu1-0/+1
2025-02-14*_server.go: clog.Info instead of Debug for requestsRunxi Yu1-1/+1
2025-02-13ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu1-0/+3
2025-02-13{http,ssh}_server.go: Add debug logs for incoming requestsRunxi Yu1-1/+3
2025-02-13{main,ssh_server}.go: Log listening addressesRunxi Yu1-6/+1
2025-02-13ssh_{server,utils}: Swap filenamesRunxi Yu1-41/+83
2025-02-13*.go: Mass rename files for clarityRunxi Yu1-0/+0
2025-02-12router_{http,ssh}.go, url_misc.go: Fix escapingRunxi Yu1-1/+1
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-0/+56