aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2021-08-12move some volume lookup operations to grpcChris Lu1-2/+2
2021-08-08volume: support concurrent download data size limitChris Lu1-1/+1
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu1-1/+5
2021-04-16revert volume etagKonstantin Lebedev1-2/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-3/+3
2020-10-05We return etag using the same algorithm as aws s3Konstantin Lebedev1-1/+2
2020-08-18pass in option to read deleted entriesChris Lu1-1/+1
2020-08-06volume: report Content-MD5 in response headerChris Lu1-1/+2
2020-07-10Revert "remove fixJpgOrientation"李远军1-1/+1
2020-06-20remove fixJpgOrientationChris Lu1-1/+1
2020-06-19renamingChris Lu1-1/+1
2020-05-28rename 'needle' which collides with imported package namebingoohuang1-7/+7
2020-04-12refactoringChris Lu1-3/+3
2020-04-08add etag only for PUT or large chunked uploadsChris Lu1-0/+8
2020-03-18use public url also for deletionsChris Lu1-1/+1
2020-03-15refactoringChris Lu1-1/+1
2020-03-07filer: set mime type from volume serverChris Lu1-0/+1
2020-02-25remove ctx if possibleChris Lu1-2/+1
2020-02-11volume: return 204 for unchanged file uploadsChris Lu1-2/+3
2020-01-03volume: add option to limit file sizeChris Lu1-1/+1
2019-12-24remove the http 304 response bodystlpmo1-3/+7
2019-06-20go fmtChris Lu1-1/+1
2019-06-20ec deletion code complete, not tested yetChris Lu1-1/+14
2019-06-15refactoringChris Lu1-2/+6
2019-06-15refactoringChris Lu1-4/+5
2019-06-14refactoringChris Lu1-2/+2
2019-06-14volume server: adds basic metricsChris Lu1-0/+10
2019-06-06jwt for read access controlChris Lu1-2/+2
2019-04-21volume: support http status 304 for the same file idChris Lu1-3/+6
2019-04-18refactoringChris Lu1-5/+5
2019-03-18text wrappingChris Lu1-2/+1
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-02-14add authorizing fileId write accessChris Lu1-1/+13
2019-01-02set etag in responseChris Lu1-1/+2
2018-12-22filer store original data size instead of data size after gzipChris Lu1-2/+2
2018-10-31Update volume_server_handlers_write.gozoe1-1/+1
2018-10-29Update volume_server_handlers_write.gozoe1-1/+1
2018-10-15adjust log level for deletesChris Lu1-1/+1
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-65/+0
2018-09-28adjust loggingChris Lu1-1/+1
2018-09-12go fmtChris Lu1-1/+1
2018-09-12working S3 multipart uploadsChris Lu1-3/+8
2018-09-09add s3 multipart uploadChris Lu1-2/+7
2018-07-21fix printingChris Lu1-1/+1
2018-07-21needle priting formatChris Lu1-2/+2
2018-07-14Store and replicate timestamp of file deletion in tombstone markerChris Lu1-0/+12
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-3/+3
2017-06-03skip bytes cacheChris Lu1-4/+0
2016-06-29fix volume_layout bug, add new feature for volume etag write,filer pass throu...霍晓栋1-0/+2
2016-06-02directory structure change to work with glideChris Lu1-0/+165