aboutsummaryrefslogtreecommitdiff
path: root/weed/server/common.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-20filer: add back image resizing capabilityChris Lu1-1/+1
2020-03-08filer: remember content is gzipped or notChris Lu1-2/+1
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-0/+106
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-7/+7
2020-03-06filer: option to encrypt data on volume serverChris Lu1-1/+1
2020-01-21adjust loggingChris Lu1-1/+2
2020-01-03volume: add option to limit file sizeChris Lu1-1/+1
2019-12-06go fmtChris Lu1-2/+4
2019-12-05master: submit support "dataCenter" parameterChris Lu1-0/+1
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-5/+2
2019-11-28master load backend storage config from master.tomlChris Lu1-0/+2
2019-08-09skip writing content if not modifiedChris Lu1-0/+6
2019-04-18refactoringChris Lu1-3/+4
2019-02-18adding grpc mutual tlsChris Lu1-2/+3
2019-02-15benchmark can work in secure modeChris Lu1-3/+1
2018-12-22filer store original data size instead of data size after gzipChris Lu1-2/+2
2018-12-17adjust log formatChris Lu1-1/+1
2018-12-16error log formatChris Lu1-1/+1
2018-11-22add subimit count parameterChris Lu1-1/+9
2018-10-14go fmtChris Lu1-1/+1
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-11/+0
2018-10-12fix master static resource display problemChris Lu1-0/+6
2018-10-07embed static resources via statikChris Lu1-12/+8
2018-09-22add ETag to upload results and chunksChris Lu1-0/+1
2018-06-11fix compilation error on go tipChris Lu1-1/+1
2018-05-28adding favicon to filer alsoChris Lu1-0/+13
2018-05-07fix broken master health checkingChris Lu1-0/+5
2017-01-08support additional header name-value pairssparklxb1-2/+2
2017-01-08support additional header name-value pairssparklxb1-2/+2
2016-06-26refactor Volume Assign function霍晓栋1-1/+7
2016-06-02directory structure change to work with glideChris Lu1-0/+179