aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Collapse)AuthorFilesLines
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.