aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/upload_content.go
AgeCommit message (Expand)AuthorFilesLines
2023-01-02more solid weed mount (#4089)Chris Lu1-2/+2
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-1/+1
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-0/+5
2022-09-10refactorchrislu1-3/+4
2022-08-31upload_content: upload close response.Bodychrislu1-1/+2
2022-08-20adjust logchrislu1-1/+1
2022-08-20add fileId to UploadWithRetry return resultchrislu1-2/+2
2022-08-20filer.copy: retryable uploadchrislu1-0/+49
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-0/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-03-15reduced the timeout for creating a connection from 30 to 10 secondsKonstantin Lebedev1-0/+6
2022-01-05mount: skip special character in the filenameschrislu1-7/+7
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+2
2021-09-06refactorChris Lu1-23/+39
2021-09-06refactoringChris Lu1-28/+38
2021-04-28fix aws style Etag for chunksKonstantin Lebedev1-1/+1
2021-04-18resend the http request if connection is staleChris Lu1-4/+5
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