aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Collapse)AuthorFilesLines
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
1. switch to viper for filer store configuration 2. simplify FindEntry() return values, removing “found” 3. add leveldb store
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
avoid https://github.com/chrislusf/seaweedfs/issues/535
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
temporarily disable master connection timeout due to heartbeat connection timeout
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
This is related to the following issue I added to chrislusf/seaweedfs: https://github.com/chrislusf/seaweedfs/issues/342
2016-08-05Revert "Add AutoChunking to the Filer API, so that you can upload really ↵Mike Tolman1-2/+0
large files through the filer API." This reverts commit 09059bfdccdeff1a588ee1326318075adb068b0f.
2016-08-05Revert "Adding HTTP verb whitelisting options."Mike Tolman1-70/+7
This reverts commit 34837afc7adb8ea6955d5cf962af10f8f30fb476.
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
through the filer API.
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
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.