aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server_handlers_read.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-17/+17
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
2020-06-23prepare for zstdChris Lu1-11/+9
2020-06-20rename UnCompressData to DecompressDataChris Lu1-2/+2
2020-06-19renamingChris Lu1-5/+7
2020-04-21adjust loggingChris Lu1-2/+2
2020-04-02handle gzip for image resizingChris Lu1-1/+7
2020-04-02volume: passing ext info via URLChris Lu1-3/+5
2020-03-20filer: add back image resizing capabilityChris Lu1-4/+13
2020-03-20refactoringChris Lu1-1/+1
2020-03-20refactoringChris Lu1-4/+1
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-18/+8
2020-03-07refactoringChris Lu1-85/+5
2020-02-25avoid reusing context objectChris Lu1-4/+2
2020-01-24adjust loggingChris Lu1-2/+2
2019-10-23volume: redirection follow public urlChris Lu1-1/+2
2019-06-15refactoringChris Lu1-2/+3
2019-06-14refactoringChris Lu1-1/+1
2019-06-14volume server: adds basic metricsChris Lu1-0/+5
2019-06-06jwt for read access controlChris Lu1-0/+7
2019-06-05fix ec related bugsChris Lu1-1/+1
2019-05-27refactoringChris Lu1-3/+3
2019-05-27volum server passes grpc option and master location to storeChris Lu1-1/+2
2019-05-27convert needle id to ec intervals to read fromChris Lu1-5/+12
2019-04-18refactoringChris Lu1-5/+5
2018-11-23go fmtChris Lu1-1/+1
2018-11-22formatting error logChris Lu1-1/+1
2018-11-08use MD5 for ETag to be consistent with Amazon S3Chris Lu1-1/+5
2018-09-09add s3 multipart uploadChris Lu1-3/+2
2018-09-07fix build error0.96Chris Lu1-1/+1
2018-09-07fix data writes error when consecutive calls overlaps with previous writesChris Lu1-1/+1
2018-09-03Update volume_server_handlers_read.gozhangmingfeng1-0/+3
2018-07-24fix compilation errorChris Lu1-1/+1
2018-07-24refactoring: avoid common codeChris Lu1-19/+15
2018-07-24initialize read seekerChris Lu1-0/+1
2018-07-24fix nil if not imagesChris Lu1-1/+2
2018-07-05增加chunk图片文件支持width和heightzhangmingfeng1-4/+19
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-2/+2
2018-05-28adding favicon to filer alsoChris Lu1-12/+0
2017-06-03skip bytes cacheChris Lu1-1/+0
2017-05-28revert webp support due to "go test"0.76Chris Lu1-1/+1