aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/compress.go
AgeCommit message (Collapse)AuthorFilesLines
2019-04-18refactoringChris Lu1-95/+0
2019-04-07adjust compression to optimize for speedChris Lu1-1/+1
2019-04-06more efficient client side gzip compressionChris Lu1-12/+25
2019-02-06fixing of typosSergey1-1/+1
2018-12-27avoid gzipping files without file extensionsChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/804
2018-12-22detect more gzippable contentChris Lu1-2/+25
2016-06-02directory structure change to work with glideChris Lu1-0/+59
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.