aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server_handlers_read.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Added tls for http clients (#5766)vadimartynov1-4/+7
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-4/+4
2024-06-24adjust visibilitychrislu1-5/+5
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+2
2024-01-29fix: http range request return status 500 (#5251)Sébastien1-7/+12
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-2/+2
2023-10-30Fix twice increase metric counter (#4961)SmsS41-1/+0
2023-10-30Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)SmsS41-7/+19
2023-01-06Add image cropping. (#4117)monchickey1-6/+47
2022-09-17volume server: rename readBufferSize to readBufferSizeMBchrislu1-1/+1
2022-09-16volume: add "readBufSize" option to customize read optimization (#3702)famosss1-2/+3
2022-09-15volume: add "hasSlowRead" option to customize read optimizationchrislu1-0/+1
2022-09-14rename variablechrislu1-4/+4
2022-09-07return err for processRangeRequest()chrislu1-2/+1
2022-08-19filer: retryable when error is not foundchrislu1-1/+5
2022-08-02refactorKonstantin Lebedev1-6/+0
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-9/+9
2022-06-05stream read large fileschrislu1-3/+48
2022-06-04remove unused logicchrislu1-1/+1
2022-03-02filer, s3, volume server: a bit memory optimizationchrislu1-1/+4
2021-12-19mount: improve read performance on random readschrislu1-2/+0
2021-12-15s3: pass through s3 presigned headerschrislu1-1/+1
2021-08-12use grpc and jwtChris Lu1-1/+1
2021-08-12move some volume lookup operations to grpcChris Lu1-1/+1
2021-08-10fix avoid lock errorChris Lu1-1/+0
2021-08-08volume: support concurrent download data size limitChris Lu1-2/+15
2021-07-24Add webp extension for resizingbyunghwa.yun1-1/+1
2021-07-01go fmtChris Lu1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-8/+43
2021-05-20Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"Konstantin Lebedev1-5/+2
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-2/+5
2021-03-15If WriteHeader is not called explicitly, the first call to WriteKonstantin Lebedev1-4/+1
2021-03-15add debug loggingKonstantin Lebedev1-1/+1
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang1-1/+1
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
2021-01-14filer, s3: add http status 206 as late as possibleChris Lu1-1/+4
2020-11-26go fmtChris Lu1-2/+2
2020-11-21remove zstdChris Lu1-2/+2
2020-10-31filer: add CORS supportChris Lu1-7/+0
2020-10-31volume: add CORS supportChris Lu1-0/+7
2020-10-08fix loggingChris Lu1-1/+1
2020-10-08some changes to prepare fix after failed readsChris Lu1-0/+4
2020-09-09adjust log levelChris Lu1-1/+1
2020-08-18pass in option to read deleted entriesChris Lu1-1/+7
2020-08-01volume: avoid special logic for .gz filesChris Lu1-14/+14
2020-07-25renameChris Lu1-1/+1
2020-07-25set filename in Content-Disposition headerChris Lu1-2/+2
2020-07-17Fix the bug of "http://xx/xx,xxx.PNG?width=100"李远军1-4/+3