aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-23fix directory checkingChris Lu1-1/+5
2020-03-23simplify parsing filer host and portChris Lu14-99/+44
2020-03-23shell: desupport filer url in the argumentsChris Lu7-15/+11
2020-03-23commentsChris Lu1-3/+3
2020-03-23scaffold: fix master.toml typoChris Lu1-4/+4
fix https://github.com/chrislusf/seaweedfs/issues/1247
2020-03-23refactoringChris Lu2-30/+15
2020-03-23refactoringChris Lu1-33/+14
2020-03-23same booleans as beforeChris Lu1-6/+1
2020-03-23purgeChris Lu1-5/+0
2020-03-23Update webdav_server.goChris Lu1-15/+1
2020-03-23refactoringChris Lu3-51/+52
2020-03-23refactoringChris Lu4-106/+97
2020-03-23refactoringChris Lu3-23/+33
2020-03-23refactoringChris Lu42-200/+207
2020-03-22refactoringChris Lu5-10/+10
2020-03-22optimize -max settings for containersChris Lu1-2/+3
2020-03-22remove printlnChris Lu1-1/+0
2020-03-22optimize entrypoint for dockerChris Lu5-30/+13
2020-03-22fix max volume count reportingChris Lu1-1/+1
2020-03-22loggingChris Lu1-1/+1
2020-03-22loggingChris Lu2-1/+18
2020-03-22add auto configured volume max count help messgeChris Lu2-2/+2
2020-03-22volume: automatically detect max volume countChris Lu6-1/+66
2020-03-22loggingChris Lu1-1/+1
2020-03-22commented printsChris Lu1-0/+1
2020-03-22FUSE mount: rename correctly across foldersChris Lu1-1/+1
2020-03-22FUSE mount: rename under rootChris Lu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/1242
2020-03-22adjust log levelChris Lu1-1/+1
2020-03-22consistent 64bit sizeChris Lu11-14/+14
2020-03-22purge codeChris Lu1-66/+0
2020-03-22webdav: stream readChris Lu1-10/+14
2020-03-22FUSE mount: stream read data with bufferChris Lu4-11/+71
fix https://github.com/chrislusf/seaweedfs/issues/1244
2020-03-21refactoringChris Lu1-8/+7
2020-03-21filer: skip resizing image if width or height larger than original imageChris Lu3-13/+56
fix https://github.com/chrislusf/seaweedfs/issues/1239#issuecomment-602140779
2020-03-21FUSE mount: make "nonempty" optionalChris Lu3-27/+20
https://github.com/chrislusf/seaweedfs/issues/1094
2020-03-201.671.67Chris Lu3-3/+3
2020-03-20filer: fix where deletion can miss under high concurrencyChris Lu1-1/+1
2020-03-20idx file sync before compactionChris Lu2-4/+12
2020-03-20report deletion error in the logChris Lu1-1/+4
2020-03-20master: fix connections count reportingChris Lu1-1/+5
2020-03-201.661.66Chris Lu3-3/+3
2020-03-20filer: add back image resizing capabilityChris Lu5-7/+87
2020-03-20refactoringChris Lu2-17/+22
2020-03-20refactoringChris Lu2-6/+9
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu10-321/+174
fix https://github.com/chrislusf/seaweedfs/issues/1241
2020-03-201.651.65Chris Lu3-3/+3
2020-03-19volume: sync volume file right before compactionChris Lu5-0/+22
fix https://github.com/chrislusf/seaweedfs/issues/1237
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu3-3/+9
fix https://github.com/chrislusf/seaweedfs/issues/1238
2020-03-18use public url also for deletionsChris Lu6-14/+22
2020-03-18weed upload: add usePublicUrl optionChris Lu2-16/+16
fix https://github.com/chrislusf/seaweedfs/issues/1236