| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-15 | fix go test | Chris Lu | 1 | -0/+4 | |
| 2021-08-15 | skip if http.StatusNoContent | Chris Lu | 1 | -0/+4 | |
| 2021-08-14 | rename, fix wrong logic. | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | adjust modification detection logic | Chris Lu | 1 | -1/+1 | |
| 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 | rename | Chris Lu | 1 | -5/+5 | |
| 2021-08-14 | Filer locationPrefix configure does not exec replication #2257 | Chris Lu | 1 | -14/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2257 | |||||
| 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 | Only when tailing volume, the zero-ed cookie should skip checking. | Chris Lu | 2 | -2/+2 | |
| This only happens when checkCookie == false and fsync == false. | |||||
| 2021-08-12 | use grpc and jwt | Chris Lu | 3 | -7/+13 | |
| 2021-08-12 | remove gateway command | Chris Lu | 1 | -106/+0 | |
| 2021-08-12 | move some volume lookup operations to grpc | Chris Lu | 2 | -3/+3 | |
| jwt related lookup will come in next commit | |||||
| 2021-08-12 | master: add master.follower to handle read file id lookup requests | Chris Lu | 2 | -7/+6 | |
| 2021-08-12 | adjust data type | Chris Lu | 3 | -2/+4 | |
| 2021-08-10 | fix avoid lock error | Chris Lu | 3 | -7/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2247 | |||||
| 2021-08-10 | add logs for volume creation | Chris Lu | 2 | -0/+3 | |
| 2021-08-09 | mount: cache on reading remote storage | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | fix | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | remote: filer cache remote content on read | Chris Lu | 1 | -10/+15 | |
| 2021-08-09 | cache: set upper limit of chunk size | Chris Lu | 1 | -1/+2 | |
| 2021-08-09 | fix | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | shell: remote.cache remote.uncache | Chris Lu | 2 | -3/+171 | |
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 7 | -24/+48 | |
| 2021-08-08 | rename | Chris Lu | 2 | -23/+23 | |
| 2021-08-08 | go fmt | Chris Lu | 2 | -7/+7 | |
| 2021-08-07 | remove imports | Chris Lu | 1 | -2/+0 | |
| 2021-08-07 | refactor | Chris Lu | 2 | -38/+49 | |
| 2021-08-04 | refactoring | Chris Lu | 1 | -0/+1 | |
| 2021-07-31 | rename | Chris Lu | 1 | -1/+1 | |
| 2021-07-31 | read <- remote_storage | Chris Lu | 2 | -1/+43 | |
| 2021-07-28 | add ReadRemote(), add read remote setup when filer starts | Chris Lu | 2 | -4/+13 | |
| 2021-07-24 | Merge pull request #2217 from combineads/add_webp_format | Chris Lu | 1 | -1/+1 | |
| 2021-07-24 | Add webp extension for resizing | byunghwa.yun | 1 | -1/+1 | |
| 2021-07-23 | snowflake sequencer need an unique id | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2213 | |||||
| 2021-07-19 | optimization: improve random range query for large filesorigin/remote_overlay | Chris Lu | 1 | -1/+1 | |
| 2021-07-19 | remove unused parameter | Chris Lu | 2 | -5/+5 | |
| 2021-07-19 | add remote to filer.Entry and filer_pb entry, add RemoteConf | Chris Lu | 1 | -58/+8 | |
| 2021-07-15 | s3: multipart upload miss data if file is chunked in 4MB | Chris Lu | 1 | -8/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2195 | |||||
| 2021-07-13 | volume: change all writes to fsync during graceful stopping | Chris Lu | 1 | -0/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2193 | |||||
| 2021-07-12 | add version to filer configuration response | Chris Lu | 1 | -0/+1 | |
| 2021-07-09 | /etc files are stored inside metadata store | Chris Lu | 1 | -1/+1 | |
| 2021-07-06 | Merge pull request #2185 from bingoohuang/master | Chris Lu | 2 | -1/+5 | |
| show RemoteVolumes/EcVolumes only if it is not empty | |||||
| 2021-07-06 | show RemoteVolumes/EcVolumes only if it is not empty | bingoohuang | 2 | -1/+5 | |
| 2021-07-05 | Merge pull request #2183 from bingoohuang/master | Chris Lu | 6 | -469/+498 | |
| extract embed html of master/volume/filer ui to separate files | |||||
| 2021-07-05 | extract embed html of master/volume/filer ui to separate files | bingoohuang | 6 | -469/+498 | |
