gitkk/actor
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
..
handler.rs feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
message.rs refactor(docker): optimize Docker build process and update configurations 2026-06-08 18:52:22 +08:00
mod.rs feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
server.rs refactor(server): replace custom remote clients with macro-based implementation 2026-06-08 09:43:57 +08:00
sync.rs feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00