aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-05use cached grpc clientChris Lu2-16/+9
2019-04-05fix typoJonathan Amsterdam1-1/+1
2019-04-04replication: add GoCDK PubSub supportJonathan Amsterdam1-0/+50
2019-03-15add context.ContextChris Lu10-71/+62
2019-03-04file path supports windows, avoiding back slashesChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu3-13/+23
2019-02-15add jwt for writesChris Lu1-2/+4
2018-12-11adjust proto APIChris Lu1-1/+0
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-1/+1
2018-11-04working b2 sinkChris Lu4-4/+48
2018-11-01go fmtChris Lu3-7/+7
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu2-3/+112
2018-10-31filer ordered notificationsChris Lu1-1/+5
2018-10-31support AWS SQS as file change notification message queueChris Lu4-2/+117
2018-10-23go fmtChris Lu1-1/+1
2018-10-23adding BackBlaze, AzureChris Lu1-0/+128
2018-10-23use released version of azblobChris Lu1-3/+7
2018-10-11go fmtChris Lu7-30/+31
2018-10-09adding filer replication sink to AzureChris Lu1-0/+133
2018-10-09adjust error formatChris Lu1-1/+1