aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_read.go
AgeCommit message (Expand)AuthorFilesLines
2020-02-10partially doneorigin/fasthttpChris Lu1-3/+3
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
2018-05-28split filer read into 2 filesChris Lu1-61/+0
2018-05-27go fmtChris Lu1-1/+1
2018-05-26add leveldb storeChris Lu1-4/+4
2018-05-24add breadcrumb to filer UIChris Lu1-0/+2
2018-05-19fix directory creation, directory listingChris Lu1-0/+2
2018-05-16cp file can workChris Lu1-1/+1
2018-05-14fix on paginationChris Lu1-0/+4
2018-05-13properly working filerChris Lu1-36/+33
2017-01-04check Accept instead of content typeChris Lu1-2/+2
2016-12-26Return json data when content-type is "application/json"listeng1-1/+6
2016-09-08filer mysqlstore bug fix霍晓栋1-1/+2
2016-07-21recover filer read handler logic霍晓栋1-7/+72
2016-07-20Add limit parameter and pagination for filescschiano1-26/+33
2016-07-18Add a visualization for the filercschiano1-55/+19
2016-06-29fix volume_layout bug, add new feature for volume etag write,filer pass throu...霍晓栋1-0/+7
2016-06-07read write handler update霍晓栋1-1/+1
2016-06-02refactoringChris Lu1-0/+97