aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_cipher.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-3/+3
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-07-16Added tls for http clients (#5766)vadimartynov1-1/+7
2024-06-15refactorchrislu1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-1/+1
2023-01-02more solid weed mount (#4089)Chris Lu1-1/+1
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-11/+8
2022-03-16rename to skipCheckParentDirchrislu1-1/+1
2022-03-17go fmtzzq094941-1/+1
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-1/+1
2022-03-17Revert "filer: support uploading file without needEnsureParentDir"zzq094941-1/+1
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-1/+1
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