aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-5/+5
2024-06-24adjust visibilitychrislu1-3/+3
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-3/+3
2023-02-06volume:fix return if Replicate write error (#4188)Neo1-0/+1
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-1/+1
2022-09-06more log detail for upload err and deleting (#3577)Konstantin Lebedev1-4/+3
2022-08-02refactorKonstantin Lebedev1-15/+0
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
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