aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_read.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-5/+5
2020-11-03filer: Headers with "Seaweed-" prefix are stored as extended propertiesChris Lu1-1/+6
2020-10-29adjust s3 header file.ruitao.liu1-2/+3
2020-10-29S3 bucket list, response with uploaded storageclass.ruitao.liu1-2/+2
2020-10-28save s3 metadata to filer.ruitao.liu1-1/+1
2020-10-27fix tag prefix.ruitao.liu1-1/+1
2020-10-27rename s3 tag prefix.ruitao.liu1-1/+1
2020-10-27return x-amz-tag-count header when GET object.ruitao.liu1-0/+13
2020-09-01rename filer2 to filerChris Lu1-4/+4
2020-08-15file size support set file lengthChris Lu1-2/+2
2020-07-25renameChris Lu1-1/+1
2020-07-25set filename in Content-Disposition headerChris Lu1-3/+3
2020-04-28filer: simplify image resizeChris Lu1-2/+8
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-1/+20
2020-03-23refactoringChris Lu1-1/+2
2020-03-22consistent 64bit sizeChris Lu1-1/+1
2020-03-22FUSE mount: stream read data with bufferChris Lu1-1/+1
2020-03-20filer: add back image resizing capabilityChris Lu1-2/+14
2020-03-17go fmtChris Lu1-1/+0
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-198/+14
2020-03-07refactoringChris Lu1-7/+1
2020-03-07refactoringChris Lu1-4/+10
2020-03-07breaks dependency loopChris Lu1-1/+2
2020-03-07filer: HEAD response add content typeChris Lu1-0/+3
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-4/+7
2020-03-06filer: option to encrypt data on volume serverChris Lu1-2/+23
2019-10-24fix abused 404 status codedivinerapier1-4/+9
2019-07-10detect a filer path is a file or a directoryChris Lu1-1/+7
2019-06-25refactoringChris Lu1-6/+0
2019-06-22add metrics, refactoringChris Lu1-0/+2
2019-06-22refactoringChris Lu1-1/+1
2019-06-15refactoringChris Lu1-4/+5
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+9
2019-06-10go fmtChris Lu1-1/+0
2019-06-05periodic scripts exeuction from leader masterChris Lu1-33/+1
2019-04-21shell: add fs.catChris Lu1-2/+10
2019-04-14http exhaust and close response bodyChris Lu1-1/+5
2019-03-27weed filer: set content-type consistent with filer storeChris Lu1-1/+4
2019-03-20weed filer: http HEAD response header add ETagChris Lu1-0/+1
2019-03-15add context to all filer APIsChris Lu1-1/+2
2019-01-02add Last-Modified to HEAD requests1.19Chris Lu1-4/+5
2018-10-12fix when no files in filer0.98Chris Lu1-0/+4
2018-09-09add s3 multipart uploadChris Lu1-0/+1
2018-07-28filer read write all via locations from MasterClientChris Lu1-3/+2
2018-07-22remove printlnChris Lu1-2/+0
2018-07-21go fmtChris Lu1-2/+2
2018-07-07add dir list limit optionChris Lu1-2/+2
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-2/+2
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-3/+5
2018-05-28filer support reading multiple chunks, with range supportChris Lu1-4/+161