aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/stream.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-13/+13
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-2/+2
2024-07-16Added tls for http clients (#5766)vadimartynov1-2/+3
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel1-5/+12
2024-02-04Merge branch 'master' into mq-subscribeChris Lu1-39/+50
2024-01-29fix: http range request return status 500 (#5251)Sébastien1-39/+50
2024-01-13refactoringchrislu1-1/+1
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-2/+2
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-4/+4
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-4/+4
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-4/+4
2023-02-17clean commentschrislu1-2/+2
2023-02-17fix for io.ReaderAt used in filer.remote.syncchrislu1-23/+16
2023-02-01fix filer.remote.sync on a S3 cloud mountchrislu1-0/+3
2023-01-05fix for stream readerchrislu1-6/+13
2023-01-02more solid weed mount (#4089)Chris Lu1-58/+32
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-2/+2
2022-08-15less verbose logchrislu1-1/+2
2022-08-05Add download speed limit support (#3408)LHHDZ1-0/+6
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-26refactorKonstantin Lebedev1-3/+2
2022-07-26fix logic else brakeKonstantin Lebedev1-0/+1
2022-07-25filer: fix wrong logic during readchrislu1-1/+1
2022-07-15Use BackoffSchedule for getLookupFileIdKonstantin Lebedev1-1/+15
2022-07-15Use fallback if urls are not foundKonstantin Lebedev1-3/+3
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-6/+7
2022-03-14minorchrislu1-5/+7
2022-02-26better control for reader cachingchrislu1-9/+9
2022-01-13padding zero for sparse filebanjiaojuhao1-1/+35
2021-11-28read deleted chunks when replicating dataChris Lu1-1/+1
2021-09-01go fmtChris Lu1-10/+10
2021-08-25ensure multi-threaded correctnessChris Lu1-29/+45
2021-08-15fix locating data chunksChris Lu1-2/+17
2021-08-15ensure no writes to remote storage if content is not changedChris Lu1-3/+7
2021-08-15adjust log formatChris Lu1-0/+39
2021-08-15readerAt need to use the right offsetChris Lu1-1/+2
2021-08-13filer: stream read from volume server, reduce memory usageChris Lu1-8/+2
2021-08-08filer.remote.sync can work nowChris Lu1-12/+20
2021-08-07ChunkStreamReader implenents io.ReaderAtChris Lu1-0/+9
2021-08-07refactoringChris Lu1-36/+50
2021-08-07refactorChris Lu1-7/+15
2021-05-24Merge branch 'master' into head_check_all_chunksKonstantin Lebedev1-3/+11
2021-05-24Chunk download statsKonstantin Lebedev1-0/+7
2021-05-24rm chunk Download statsKonstantin Lebedev1-11/+3
2021-05-21rm func CheckAllChunkViewsKonstantin Lebedev1-15/+0
2021-05-21del checksKonstantin Lebedev1-14/+8
2021-05-20fix https://github.com/chrislusf/seaweedfs/issues/2046Konstantin Lebedev1-2/+5
2021-05-20Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"Konstantin Lebedev1-1/+25
2021-05-06go fmtChris Lu1-1/+0
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-24/+1