gitkk/server
zhenyi ab32e8826e feat(pack): add raw advertise refs and stateless protocol support
- Add raw flag to AdvertiseRefsRequest to enable raw pkt-line output
- Implement advertise_refs_raw function that calls git upload-pack/receive-pack with --advertise-refs
- Add stateless flag to GitProtocolFeatures for HTTP smart protocol support
- Modify upload_pack and receive_pack to accept stateless parameter
- Update command construction to include --stateless-rpc flag when enabled
- Add raw_data field to AdvertiseRefsResponse for raw output
- Update pack cache key computation to include raw service differentiation
- Initialize raw field to false in all request creation calls
2026-06-08 21:46:31 +08:00
..
archive.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
blame.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
branch.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
cache.rs refactor(server): replace custom remote clients with macro-based implementation 2026-06-08 09:43:57 +08:00
commit.rs feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
diff.rs feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
merge.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
mod.rs refactor(docker): optimize Docker build process and update configurations 2026-06-08 18:52:22 +08:00
pack.rs feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00
refs.rs feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
remote.rs feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
repository_maint.rs refactor(docker): optimize Docker build process and update configurations 2026-06-08 18:52:22 +08:00
repository.rs refactor(docker): optimize Docker build process and update configurations 2026-06-08 18:52:22 +08:00
tag.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
tree.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00