aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2019-04-20refactoringChris Lu1-5/+5
2019-04-20shell: add command volume.moveChris Lu1-1/+5
2019-04-18refactoringChris Lu4-98/+83
2019-04-18filer.copy: add adjustable compression levelChris Lu1-2/+18
2019-04-16better error messageChris Lu1-1/+1
2019-04-14http exhaust and close response bodyChris Lu1-1/+5
2019-04-07adjust compression to optimize for speedChris Lu2-2/+3
2019-04-06more efficient client side gzip compressionChris Lu2-14/+42
2019-03-25remove deprecated codeChris Lu1-41/+0
2019-03-23weed volume: add grpc operation to relicate a volume to localChris Lu1-2/+2
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-1/+1
2019-03-15add context.ContextChris Lu1-2/+7
2019-03-11Revert "fix https://github.com/chrislusf/seaweedfs/issues/780"chenwanli1-6/+0
2019-02-20avoid grpc 5 seconds timeoutChris Lu5-27/+10
2019-02-19remove unused fileChris Lu1-32/+0
2019-02-18remove unused variablesChris Lu1-9/+2
2019-02-18adding grpc mutual tlsChris Lu8-32/+39
2019-02-15go fmtChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu4-11/+30
2019-02-09cleanup security.SecretChris Lu2-8/+4
2019-02-06fixing of typosSergey1-1/+1
2019-01-18master add separate grpc portChris Lu2-6/+9
2019-01-17go fmt and fix some typobingoohuang1-1/+1
2019-01-10Set http timeout to 5schenwanli1-3/+5
2019-01-10Set timeout for master and volume non-streaming rpcchenwanli5-5/+23
2019-01-05adjust error namesChris Lu2-4/+6
2019-01-02set etag in responseChris Lu1-1/+1
2018-12-27avoid gzipping files without file extensionsChris Lu1-2/+2
2018-12-22detect more gzippable contentChris Lu1-2/+25
2018-12-22avoid .gz auto decompressionChris Lu1-4/+2
2018-12-22streaming updates for large entries or large index fileChris Lu1-3/+18
2018-12-07refactoringChris Lu1-38/+6
2018-12-05fix https://github.com/chrislusf/seaweedfs/issues/780chenwanli1-0/+6
2018-11-23go fmtChris Lu2-3/+4
2018-11-23add fs.FSStatfser for SeaweedFS weed mountChris Lu1-0/+24
2018-11-20async file chunk deletionChris Lu1-1/+11
2018-11-20master add grpc API for fileid assigningChris Lu1-38/+36
2018-11-18cleanupChris Lu1-2/+2
2018-11-14caching grpc clientsChris Lu1-2/+33
2018-11-03add function descriptionChris Lu1-0/+1
2018-10-15migrate volume sync to gRpcChris Lu1-14/+21
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu1-28/+11
2018-10-14move volume vacuum to gRpcChris Lu2-2/+2
2018-10-14go fmtChris Lu4-9/+8
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu4-75/+158
2018-10-11go fmtChris Lu1-1/+1
2018-09-28skip error when deletion failedChris Lu1-1/+3
2018-09-22add ETag to upload results and chunksChris Lu1-0/+11
2018-07-28fix compilation errorChris Lu1-1/+1
2018-07-28filer read write all via locations from MasterClientChris Lu1-0/+8