aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
AgeCommit message (Expand)AuthorFilesLines
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu2-5/+5
2020-12-13adding volume typeChris Lu2-1/+5
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-10-25passing full path when assign volume locationsChris Lu2-8/+8
2020-10-25renamingChris Lu1-1/+1
2020-10-22to read files that are quickly changingChris Lu1-1/+1
2020-10-13Only wait on retryable requestsChris Lu1-1/+1
2020-10-11refactoring in order to adjust volume server url laterChris Lu2-4/+4
2020-10-07read from alternative replicaChris Lu6-63/+86
2020-09-12go fmtChris Lu1-1/+0
2020-09-09filer: cross cluster synchronizationChris Lu8-44/+59
2020-09-09return http response directlyChris Lu2-7/+8
2020-09-01rename filer2 to filerChris Lu6-28/+28
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+5
2020-08-19read possible old deleted chunksChris Lu3-3/+3
2020-08-15file size support set file lengthChris Lu4-4/+4
2020-07-19go code can read and write chunk manifestChris Lu5-9/+25
2020-07-01replication: pass isFromOtherCluster also to EventNotificationChris Lu1-0/+3
2020-06-30filer: support active<=>active filer replicationChris Lu2-3/+17
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu1-1/+1
2020-04-29refactoringChris Lu2-2/+10
2020-04-13refactoringChris Lu3-3/+3
2020-04-10fix sqs message readingChris Lu1-1/+3
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-2/+2
2020-04-07filer replication: add s3 endpointChris Lu1-2/+7
2020-04-05refactoringChris Lu1-2/+1
2020-03-28refactoringChris Lu1-1/+1
2020-03-23refactoringChris Lu2-30/+15
2020-03-23refactoringChris Lu1-3/+3
2020-03-22consistent 64bit sizeChris Lu4-4/+4
2020-03-17go fmtChris Lu2-2/+2
2020-03-11fix: #1226HongyanShen2-9/+12
2020-03-08filer: remember content is gzipped or notChris Lu5-4/+5
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-5/+2
2020-03-06filer: option to encrypt data on volume serverChris Lu5-7/+9
2020-03-04refactoringChris Lu2-3/+4
2020-02-25remove ctx if possibleChris Lu4-8/+6
2020-02-25avoid reusing context objectChris Lu10-69/+69
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+3
2020-02-25fix directory lookup nilChris Lu1-1/+4
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu2-8/+10
2020-01-29support env variables to overwrite toml fileChris Lu13-65/+67
2020-01-26use the same context object in order to retryChris Lu3-12/+12
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2019-11-18WIPChris Lu2-6/+6
2019-07-17disable azure due to api changesChris Lu1-1/+1
2019-06-22refactoringChris Lu2-23/+7
2019-04-16replicate need to include new entry pathChris Lu7-8/+14
2019-04-08Merge pull request #914 from jba/gocdk-receiveChris Lu1-0/+50