aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/upload_content.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-11add a {X-,}Idempotency-Key header for http POSTChris Lu1-0/+1
2020-11-11print out data sizeChris Lu1-1/+1
2020-11-02avoid []byte reuseChris Lu1-4/+1
2020-11-02Revert "revert bytebufferpool, seems problematic"Chris Lu1-4/+9
2020-11-02revert bytebufferpool, seems problematicChris Lu1-9/+4
2020-10-30add back upload retriesChris Lu1-1/+1
2020-10-24print for debuggingChris Lu1-0/+2
2020-10-23adjust compression thresholdChris Lu1-1/+1
2020-10-23byte buffer for uploadingChris Lu1-3/+4
2020-10-23fix bug found by testsChris Lu1-0/+1
2020-10-23memory pool to reduce memory allocationChris Lu1-1/+4
2020-10-20mount: shortcut when there is only one chunkChris Lu1-4/+9
2020-10-20Revert "a better byte buffer pool"Chris Lu1-6/+2
2020-10-20a better byte buffer poolChris Lu1-2/+6
2020-09-09filer: cross cluster synchronizationChris Lu1-3/+5
2020-08-26add log messagesChris Lu1-9/+8
2020-08-24close http responseChris Lu1-5/+6
2020-08-23consume all response body in order to release requestsChris Lu1-4/+5
2020-08-15adjust logsChris Lu1-1/+3
2020-08-11add retry file uploadChris Lu1-2/+14
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-17/+9
2020-07-14report errorsChris Lu1-4/+4
2020-06-24testing parsing the uploadChris Lu1-13/+18
2020-06-23prepare for zstdChris Lu1-4/+4
2020-06-20rename UnCompressData to DecompressDataChris Lu1-1/+1
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu1-7/+7
2020-06-19renamingChris Lu1-1/+1
2020-06-19detect mime type before replicating to other volume serversChris Lu1-0/+1
2020-04-30refactoringChris Lu1-0/+14
2020-04-14better detect file mime typeChris Lu1-0/+6
2020-04-14only detect when not sure about the typesChris Lu1-1/+1
2020-04-14volume: detect gzip effectiveness only when content type is emptyChris Lu1-1/+1
2020-04-08refactor a bitChris Lu1-3/+1
2020-03-28refactoringChris Lu1-7/+8
2020-03-27refactoringChris Lu1-1/+0
2020-03-26sampling whether the data can be gzippedChris Lu1-2/+11
2020-03-15volume: handle repeated writes responseChris Lu1-1/+6
2020-03-14refactoringChris Lu1-71/+7
2020-03-14cleaner fixChris Lu1-5/+7
2020-03-14fix possible nilChris Lu1-3/+5
2020-03-08clean upChris Lu1-7/+2
2020-03-08filer: remember content is gzipped or notChris Lu1-30/+136
2020-03-08adjust parameter namesChris Lu1-7/+7
2020-03-07encryption worksChris Lu1-1/+1
2020-03-07filer: set mime type from volume serverChris Lu1-0/+1
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-9/+3
2020-03-06filer: option to encrypt data on volume serverChris Lu1-10/+37
2019-04-18refactoringChris Lu1-1/+2
2019-04-18filer.copy: add adjustable compression levelChris Lu1-2/+18
2019-04-07adjust compression to optimize for speedChris Lu1-1/+2