| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -1/+1 | |
| 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> | |||||
| 2025-02-26 | Update README.txt | chrislu | 1 | -14/+1 | |
| 2025-02-17 | Cassandra loss dir (#6559) | Aleksey Kosov | 1 | -1/+1 | |
| removed initialization of the local err Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-09-13 | changing FindEntry error handling in cassandra store (#6015) | Aleksey Kosov | 1 | -5/+3 | |
| 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 | 2 | -5/+5 | |
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-01-18 | add gocql timeout setting | guol-fnst | 1 | -1/+5 | |
| 2021-08-10 | ensure using local quorum consistency | Chris Lu | 1 | -1/+1 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 1 | -1/+1 | |
| 2021-07-20 | cassandra: use LocalQuorum for all queries | nivekuil | 1 | -1/+1 | |
| This changes this filer store from eventual to strong consistency at the cost of read performance. | |||||
| 2021-07-16 | cassandra: Use LocalOne instead of One consistency | nivekuil | 1 | -1/+1 | |
| 2021-07-02 | Cassandra: Use TokenAwareHostPolicy by default with fallback | nivekuil | 1 | -1/+8 | |
| See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing | |||||
| 2021-06-15 | avoid crashes Galera Cluster | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/2125 | |||||
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -10/+8 | |
| 2021-01-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -3/+3 | |
| 2021-01-14 | implement c* changes | Chris Lu | 1 | -9/+13 | |
| 2020-12-22 | filer: redis, redis cluster, cassandra support super large directory | Chris Lu | 1 | -3/+41 | |
| 2020-10-16 | mysql, postgres, cassandra: change kv key to base64 encoding | Chris Lu | 1 | -2/+3 | |
| The exisitng key-value operation for stores using mysql, postgres, and maybe cassandra are already broken. The kv is used to store hardlink, filer store signature and replication progress. So users using hardlink and also uses mysql, postgres, or cassandra will have broken hard links. Users using filer.sync will need to re-sync the files. | |||||
| 2020-09-25 | Add cassandra authenticator mode | limd | 1 | -1/+6 | |
| 2020-09-03 | filer: compress stored metadata | Chris Lu | 1 | -2/+6 | |
| 2020-09-02 | c*: support kv operations | Chris Lu | 1 | -4/+47 | |
| 2020-09-01 | filer store adds kv support | Chris Lu | 1 | -0/+18 | |
| can compile now, need to implement those unimplemented | |||||
| 2020-09-01 | rename filer2 to filer | Chris Lu | 2 | -0/+177 | |
