aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Expand)AuthorFilesLines
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-2/+3
2019-03-15weed server: mkdir first, and set the master ip addressChris Lu1-0/+1
2019-03-06add back "/cluster/status"Chris Lu1-0/+1
2019-03-06weed server: fix error coming from moving raft to grpcChris Lu1-2/+2
2019-03-02master: add option to disable http operationsChris Lu1-1/+2
2019-02-18raft change from http to grpcChris Lu1-17/+10
2019-02-18adding grpc mutual tlsChris Lu1-1/+7
2019-02-09cleanup security.SecretChris Lu1-3/+1
2019-01-18master add separate grpc portChris Lu1-17/+22
2018-12-16error log formatChris Lu1-1/+1
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu1-0/+1
2018-11-21default images.fix.orientation to falseChris Lu1-1/+1
2018-10-14move volume vacuum to gRpcChris Lu1-1/+1
2018-10-11reformatChris Lu1-1/+1
2018-10-11refactor volume server to startVolumeServer()Chris Lu1-90/+22
2018-10-10refactor func nameChris Lu1-1/+1
2018-08-19merge notification config with filer.tomlChris Lu1-1/+0
2018-08-13add filer notificationChris Lu1-0/+2
2018-08-12ensure master server count is oddChris Lu1-6/+2
2018-07-09filer add data center optionChris Lu1-0/+2
2018-07-08add filer sub dir list size limit to "weed server"Chris Lu1-0/+1
2018-07-03keep alive for gRpc callsChris Lu1-2/+1
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-3/+2
2018-05-26add leveldb storeChris Lu1-16/+0
2018-05-09mv pb to master_pbChris Lu1-2/+2
2018-02-27unused optionChris Lu1-1/+0
2017-09-15filer default to auto chunking file size to 32MBChris Lu1-1/+1
2017-07-16ensure 30GB or lessChris Lu1-0/+4
2017-06-22add cpu and mem pprofChris Lu1-1/+1
2017-06-03skip bytes cacheChris Lu1-1/+0
2017-05-27filer add readonly public portChris Lu1-24/+5
2017-05-26add btree for volume indexChris Lu1-1/+3
2017-02-12remove weeds.confChris Lu1-2/+1
2017-01-10disable master connection timeoutChris Lu1-1/+1
2017-01-10gRpc for master~volume heartbeatChris Lu1-3/+25
2017-01-08support Fallocate on linuxChris Lu1-1/+3
2016-11-16add option to enable cachingChris Lu1-0/+2
2016-08-31add filer support霍晓栋1-0/+2
2016-08-05Adding AutoChunk/MaxMB Support to Filer APIMike Tolman1-0/+2
2016-08-05Revert "Add AutoChunking to the Filer API, so that you can upload really larg...Mike Tolman1-2/+0
2016-08-05Revert "Adding HTTP verb whitelisting options."Mike Tolman1-70/+7
2016-08-05Adding HTTP verb whitelisting options.Mike Tolman1-7/+70
2016-08-05Add AutoChunking to the Filer API, so that you can upload really large files ...Mike Tolman1-0/+2
2016-07-20add "weed copy" command to copy files to filerChris Lu1-1/+2
2016-06-02directory structure change to work with glideChris Lu1-0/+291