aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/upload_content.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-10go fmtChris Lu1-1/+1
2021-04-07skip connection reset errorChris Lu1-2/+4
2021-04-01refactor buffer poolChris Lu1-3/+2
2021-03-07fix nilChris Lu1-1/+1
2021-03-07stats collect chunk upload retry countChris Lu1-0/+2
2021-02-22filer: avoid encryption and compression at the same timeChris Lu1-16/+17
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang1-0/+2
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang1-1/+1
2021-02-17go fmtChris Lu1-1/+1
2021-02-17add sleep between upload retriesChris Lu1-0/+1
2021-02-12adjust http max idle connections per hostChris Lu1-0/+1
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