| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2022-02-27 | mount2: add back readonly mode | chrislu | 1 | -4/+27 | |
| 2022-02-25 | fix mount2 options | chrislu | 1 | -7/+7 | |
| 2022-02-25 | refactoring | chrislu | 5 | -22/+19 | |
| 2022-02-23 | initialize master address in iam options | Tuan Vuong | 1 | -0/+1 | |
| 2022-02-15 | FilerStore: add redis_lua | banjiaojuhao | 1 | -0/+34 | |
| 2022-02-15 | mount2 add debug mode | chrislu | 1 | -1/+1 | |
| 2022-02-14 | mount: default disable cache | chrislu | 5 | -5/+5 | |
| * Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once. | |||||
| 2022-02-14 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 3 | -4/+19 | |
| 2022-02-14 | fix building for windows freebsd | chrislu | 2 | -2/+5 | |
