| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-05-17 | Merge pull request #3059 from guol-fnst/avoid_dup_vol | Chris Lu | 1 | -1/+1 | |
| avoid loading duplicated volume directory | |||||
| 2022-05-17 | just exit in case of duplicated volume directories were loaded | guol-fnst | 1 | -1/+1 | |
| 2022-05-16 | minor (typos...), done while reading around | Nat Makarevitch | 2 | -6/+6 | |
| 2022-05-15 | s3: add grpc server to accept configuration changes | chrislu | 4 | -1/+29 | |
| 2022-05-13 | backup do not need to use preallocation | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3044 | |||||
| 2022-05-03 | add options to scaffold | Konstantin Lebedev | 1 | -5/+7 | |
| 2022-05-03 | Merge branch 'new_master' into ydb | Konstantin Lebedev | 5 | -1/+7 | |
| # Conflicts: # go.mod # go.sum | |||||
| 2022-05-01 | filer: add filer group | chrislu | 4 | -1/+6 | |
| 2022-05-02 | ydb-go-sdk move to v3 | Konstantin Lebedev | 2 | -0/+12 | |
| 2022-04-30 | s3 backend support customizing storage class | chrislu | 1 | -0/+1 | |
| 2022-04-21 | conditionally build elastic, gocdk to reduce binary size | chrislu | 3 | -72/+96 | |
| 2022-04-21 | fix typo | chrislu | 1 | -1/+1 | |
| 2022-04-20 | Merge branch 'master' into a | a | 3 | -19/+24 | |
| 2022-04-18 | start filer local socket only on non windows | chrislu | 1 | -15/+17 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2930 | |||||
| 2022-04-18 | Merge branch 'master' into slices.SortFunc | leyou240 | 2 | -12/+38 | |
| 2022-04-18 | enhancement: replace sort.Slice with slices.SortFunc to reduce reflection | justin | 1 | -3/+3 | |
| 2022-04-14 | Fix filer.backup deletes files in backup folder in incremental mode | chrislu | 1 | -1/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2919 | |||||
| 2022-04-12 | merge master | a | 1 | -11/+34 | |
| 2022-04-07 | Merge branch 'master' into a | a | 1 | -3/+3 | |
| 2022-04-07 | Merge branch 'new_master' into hashicorp_raft | Konstantin Lebedev | 1 | -3/+3 | |
| # Conflicts: # weed/pb/master_pb/master.pb.go | |||||
| 2022-04-07 | mount: remove leftover socket file | chrislu | 1 | -3/+3 | |
| 2022-04-06 | Merge branch 'master' into a | eddy-gfx | 6 | -20/+51 | |
| 2022-04-05 | Merge branch 'new_master' into hashicorp_raft | Konstantin Lebedev | 3 | -1/+27 | |
| # Conflicts: # go.mod # go.sum | |||||
| 2022-04-04 | add stats raft handler | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-04-04 | hashicorp raft with state machine | Konstantin Lebedev | 1 | -13/+16 | |
| 2022-04-04 | initial add hashicorp raft | Konstantin Lebedev | 1 | -2/+22 | |
| 2022-04-02 | configure mount quota | chrislu | 1 | -1/+1 | |
| 2022-04-02 | mount: add grpc method to adjust quota | chrislu | 2 | -0/+26 | |
| 2022-04-01 | use original server address string as map key | chrislu | 1 | -1/+1 | |
| 2022-04-01 | change user and pass to username and password | a | 1 | -2/+2 | |
| 2022-03-30 | allowDeleteBucketNotEmpty | Konstantin Lebedev | 3 | -19/+24 | |
| 2022-03-28 | diff | a | 6 | -16/+23 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 6 | -12/+12 | |
| 2022-03-26 | refactor | chrislu | 1 | -1/+6 | |
| 2022-03-23 | fix cmdFiler | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-23 | set iam ip from filer | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-17 | prefix search, bucket implemented | elee | 1 | -3/+7 | |
| 2022-03-17 | The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few ↵ | Berck Nash | 3 | -8/+10 | |
| problems: (1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead. (2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command? | |||||
| 2022-03-17 | arangodb adapter | elee | 2 | -0/+7 | |
| 2022-03-16 | Add mTLS support for both master and volume http server. | Berck Nash | 3 | -9/+54 | |
| 2022-03-15 | master, filer, s3: also listen to "localhost" in addition to specific ip address | chrislu | 7 | -11/+64 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-11 | default bind to one ip address | chrislu | 6 | -6/+27 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-07 | [bugfix] filer: nil pointer dereference | banjiaojuhao | 1 | -1/+1 | |
| 2022-03-07 | s3 and filer transport using unix domain socket instead of tcp | chrislu | 3 | -0/+25 | |
| 2022-03-06 | mount: quota for one mounted collection | chrislu | 2 | -0/+3 | |
| related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48 | |||||
| 2022-03-03 | mount: avoid comma in mount options | chrislu | 1 | -4/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2719 | |||||
| 2022-02-27 | minor | chrislu | 1 | -1/+1 | |
| 2022-02-27 | remove dead code | chrislu | 5 | -15/+1 | |
| 2022-02-27 | retire mount v1 | chrislu | 7 | -416/+43 | |
| 2022-02-27 | use debug option to see operations | chrislu | 1 | -2/+2 | |
