aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2020-02-10partially doneorigin/fasthttpChris Lu1-10/+10
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu1-2/+2
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+1
2019-12-31filer: optional recursive deletionChris Lu1-0/+5
2019-12-18filer: return not found 404 status if not foundChris Lu1-1/+5
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+1
2019-12-11deletion add option skipChunkDeletionChris Lu1-3/+3
2019-12-11filer: EXPERT add shouldDeleteChunks parameter for fast deletionChris Lu1-2/+2
2019-12-11Filer: Enable delete entries without flag volumeYoni Nakache1-1/+3
2019-11-27filer: Add attr.mode in query stringLei Liu1-1/+11
2019-09-29master api: return http 404 when volumeId not existLei Liu1-1/+1
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-1/+3
2019-07-11filer: set file name when uploading to a directoryChris Lu1-6/+6
2019-06-25refactoringChris Lu1-8/+0
2019-06-23go fmtChris Lu1-1/+3
2019-06-22add metrics, refactoringChris Lu1-67/+107
2019-06-15refactoringChris Lu1-4/+5
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+8
2019-04-16refactor: prepare for snapshottingChris Lu1-1/+1
2019-04-14http exhaust and close response bodyChris Lu1-1/+5
2019-03-27detect mime typeChris Lu1-0/+5
2019-03-15add context to all filer APIsChris Lu1-3/+5
2019-03-15adding contextChris Lu1-1/+2
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu1-3/+8
2019-01-02assign new file id even on filer PUT operationsChris Lu1-32/+5
2018-12-17fix upload pathChris Lu1-1/+1
2018-12-17filer update existing entryChris Lu1-1/+10
2018-09-12working S3 multipart uploadsChris Lu1-1/+2
2018-09-09add s3 multipart uploadChris Lu1-0/+2
2018-07-28filer read write all via locations from MasterClientChris Lu1-3/+3
2018-07-24add back recursively delete a folderChris Lu1-1/+4
2018-07-21s3 add HEAD DELETEChris Lu1-1/+1
2018-07-21adjust log levelChris Lu1-1/+1
2018-07-21remove unused codeChris Lu1-9/+5
2018-07-21delegating old chunk purging to CreateEntryChris Lu1-18/+16
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu1-13/+18
2018-07-20set filer2.ErrNotFound for not found entryChris Lu1-11/+17
2018-07-19add bucket creation and deletionChris Lu1-7/+12
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-6/+10
2018-07-10alt request for dc preferred requestsChris Lu1-1/+12
2018-07-07add dir list limit optionChris Lu1-2/+2
2018-06-10add collection, replication, ttl to each fileChris Lu1-1/+6
2018-06-06support renaming filesChris Lu1-1/+1
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-5/+5
2018-05-31fix logChris Lu1-1/+1
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-8/+1
2018-05-27refactoring: go fmt, reorgChris Lu1-1/+1
2018-05-27refactoring: split into 4 filesChris Lu1-331/+0
2018-05-27go fmtChris Lu1-3/+2