aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/upload_content.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-20Context-based logging with request ID (#6899)Aleksey Kosov1-2/+4
2025-05-28Add context with request (#6824)Aleksey Kosov1-13/+16
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-6/+6
2024-09-15Feature: compress before encryption (#6013)Eugeniy E. Mikhailov1-2/+5
2024-07-16Added tls for http clients (#5766)vadimartynov1-33/+51
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-1/+1
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-5/+20
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-1/+1
2023-10-03weed/operation: fix dropped error (#4888)Lars Lehtonen1-0/+3
2023-10-01RetryForever => RetryUntilchrislu1-1/+1
2023-04-21mount: add retry for read only case (#4416)wusong1-6/+8
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