| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-21 | adjust help message | Chris Lu | 2 | -1/+6 | |
| 2021-08-20 | Merge pull request #2274 from qieqieplus/gzip-pool | Chris Lu | 2 | -21/+64 | |
| 2021-08-20 | reduce gzip allocation | qieqieplus | 2 | -21/+64 | |
| 2021-08-18 | filer.copy: large files pack file ids into chunks | Chris Lu | 1 | -1/+58 | |
| 2021-08-18 | Fix image resize | mauroparente | 1 | -0/+3 | |
| https://github.com/chrislusf/seaweedfs/issues/2262 | |||||
| 2021-08-18 | skip body if not allowed by http status | Chris Lu | 1 | -1/+14 | |
| 2021-08-17 | elide secret key | Chris Lu | 1 | -1/+1 | |
| 2021-08-17 | The IEEE assembler optimizations has been submitted and will be part of the ↵ | Konstantin Lebedev | 1 | -1/+1 | |
| Go 1.6 standard library. https://github.com/klauspost/crc32 | |||||
| 2021-08-15 | fix go test | Chris Lu | 1 | -0/+4 | |
| 2021-08-15 | 2.63 | Chris Lu | 1 | -1/+1 | |
| 2021-08-15 | fix locating data chunks | Chris Lu | 2 | -3/+18 | |
| 2021-08-15 | ensure no writes to remote storage if content is not changed | Chris Lu | 2 | -4/+7 | |
| 2021-08-15 | format output | Chris Lu | 2 | -0/+10 | |
| 2021-08-15 | add some delays if error | Chris Lu | 1 | -4/+4 | |
| 2021-08-15 | adjust log format | Chris Lu | 2 | -25/+50 | |
| 2021-08-15 | metadata updates | Chris Lu | 3 | -5/+9 | |
| 2021-08-15 | fix https://github.com/chrislusf/seaweedfs/issues/2260 | Chris Lu | 1 | -3/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2260 | |||||
| 2021-08-15 | fix compilation error | Chris Lu | 2 | -1/+2 | |
| 2021-08-15 | retry forever with filer.remote.sync, and some refactoring | Chris Lu | 3 | -53/+47 | |
| 2021-08-15 | add RetryForever | Chris Lu | 2 | -1/+24 | |
| 2021-08-15 | refactor | Chris Lu | 3 | -10/+13 | |
| 2021-08-15 | readerAt need to use the right offset | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2259 | |||||
| 2021-08-15 | skip if http.StatusNoContent | Chris Lu | 1 | -0/+4 | |
| 2021-08-15 | remove println | Chris Lu | 1 | -4/+0 | |
| 2021-08-15 | shell: add "remote.meta.sync" | Chris Lu | 6 | -91/+229 | |
| 2021-08-14 | rename | Chris Lu | 1 | -4/+4 | |
| 2021-08-14 | rename, fix wrong logic. | Chris Lu | 7 | -547/+558 | |
| 2021-08-14 | adjust help message | Chris Lu | 4 | -13/+13 | |
| 2021-08-14 | adjust modification detection logic | Chris Lu | 2 | -2/+2 | |
| 2021-08-14 | parallelize remote content fetching | Chris Lu | 1 | -52/+60 | |
| 2021-08-14 | add comments | Chris Lu | 1 | -0/+1 | |
| 2021-08-14 | Revert "use default or path-specific setting for cache replication level" | Chris Lu | 1 | -1/+1 | |
| This reverts commit ba6923b22356f0f4ea1206655e9a91627a2f3b9e. | |||||
| 2021-08-14 | use default or path-specific setting for cache replication level | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | remote.cache and uncache: more flexible options to select files to cache or ↵ | Chris Lu | 2 | -8/+89 | |
| uncache | |||||
| 2021-08-14 | fix mistake | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | gRpc connection error on filer when no volume left #2243 | Chris Lu | 1 | -3/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2243 grpc do not cache connections only when connection problem happens. Normal error results should not close the shared grpc connection. | |||||
| 2021-08-14 | rename | Chris Lu | 1 | -5/+5 | |
| 2021-08-14 | go fmt | Chris Lu | 3 | -4/+2 | |
| 2021-08-14 | Filer locationPrefix configure does not exec replication #2257 | Chris Lu | 3 | -16/+11 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2257 | |||||
| 2021-08-13 | fix | Chris Lu | 1 | -1/+1 | |
| 2021-08-13 | adjust retry logic in case some data is partially written | Chris Lu | 1 | -6/+13 | |
| 2021-08-13 | adjust the retry logic | Chris Lu | 1 | -1/+2 | |
| 2021-08-13 | filer: stream read from volume server, reduce memory usage | Chris Lu | 2 | -8/+37 | |
| 2021-08-13 | volume copying: clean up stale volume data files | Chris Lu | 1 | -3/+12 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2250 | |||||
| 2021-08-13 | shell: volume.tier.move makes up changes if volume move failed | Chris Lu | 4 | -25/+21 | |
| 2021-08-13 | add verbose message | Chris Lu | 1 | -0/+3 | |
| 2021-08-13 | Only when tailing volume, the zero-ed cookie should skip checking. | Chris Lu | 6 | -14/+16 | |
| This only happens when checkCookie == false and fsync == false. | |||||
| 2021-08-13 | tail volume: fix zero cookie problem from batch deletion | Chris Lu | 1 | -1/+4 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 15 | -453/+453 | |
| 2021-08-12 | remove gateway command | Chris Lu | 3 | -200/+0 | |
