aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2022-06-09feat(filer.sync): add fromTsMs. Extract signature from doSubscribeFilerMetaCh...zhihao.qu1-13/+53
2022-06-08auto remove previous leftover socketchrislu1-3/+3
2022-06-08filer: fix customizable local socket file namechrislu1-2/+0
2022-06-06fix compilationchrislu1-2/+0
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-20/+16
2022-06-06add disableXAttr in mount optionningfd2-1/+4
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew6-6/+6
2022-05-30filer.meta.tail add one example of using untilTimeAgochrislu1-0/+1
2022-05-30filer.meta.tail: support untilTimeAgo for a rangechrislu1-1/+7
2022-05-30subscribe metadata between a rangechrislu6-9/+7
2022-05-17Merge pull request #3059 from guol-fnst/avoid_dup_volChris Lu1-1/+1
2022-05-17just exit in case of duplicated volume directories were loadedguol-fnst1-1/+1
2022-05-16minor (typos...), done while reading aroundNat Makarevitch2-6/+6
2022-05-15s3: add grpc server to accept configuration changeschrislu4-1/+29
2022-05-13backup do not need to use preallocationchrislu1-1/+1
2022-05-03add options to scaffoldKonstantin Lebedev1-5/+7
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev5-1/+7
2022-05-01filer: add filer groupchrislu4-1/+6
2022-05-02ydb-go-sdk move to v3Konstantin Lebedev2-0/+12
2022-04-30s3 backend support customizing storage classchrislu1-0/+1
2022-04-21conditionally build elastic, gocdk to reduce binary sizechrislu3-72/+96
2022-04-21fix typochrislu1-1/+1
2022-04-20Merge branch 'master' into aa3-19/+24
2022-04-18start filer local socket only on non windowschrislu1-15/+17
2022-04-18Merge branch 'master' into slices.SortFuncleyou2402-12/+38
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-3/+3
2022-04-14Fix filer.backup deletes files in backup folder in incremental modechrislu1-1/+4
2022-04-12merge mastera1-11/+34
2022-04-07Merge branch 'master' into aa1-3/+3
2022-04-07Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-3/+3
2022-04-07mount: remove leftover socket filechrislu1-3/+3
2022-04-06Merge branch 'master' into aeddy-gfx6-20/+51
2022-04-05Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev3-1/+27
2022-04-04add stats raft handlerKonstantin Lebedev1-1/+1
2022-04-04hashicorp raft with state machineKonstantin Lebedev1-13/+16
2022-04-04initial add hashicorp raftKonstantin Lebedev1-2/+22
2022-04-02configure mount quotachrislu1-1/+1
2022-04-02mount: add grpc method to adjust quotachrislu2-0/+26
2022-04-01use original server address string as map keychrislu1-1/+1
2022-04-01change user and pass to username and passworda1-2/+2
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev3-19/+24
2022-03-28diffa6-16/+23
2022-03-26refactor: change masters from a slice to a mapchrislu6-12/+12
2022-03-26refactorchrislu1-1/+6
2022-03-23fix cmdFilerKonstantin Lebedev1-1/+1
2022-03-23set iam ip from filerKonstantin Lebedev1-1/+1
2022-03-17prefix search, bucket implementedelee1-3/+7
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...Berck Nash3-8/+10
2022-03-17arangodb adapterelee2-0/+7
2022-03-16Add mTLS support for both master and volume http server.Berck Nash3-9/+54