| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 2 | -5/+5 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -3/+4 | |
| * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-03-24 | Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ↵ | Nikita Borzykh | 1 | -5/+5 | |
| storage backend (#5416) Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries | |||||
| 2024-03-24 | Add TLS support, initial etcd connection check, fix key_prefix handling for ↵ | Nikita Borzykh | 2 | -23/+51 | |
| etcd backend meta storage (#5403) | |||||
| 2023-11-26 | go fmt | chrislu | 2 | -12/+12 | |
| 2023-05-18 | Feat: etcd filer store keys should have customizable prefix (#4484) | Mesar Hameed | 2 | -8/+10 | |
| An etcd cluster is not necessarily only dedicated to seaweedfs. This security enhancement adds a customizable key_prefix option to the etcd filer store. This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the key_prefix, instead of all keys on the etcd cluster. | |||||
| 2023-05-15 | fix test | chrislu | 1 | -1/+1 | |
| 2023-05-15 | Feat: support username/password authentication for etcd filer store s… (#4477) | Mesar Hameed | 1 | -2/+7 | |
| Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262 Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com> | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 3 | -6/+6 | |
| 2022-05-06 | how to setup local test env | chrislu | 1 | -1/+3 | |
| 2022-05-06 | add comments | chrislu | 1 | -1/+1 | |
| 2022-05-06 | a bit optimization | chrislu | 1 | -1/+1 | |
| 2022-05-06 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 1 | -1/+1 | |
| 2022-05-06 | filer: etcd fix pagination | chrislu | 2 | -1/+15 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3016 | |||||
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-09-03 | go mod | Chris Lu | 1 | -1/+1 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 1 | -1/+1 | |
| 2021-06-15 | avoid crashes Galera Cluster | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/2125 | |||||
| 2021-01-30 | filer: etcd store fix listing | Chris Lu | 1 | -2/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1767 | |||||
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -7/+9 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -2/+2 | |
| 2021-01-14 | implement etcd changes | Chris Lu | 1 | -8/+9 | |
| 2021-01-12 | filer store: leveldb2 fix nil entry error if not found | Chris Lu | 1 | -1/+1 | |
| 2020-09-11 | filer: etcd store avoid read with nil option | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1463 | |||||
| 2020-09-03 | filer: compress stored metadata | Chris Lu | 1 | -4/+8 | |
| 2020-09-01 | filer store adds kv support | Chris Lu | 1 | -0/+44 | |
| can compile now, need to implement those unimplemented | |||||
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -0/+204 | |
