Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-02-18 | *.go: Add some comments for docs | Runxi Yu | 1 | -7/+7 |
2025-02-17 | hooks, etc.: Restructure concurrency and data flow | Runxi Yu | 1 | -20/+13 |
2025-02-17 | ssh_handle_receive_pack.go: Move unauthorized rejection | Runxi Yu | 1 | -4/+6 |
2025-02-17 | ssh_handle_receive_pack.go: Allow pushes for now | Runxi Yu | 1 | -1/+1 |
2025-02-17 | ssh_handle_receive_pack.go: Rename c -> deployer_channel | Runxi Yu | 1 | -3/+3 |
2025-02-17 | hooks, etc.: Authenticate hooks, and handle them in the spawning thread | Runxi Yu | 1 | -1/+36 |
2025-02-17 | *_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATH | Runxi Yu | 1 | -0/+2 |
2025-02-17 | ssh_handle_receive_pack: Use system git-receive-pack | Runxi Yu | 1 | -33/+18 |
2025-02-16 | {ssh_*,acl}.go: Check ACL when receiving packs | Runxi Yu | 1 | -1/+8 |
2025-02-16 | ssh_*: Pass pubkey to SSH handlers | Runxi Yu | 1 | -1/+1 |
2025-02-16 | ssh_*: Use pure go-git SSH handling (receive and upload) | Runxi Yu | 1 | -0/+49 |