aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/store_ec_delete.go
AgeCommit message (Expand)AuthorFilesLines
2025-12-02fix: skip cookie validation for EC volume deletion when SkipCookieCheck is se...Chris Lu1-11/+6
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu1-1/+3
2023-09-18Revert "Merge branch 'master' into sub"chrislu1-3/+1
2023-09-18fix: weed/storage: dropped errorLars Lehtonen1-1/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-08-08volume: support concurrent download data size limitChris Lu1-1/+1
2020-02-25remove ctx if possibleChris Lu1-1/+1
2020-02-25avoid reusing context objectChris Lu1-10/+10
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-06-20ec deletion code complete, not tested yetChris Lu1-0/+105