aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu1-9/+55
2025-10-24avoid repeated reading disk (#7369)Chris Lu1-34/+103
2025-10-24Revert "fix reading"chrislu1-57/+21
2025-10-24fix readingchrislu1-21/+57
2025-10-23S3 API: Fix SSE-S3 decryption on object download (#7366)Chris Lu2-2/+17
2025-10-13Add Kafka Gateway (#7231)Chris Lu3-8/+29
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu3-3/+3
2025-10-08Fix #7305: Return 400 BadDigest instead of 500 InternalError for MD5 mismatch...Chris Lu2-9/+15
2025-09-18master: Fix raft url (#7255)Chris Lu1-4/+7
2025-09-09Message Queue: Add sql querying (#7185)Chris Lu4-0/+2270
2025-09-08fix: pass inflightDownloadDataTimeout to volumeServer (#7206)Konstantin Lebedev1-0/+1
2025-09-04add disable volume_growth flag (#7196)Dmitriy Pavlov4-2/+10
2025-08-22S3 API: Add integration with KMS providers (#7152)Chris Lu2-0/+18
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-5/+20
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu5-11/+133
2025-08-19S3 API: Add SSE-C (#7143)Chris Lu1-0/+9
2025-08-15day-advance fixchrislu1-0/+10
2025-08-14Fix volume server's status code returned for missing needles on EC-encoded sh...Lisandro Pin1-3/+5
2025-08-11use one http clientchrislu1-14/+11
2025-08-11filer: server side copying (#7121)Chris Lu2-0/+552
2025-08-07volume server UI: fix ec volume ui (#7104)Chris Lu2-4/+9
2025-08-06Context cancellation during reading range reading large files (#7093)Chris Lu1-4/+8
2025-08-06remove spoof-able request header (#7103)Chris Lu1-6/+0
2025-08-06remote address parsing should handle special cases (#7101)Chris Lu1-4/+2
2025-08-01fix parsing s3 tag (#7069)Chris Lu1-6/+14
2025-07-30filer: remove filer support for image resizing (#7057)Chris Lu1-24/+0
2025-07-30Admin: misc improvements on admin server and workers. EC now works. (#7055)Chris Lu4-19/+181
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu12-31/+31
2025-07-16less logschrislu1-2/+3
2025-07-16minorchrislu1-1/+1
2025-07-10[Notifications] Support webhook notifications (#6962)Ibrahim Konsowa1-0/+1
2025-07-07less aggressive volume server shutdown on same uuidchrislu1-4/+40
2025-07-06use float for sleep secondschrislu1-1/+1
2025-07-02[volume] refactor and add metrics for flight upload and download data limit c...Konstantin Lebedev4-126/+324
2025-06-28remove features and deployments fieldschrislu1-8/+0
2025-06-28add telemetry (#6926)Chris Lu1-0/+30
2025-06-24Changes logging function (#6919)Aleksey Kosov12-61/+63
2025-06-20Context-based logging with request ID (#6899)Aleksey Kosov2-12/+13
2025-06-19follow grow volume option versionchrislu3-3/+7
2025-06-19pass volume version when creating a volumechrislu1-1/+3
2025-06-19display volume version when listingchrislu1-0/+2
2025-06-17adding cassandra2chrislu1-0/+1
2025-06-16tail-volume-uses-the-source-volume-versionchrislu1-3/+7
2025-06-16refactoringchrislu3-3/+3
2025-06-16add version to volume protochrislu4-3/+9
2025-06-06fix(filer): add missing return after KvDelete in KvPut with empty value (#6846)SmoothDenis1-0/+1
2025-06-03change version directorychrislu12-42/+43
2025-05-28Add context with request (#6824)Aleksey Kosov15-73/+77
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-7/+7
2025-05-21Added middleware for processing request_id grpc and http requests (#6805)Aleksey Kosov4-21/+42