aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2025-12-05fix: Use mime.FormatMediaType for RFC 6266 compliant Content-Disposition (#7635)Chris Lu1-6/+6
2025-11-28filer write request use context without cancellation (#7567)Chris Lu1-1/+1
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu2-0/+579
2025-10-25Filer: batch deletion operations to return individual error results (#7382)Chris Lu2-30/+44
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-3/+3
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-0/+23
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu3-8/+8
2025-06-24Changes logging function (#6919)Aleksey Kosov1-7/+7
2025-06-20Context-based logging with request ID (#6899)Aleksey Kosov1-2/+4
2025-06-16add default value when reading needle versionchrislu1-0/+3
2025-06-16tail-volume-uses-the-source-volume-versionchrislu1-1/+2
2025-06-16refactoringchrislu1-2/+3
2025-05-28Add context with request (#6824)Aleksey Kosov5-25/+29
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-6/+6
2024-11-15Fix/parse upload filename (#6241)Kevin Bulteel1-1/+1
2024-11-04merge current message queue code changes (#6201)Chris Lu1-39/+41
2024-09-15Feature: compress before encryption (#6013)Eugeniy E. Mikhailov1-2/+5
2024-09-09[shell] fix volume grow in shell (#5992)Konstantin Lebedev1-1/+0
2024-08-29math/rand => math/rand/v2chrislu2-4/+4
2024-08-27randomly pick one replica to writechrislu1-10/+24
2024-08-01rename functionschrislu2-8/+8
2024-07-16Added tls for http clients (#5766)vadimartynov4-48/+81
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev2-2/+2
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov5-9/+12
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-5/+20
2024-03-29[master] grow volumes if no writable volumes in current dataCenter (#5434)Konstantin Lebedev1-0/+3
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-1/+2
2023-10-03weed/operation: fix dropped error (#4888)Lars Lehtonen1-0/+3
2023-10-01RetryForever => RetryUntilchrislu1-1/+1
2023-09-10ensure single threaded accesschrislu1-0/+5
2023-08-23streaming assign file idschrislu2-3/+170
2023-04-29[Filer] post add param:saveInside (#4434)zemul1-0/+1
2023-04-21mount: add retry for read only case (#4416)wusong1-6/+8
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-2/+2
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-31refactorchrislu1-4/+1
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-2/+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-04filer prefer volume server in same data center (#3405)Konstantin Lebedev2-9/+11
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-0/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu11-29/+29
2022-03-15reduced the timeout for creating a connection from 30 to 10 secondsKonstantin Lebedev1-0/+6
2022-02-15weed/operation/delete_content.go: nil pointer dereferencebanjiaojuhao1-1/+1