aboutsummaryrefslogtreecommitdiff
path: root/ssh_server.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-96/+0
|
* Do not export versionRunxi Yu2025-04-051-1/+1
|
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-5/+5
|
* Move things to internal/v0.1.23Runxi Yu2025-04-051-2/+2
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-7/+7
|
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-051-9/+3
|
* config shall no longer be a global variableRunxi Yu2025-04-051-5/+5
|
* ansiec: Move ansi escape codes to this moduleRunxi Yu2025-04-051-1/+1
|
* Use log/slog instead of clogRunxi Yu2025-04-051-3/+4
|
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-2/+3
|
* More segments fixesRunxi Yu2025-04-011-1/+1
|
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+3
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu2025-03-301-2/+2
|
* Initial lintingRunxi Yu2025-03-221-3/+3
|
* Remove underscores from Go code, pt 6Runxi Yu2025-03-191-13/+13
|
* Remove underscores from Go code, pt 6Runxi Yu2025-03-191-16/+16
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-2/+2
|
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-1/+1
|
* ssh: Remove unnecessary conversionRunxi Yu2025-03-061-1/+1
|
* *: Replacing more := with varRunxi Yu2025-03-051-7/+9
|
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
|
* all: ReformatRunxi Yu2025-02-201-1/+1
|
* ssh: Use a blue version messageRunxi Yu2025-02-201-1/+2
|
* *.go: ReformatRunxi Yu2025-02-181-1/+1
|
* ssh_server.go: Don't use path.Join for config.HTTP.RootRunxi Yu2025-02-181-2/+1
|
* git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu2025-02-171-6/+4
|
* {remote_url,ssh_server}.go: Use path.Join instead of trimming and addingRunxi Yu2025-02-171-1/+2
|
* ssh_server.go: Update comment about SSH authRunxi Yu2025-02-161-2/+3
|
* ssh_server.go: Strip trailing newlines from keysRunxi Yu2025-02-161-2/+2
|
* ssh_*: Pass pubkey to SSH handlersRunxi Yu2025-02-161-2/+2
|
* ssh_*: Use pure go-git SSH handling (receive and upload)Runxi Yu2025-02-161-23/+16
|
* *.go: ReformatRunxi Yu2025-02-151-1/+1
|
* ssh_server: Add carriage returns to SSH output (since no PTY yet)Runxi Yu2025-02-151-4/+4
|
* ssh_server: Add link to sourceRunxi Yu2025-02-151-0/+1
|
* *_server.go: clog.Info instead of Debug for requestsRunxi Yu2025-02-141-1/+1
|
* ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu2025-02-131-0/+3
| | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work.
* {http,ssh}_server.go: Add debug logs for incoming requestsRunxi Yu2025-02-131-1/+3
|
* {main,ssh_server}.go: Log listening addressesRunxi Yu2025-02-131-6/+1
|
* ssh_{server,utils}: Swap filenamesRunxi Yu2025-02-131-41/+83
|
* *.go: Mass rename files for clarityRunxi Yu2025-02-131-0/+56