aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_grpc_tail.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2025-06-16tail-volume-uses-the-source-volume-versionchrislu1-3/+7
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-08-13Only when tailing volume, the zero-ed cookie should skip checking.Chris Lu1-1/+1
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang1-1/+1
2020-04-11volume server: accept fsync=true in write requestsChris Lu1-1/+1
2020-03-15refactoringChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-1/+2
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-1/+1
2019-10-22go fmtChris Lu1-2/+2
2019-10-22refactor ScanVolumeFileFrom()Chris Lu1-26/+44
2019-07-17refactoringChris Lu1-1/+1
2019-05-27add grpc ec shard readChris Lu1-3/+2
2019-04-21volume: support http status 304 for the same file idChris Lu1-1/+1
2019-04-20refactoringChris Lu1-4/+4
2019-04-20shell: add command volume.moveChris Lu1-4/+24
2019-04-18refactoringChris Lu1-1/+2
2019-04-18volume tailing chunks large filesChris Lu1-0/+97