| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -1/+2 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -2/+2 | |
| 2019-03-25 | remove deprecated code | Chris Lu | 1 | -41/+0 | |
| 2019-03-23 | weed volume: add grpc operation to relicate a volume to local | Chris Lu | 1 | -2/+2 | |
| 2019-02-20 | avoid grpc 5 seconds timeout | Chris Lu | 1 | -7/+3 | |
| some operations may take longer than 5 seconds. only keep the timeout for raft operations | |||||
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -4/+5 | |
| 2019-01-10 | Set timeout for master and volume non-streaming rpc | chenwanli | 1 | -1/+5 | |
| 2018-12-22 | streaming updates for large entries or large index file | Chris Lu | 1 | -3/+18 | |
| fix https://github.com/chrislusf/seaweedfs/issues/801 | |||||
| 2018-10-15 | migrate volume sync to gRpc | Chris Lu | 1 | -14/+21 | |
| 2018-10-15 | migrate volume sync status to grpc API on volume server | Chris Lu | 1 | -28/+11 | |
| 2018-07-21 | go fmt | Chris Lu | 1 | -3/+3 | |
| 2018-07-08 | refactoring: add type for needle id, offset | Chris Lu | 1 | -5/+6 | |
| later the type size can possibly be adjusted | |||||
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+54 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
