aboutsummaryrefslogtreecommitdiff
path: root/weed/server/common.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Revert "Revert "Merge pull request #2027 from bingoohuang/master""Chris Lu1-9/+7
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-4/+4
2021-04-30Revert "Merge pull request #2027 from bingoohuang/master"2.42Chris Lu1-7/+9
2021-04-27promote to go:embed instead of github.com/rakyll/statikbingoohuang1-9/+7
2021-03-15If WriteHeader is not called explicitly, the first call to WriteKonstantin Lebedev1-4/+4
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-2/+2
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-5/+4
2021-01-14filer, s3: add http status 206 as late as possibleChris Lu1-5/+4
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-1/+1
2020-12-13adding volume typeChris Lu1-0/+1
2020-11-15refactoringChris Lu1-0/+1
2020-11-09filer: add API to add/modify/delete taggingChris Lu1-4/+6
2020-10-12add back http.StatusPartialContentChris Lu1-2/+2
2020-07-25renameChris Lu1-1/+1
2020-07-25set filename in Content-Disposition headerChris Lu1-1/+1
2020-07-10skip http.StatusPartialContent in case of error and superfluous response.Writ...Chris Lu1-2/+2
2020-06-02inject git version into buildChris Lu1-3/+3
2020-05-28log JSON response if httpStatus >= 400bingoohuang1-0/+6
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