aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2020-06-23prepare for zstdChris Lu1-4/+4
2020-06-20rename UnCompressData to DecompressDataChris Lu2-2/+2
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu1-7/+7
2020-06-19renamingChris Lu2-4/+4
2020-06-19detect mime type before replicating to other volume serversChris Lu1-0/+1
2020-05-10go fmtChris Lu1-1/+1
2020-04-30Merge pull request #1298 from song-zhang/masterChris Lu1-0/+4
2020-04-30refactoringChris Lu1-0/+14
2020-04-30add fsync option for benchmarkzhangsong1-0/+4
2020-04-14better detect file mime typeChris Lu1-0/+6
2020-04-14only detect when not sure about the typesChris Lu1-1/+1
2020-04-14volume: detect gzip effectiveness only when content type is emptyChris Lu1-1/+1
2020-04-08refactor a bitChris Lu1-3/+1
2020-04-05filer: able to tail meta data changesChris Lu1-2/+17
2020-03-28refactoringChris Lu2-9/+10
2020-03-27refactoringChris Lu1-1/+0
2020-03-26sampling whether the data can be gzippedChris Lu1-2/+11
2020-03-26refactoringChris Lu1-26/+0
2020-03-25batch delete orphan data by file keysChris Lu1-3/+4
2020-03-21filer: skip resizing image if width or height larger than original imageChris Lu1-4/+4
2020-03-20filer: add back image resizing capabilityChris Lu1-0/+1
2020-03-20refactoringChris Lu1-16/+21
2020-03-20refactoringChris Lu1-2/+8
2020-03-18use public url also for deletionsChris Lu3-11/+19
2020-03-18weed upload: add usePublicUrl optionChris Lu1-2/+4
2020-03-15volume: handle repeated writes responseChris Lu1-1/+6
2020-03-14refactoringChris Lu1-71/+7
2020-03-14cleaner fixChris Lu1-5/+7
2020-03-14fix possible nilChris Lu1-3/+5
2020-03-08clean upChris Lu1-7/+2
2020-03-08filer: remember content is gzipped or notChris Lu2-35/+140
2020-03-08adjust parameter namesChris Lu1-7/+7
2020-03-07encryption worksChris Lu1-1/+1
2020-03-07filer: set mime type from volume serverChris Lu1-0/+1
2020-03-07filer cipher: single chunk http POST and PUT and readChris Lu1-9/+3
2020-03-06filer: option to encrypt data on volume serverChris Lu2-14/+40
2020-03-04refactoringChris Lu1-4/+4
2020-02-25avoid reusing context objectChris Lu7-28/+23
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-2/+4
2020-02-10Revert "HEAD operation changes to fasthttp"Chris Lu1-14/+6
2020-02-10HEAD operation changes to fasthttpChris Lu1-6/+14
2020-01-26use the same context object in order to retryChris Lu7-16/+16
2020-01-08protect against nil deletion resultsChris Lu1-4/+6
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-12-12filer: increase directory listing pagination sizeChris Lu1-1/+1
2019-11-12fix master maintenance logicLei Liu1-7/+7
2019-11-10add volume number param in assign operationzhangsong1-7/+9
2019-06-28filer: avoid concurrent modification to result sliceChris Lu1-2/+10
2019-05-27caching ec shard locationsChris Lu4-4/+4
2019-04-20refactoringChris Lu1-5/+5