index
:
forge.git
hare
master
native-go-git-transports
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
*.go: Add some comments for docs
Runxi Yu
2025-02-18
17
-20
/
+52
*
README.md: Mention that anonymous pushes to contrib/ are possible now
Runxi Yu
2025-02-18
1
-1
/
+2
*
git_hooks_handle: Allow anonymous pushes to contrib/
Runxi Yu
2025-02-18
1
-2
/
+74
*
main.go: Remove stale UNIX domain sockets
Runxi Yu
2025-02-18
1
-4
/
+35
*
hooks: Fix the race condition that causes EPIPE
Runxi Yu
2025-02-18
2
-0
/
+17
*
repo_index.html: Move the repo description before the clone URLs
Runxi Yu
2025-02-18
1
-6
/
+6
*
repo_commit.html: Move the commit message out of the table
Runxi Yu
2025-02-18
1
-4
/
+3
*
git_hooks_client.c: Ignore SIGPIPE
Runxi Yu
2025-02-18
1
-0
/
+6
*
git_hooks_client.c: Allow ECONNRESET when splicing sock -> stderr
Runxi Yu
2025-02-18
1
-1
/
+2
*
Revert "style.css: Make it more concise"
Runxi Yu
2025-02-18
1
-35
/
+69
*
Revert "style.css: Fix .chunk-addition"
Runxi Yu
2025-02-18
1
-5
/
+3
*
style.css: Fix .chunk-addition
Runxi Yu
2025-02-18
1
-3
/
+5
*
hooks, etc.: Restructure concurrency and data flow
Runxi Yu
2025-02-17
2
-31
/
+29
*
remote_url.go: Don't use path.Join (it strips :// into :/)
Runxi Yu
2025-02-17
1
-3
/
+3
*
style.css: Make it more concise
Runxi Yu
2025-02-17
1
-69
/
+35
*
ssh_handle_receive_pack.go: Move unauthorized rejection
Runxi Yu
2025-02-17
1
-4
/
+6
*
git_hooks_handle.go: Remove err_not_unixconn
Runxi Yu
2025-02-17
1
-1
/
+0
*
ssh_handle_receive_pack.go: Allow pushes for now
Runxi Yu
2025-02-17
1
-1
/
+1
*
ssh_handle_receive_pack.go: Rename c -> deployer_channel
Runxi Yu
2025-02-17
1
-3
/
+3
*
hooks, etc.: Authenticate hooks, and handle them in the spawning thread
Runxi Yu
2025-02-17
3
-3
/
+87
*
go.mod: Bump lindenii-common (cmap split into ComparableMap and Map)
Runxi Yu
2025-02-17
2
-3
/
+3
*
git_hooks_handle.go: Read argv from hook
Runxi Yu
2025-02-17
1
-7
/
+33
*
git_hooks_client: Send argc/argv over the UNIX domain socket
Runxi Yu
2025-02-17
1
-5
/
+34
*
git_hooks_handle.go: Refactor for clarity
Runxi Yu
2025-02-17
1
-14
/
+13
*
README.md: Prominently note Lindenii's own instance
Runxi Yu
2025-02-17
1
-0
/
+6
*
style.css: :focus -> :focus-visible
Runxi Yu
2025-02-17
1
-3
/
+3
*
go.mod: go-billy is now indirect
Runxi Yu
2025-02-17
1
-1
/
+1
*
Makefile: Compile static Go binary
Runxi Yu
2025-02-17
1
-1
/
+1
*
style.css: Reformat and improve checkbox accessibility
Runxi Yu
2025-02-17
2
-13
/
+19
*
git_hooks_client.c: Explain the code in more detail
Runxi Yu
2025-02-17
1
-7
/
+28
*
main.go: Restructure for uniformity
Runxi Yu
2025-02-17
1
-25
/
+19
*
git_hooks_handle.go: Exit on UID mismatch, handle >1 connections
Runxi Yu
2025-02-17
1
-15
/
+21
*
git_hooks_handle.go, etc.: Listen for connections from hooks
Runxi Yu
2025-02-17
3
-14
/
+39
*
git_hooks_client.c: Splice socket to stderr
Runxi Yu
2025-02-17
1
-15
/
+42
*
Makefile: Don't use --long in git-describe
Runxi Yu
2025-02-17
1
-1
/
+1
*
README.md: Clarify build dependencies
Runxi Yu
2025-02-17
1
-1
/
+2
*
git_hooks_client.c: Clarify error messages
Runxi Yu
2025-02-17
1
-10
/
+10
*
git_hooks_client.c: Get return value from unix socket
Runxi Yu
2025-02-17
1
-1
/
+20
*
database.go: Merge name_desc_t; remove misc.go
Runxi Yu
2025-02-17
2
-11
/
+5
*
{remote_url,ssh_server}.go: Use path.Join instead of trimming and adding
Runxi Yu
2025-02-17
2
-4
/
+5
*
misc.go: Remove environ_to_map as unused
Runxi Yu
2025-02-17
1
-14
/
+0
*
*_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATH
Runxi Yu
2025-02-17
3
-0
/
+6
*
*.go: Reformat
Runxi Yu
2025-02-17
2
-2
/
+1
*
git_hooks_deploy.go: Deploy hooks to filesystem
Runxi Yu
2025-02-17
2
-0
/
+55
*
git_hooks_handle.go: Move from git_hooks.go
Runxi Yu
2025-02-17
1
-0
/
+0
*
git_init.go: git_bare_init_with_default_hooks
Runxi Yu
2025-02-17
3
-5
/
+35
*
README.md: s/PGP/SSH/ for commit signature verification
Runxi Yu
2025-02-17
1
-2
/
+2
*
README: Fix typo (sr.ht's CI is builds.sr.ht, not git.sr.ht)
Runxi Yu
2025-02-17
1
-1
/
+1
*
repo_{info,upload_pack}.go: Use system git-upload-pack for HTTP too
Runxi Yu
2025-02-17
2
-29
/
+79
*
ssh_handle_receive_pack: Use system git-receive-pack
Runxi Yu
2025-02-17
1
-33
/
+18
[next]