| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-17 | 1.561.56 | Chris Lu | 1 | -1/+1 | |
| 2020-02-17 | Merge pull request #1200 from chrislusf/add_s3_acl | Chris Lu | 16 | -43/+2389 | |
| Add s3 ACL | |||||
| 2020-02-17 | configuration stores the identity list | Chris Lu | 4 | -34/+35 | |
| 2020-02-14 | ignore error when counting closed connections | Chris Lu | 1 | -5/+2 | |
| 2020-02-14 | refactoring the close http response | Chris Lu | 2 | -6/+8 | |
| 2020-02-14 | properly close http response | Chris Lu | 5 | -10/+18 | |
| 2020-02-14 | volume: add grpc file read operation | Chris Lu | 4 | -274/+647 | |
| This is added more for performance benchmarking. | |||||
| 2020-02-13 | Merge pull request #1198 from stlpmo-jn/resolve_core_when_loadVolume_failed | Chris Lu | 1 | -21/+30 | |
| when Store.MountVolume(), the volume server will be core | |||||
| 2020-02-13 | make loadExistingVolume() return bool | panyc16 | 1 | -21/+30 | |
| 2020-02-11 | 1.551.55 | Chris Lu | 1 | -1/+1 | |
| 2020-02-11 | filer: recursively batch delete file chunks | Chris Lu | 1 | -5/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1197 | |||||
| 2020-02-11 | volume: return 204 for unchanged file uploads | Chris Lu | 1 | -2/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1196 | |||||
| 2020-02-10 | Revert "HEAD operation changes to fasthttp" | Chris Lu | 5 | -59/+15 | |
| This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8. | |||||
| 2020-02-10 | HEAD operation changes to fasthttp | Chris Lu | 5 | -15/+59 | |
| 2020-02-09 | 1.541.54 | Chris Lu | 1 | -1/+1 | |
| 2020-02-09 | unused | Chris Lu | 1 | -1/+0 | |
| 2020-02-09 | add streaming v4 | Chris Lu | 4 | -16/+162 | |
| 2020-02-09 | add v2 support | Chris Lu | 6 | -16/+445 | |
| 2020-02-09 | add s3.config to server.go | Chris Lu | 1 | -0/+1 | |
| 2020-02-09 | support acl | Chris Lu | 12 | -28/+1798 | |
| 2020-02-04 | refactor | Chris Lu | 2 | -7/+7 | |
| 2020-02-04 | volume: sdx generation uses memdb instead of compactMap | Chris Lu | 1 | -3/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1194 | |||||
| 2020-02-04 | sync before closing index file | Chris Lu | 1 | -0/+4 | |
| merge from https://github.com/stlpmo-jn/seaweedfs/commit/0181f87d9142852f981541cb05689df9fc9ef6a0 | |||||
| 2020-02-04 | sync before closing file | Chris Lu | 1 | -2/+11 | |
| merge changes from https://github.com/stlpmo-jn/seaweedfs/commit/1747fc2d523a42af6cade446c56317d840bd2c67 | |||||
| 2020-02-03 | master: add configurable volume growth toml setting | Chris Lu | 2 | -4/+19 | |
| 2020-02-03 | filer: set file size, streaming chunk file uploading | Chris Lu | 2 | -62/+43 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1193 | |||||
| 2020-02-02 | shell: add volume.configure.replication to change replication for a volume | Chris Lu | 10 | -252/+536 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1192 | |||||
| 2020-01-31 | fix build1.53 | Chris Lu | 1 | -1/+1 | |
| 2020-01-31 | 1.53 | Chris Lu | 1 | -1/+1 | |
| 2020-01-31 | remove println | Chris Lu | 1 | -3/+0 | |
| 2020-01-31 | s3: add s3 copy | Chris Lu | 6 | -6/+225 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1190 | |||||
| 2020-01-29 | Merge pull request #1189 from eryx67/compression-wav | Chris Lu | 1 | -1/+9 | |
| Support wav files compression | |||||
| 2020-01-29 | remove testing for viper | Chris Lu | 1 | -24/+0 | |
| 2020-01-29 | fix test | Chris Lu | 1 | -1/+1 | |
| 2020-01-30 | support wav files compression | eryx67 | 1 | -1/+9 | |
| 2020-01-29 | adjust example | Chris Lu | 1 | -1/+1 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 60 | -247/+268 | |
| 2020-01-28 | fix wrong url | Chris Lu | 1 | -4/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1187 | |||||
| 2020-01-27 | reduce logs | Chris Lu | 1 | -7/+3 | |
| 2020-01-27 | avoid retry delay | Chris Lu | 1 | -1/+0 | |
| 2020-01-27 | mount: able to write to any part of a file | Chris Lu | 2 | -18/+82 | |
| 2020-01-27 | logging | Chris Lu | 1 | -1/+1 | |
| 2020-01-26 | 1.521.52 | Chris Lu | 1 | -1/+1 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 51 | -121/+121 | |
| 2020-01-26 | Update README.md | Chris Lu | 1 | -4/+10 | |
| 2020-01-26 | update docker readme | Chris Lu | 1 | -1/+5 | |
| 2020-01-26 | mount: able to handle large git clone | Chris Lu | 3 | -21/+60 | |
| 2020-01-26 | add test cases | Chris Lu | 1 | -0/+36 | |
| 2020-01-26 | add logging | Chris Lu | 1 | -1/+1 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 14 | -124/+152 | |
