aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2020-09-25weed upload: usePublicUrl was not being used on big filesChris Lu1-0/+3
2020-09-09properly cancel context for streaming grpcChris Lu1-1/+3
2020-09-09filer: cross cluster synchronizationChris Lu1-3/+5
2020-08-26add log messagesChris Lu1-9/+8
2020-08-24close http responseChris Lu1-5/+6
2020-08-23consume all response body in order to release requestsChris Lu1-4/+5
2020-08-15adjust logsChris Lu1-1/+3
2020-08-11add retry file uploadChris Lu1-2/+14
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-17/+9
2020-08-06volume: report Content-MD5 in response headerChris Lu1-1/+1
2020-08-01non-fatal errorChris Lu1-1/+1
2020-07-14report errorsChris Lu1-4/+4
2020-07-14go fmtChris Lu1-2/+1
2020-07-10fix compilationChris Lu1-1/+1
2020-06-24testing parsing the uploadChris Lu2-13/+148
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