aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_cipher.go
AgeCommit message (Expand)AuthorFilesLines
2021-09-06refactoringChris Lu1-1/+10
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu1-1/+5
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-1/+1
2020-12-13adding volume typeChris Lu1-0/+1
2020-11-15refactoringChris Lu1-1/+1
2020-11-15refactoringChris Lu1-6/+6
2020-10-20filer: support default rackChris Lu1-3/+2
2020-09-01rename filer2 to filerChris Lu1-3/+3
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+1
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-0/+1
2020-07-19go code can read and write chunk manifestChris Lu1-1/+1
2020-06-30filer: support active<=>active filer replicationChris Lu1-1/+1
2020-06-19detect mime type before replicating to other volume serversChris Lu1-0/+1
2020-04-30refactoringChris Lu1-11/+1
2020-04-28remove printoutsChris Lu1-1/+1
2020-04-11s3: add option to fsync bucketsChris Lu1-2/+2
2020-03-23refactoringChris Lu1-1/+2
2020-03-09filer: fix ttl parsingChris Lu1-4/+3
2020-03-08filer: remember content is gzipped or notChris Lu1-4/+6
2020-03-07encryption worksChris Lu1-7/+1
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-0/+103