aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_autochunk.go
AgeCommit message (Expand)AuthorFilesLines
2020-02-10partially doneorigin/fasthttpChris Lu1-2/+2
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu1-60/+41
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+1
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+1
2019-06-23go fmtChris Lu1-2/+6
2019-06-22add metrics, refactoringChris Lu1-4/+13
2019-04-16refactor: prepare for snapshottingChris Lu1-0/+1
2019-03-18text wrappingChris Lu1-4/+6
2019-03-15add context to all filer APIsChris Lu1-4/+5
2019-02-15benchmark can work in secure modeChris Lu1-4/+5
2018-07-21delegating old chunk purging to CreateEntryChris Lu1-9/+6
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-4/+4
2018-07-07add dir list limit optionChris Lu1-2/+2
2018-06-10add collection, replication, ttl to each fileChris Lu1-3/+7
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-1/+1
2018-05-31add missing modify and create timesChris Lu1-1/+3
2018-05-27refactoring: go fmt, reorgChris Lu1-2/+3
2018-05-27refactoring: split into 4 filesChris Lu1-0/+186