aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
AgeCommit message (Expand)AuthorFilesLines
2023-06-13optional https port for s3 (#4482)Konstantin Lebedev1-0/+1
2023-02-25add -disk to filer command (#4247)lfhy1-0/+8
2023-01-08add missing options for webdavchrislu1-0/+1
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick1-1/+1
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell1-3/+3
2022-09-14refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)Ryan Russell1-1/+1
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev1-6/+7
2022-08-30avoid data race access to startDelay (#3548)Konstantin Lebedev1-9/+9
2022-08-05Add download speed limit support (#3408)LHHDZ1-0/+3
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-06-27Improve filer command help, add supported filer store listyulai.li1-5/+21
2022-06-15Change ui.deleteDir default to trueyulai.li1-1/+1
2022-06-15Add filer command line parameter to let Filer UI show/hide directory delete b...yulai.li1-0/+3
2022-06-08auto remove previous leftover socketchrislu1-3/+3
2022-06-08filer: fix customizable local socket file namechrislu1-2/+0
2022-05-15s3: add grpc server to accept configuration changeschrislu1-0/+1
2022-05-01filer: add filer groupchrislu1-0/+3
2022-04-18start filer local socket only on non windowschrislu1-15/+17
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-0/+1
2022-03-26refactor: change masters from a slice to a mapchrislu1-2/+2
2022-03-23fix cmdFilerKonstantin Lebedev1-1/+1
2022-03-23set iam ip from filerKonstantin Lebedev1-1/+1
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...Berck Nash1-1/+2
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-4/+21
2022-03-11default bind to one ip addresschrislu1-1/+4
2022-03-07[bugfix] filer: nil pointer dereferencebanjiaojuhao1-1/+1
2022-03-07s3 and filer transport using unix domain socket instead of tcpchrislu1-0/+21
2022-02-14mount: default disable cachechrislu1-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-9/+0
2021-09-26s3: default to allow empty folder for better performanceChris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-1/+4
2021-09-12change server address from string to a typeChris Lu1-7/+11
2021-09-12custom grpc port: filerChris Lu1-1/+3
2021-09-07better IP v6 supportChris Lu1-4/+3
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-08-08filer.remote.sync can work nowChris Lu1-1/+0
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/+6
2021-04-07Fix typo in weed filer long helpPhilippe Pepiot1-1/+1
2021-04-06Merge branch 'upstreamMaster' into iamapiprKonstantin Lebedev1-17/+20
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-04-01refactor buffer poolChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-15/+18
2021-03-29iam GetUserKonstantin Lebedev1-4/+21
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1