aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-07refactor and fix strings.Splitchrislu1-5/+1
2022-08-05Add download speed limit support (#3408)LHHDZ1-0/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-28dynamically connect to a filerchrislu1-1/+0
2022-07-28clean upchrislu1-0/+2
2022-07-28mq broker adds data center and rackchrislu1-0/+2
2022-07-28cluster.ps can list brokerschrislu1-0/+1
2022-07-28rename to SeaweedMQchrislu1-14/+14
2022-06-15Merge pull request #3081 from paochiang/volume_upload_limit_fixChris Lu1-0/+1
2022-06-15Fix: provide filer.ui.deleteDir options for server commandyulai.li1-2/+3
2022-05-21add inflight upload data wait timeoutliubaojiang1-0/+1
2022-05-15s3: add grpc server to accept configuration changeschrislu1-0/+1
2022-05-01filer: add filer groupchrislu1-0/+1
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-0/+1
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-0/+1
2022-03-11default bind to one ip addresschrislu1-1/+5
2022-03-07s3 and filer transport using unix domain socket instead of tcpchrislu1-0/+2
2022-02-23initialize master address in iam optionsTuan Vuong1-0/+1
2022-02-14mount: default disable cachechrislu1-1/+1
2022-02-14[UPDATE] Make heartbeat interval and election timeout of masters configurable.garenchan1-0/+2
2022-01-15add filer to iam optionchrislu1-0/+1
2022-01-13weed server: optionally start IAM servicechrislu1-4/+13
2022-01-13add more help messageschrislu1-1/+1
2021-12-17s3: bind to a specific IPchrislu1-0/+1
2021-12-07audit log configKonstantin Lebedev1-0/+1
2021-11-06filer: deprecate "-peers" optionChris Lu1-1/+0
2021-10-04server: remove peer check if not starting masterChris Lu1-3/+2
2021-10-04add back logic to check master peersChris Lu1-0/+6
2021-09-26s3: default to allow empty folder for better performanceChris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-3/+3
2021-09-12change server address from string to a typeChris Lu1-9/+5
2021-09-12custom grpc port: filerChris Lu1-0/+1
2021-09-12custom grpc port: volume serverChris Lu1-0/+1
2021-09-12custom grpc port: masterChris Lu1-0/+1
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-08-14Filer locationPrefix configure does not exec replication #2257Chris Lu1-1/+1
2021-08-08volume: support concurrent download data size limitChris Lu1-0/+1
2021-07-31customizable debug portChris Lu1-2/+4
2021-07-31debug from any serverChris Lu1-1/+1
2021-07-31add debug option to generate full goroutine stack dumpChris Lu1-0/+7
2021-07-03volume: default readMode to proxyChris Lu1-1/+1
2021-06-30remote -> proxy in server to match volume flagsKevin Liu1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-1/+1
2021-05-28freespace params fixEugeniy Kozlov1-1/+1
2021-04-27minFreeSpace refactoredbingoohuang1-5/+4
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-0/+2
2021-03-30server add memory profilingChris Lu1-9/+4