| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+1 | |
| 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 | 1 | -6/+6 | |
| 2022-02-07 | filer read empty file may cause OOM in some cases | chrislu | 1 | -2/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2641 | |||||
| 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 | -2/+2 | |
| 2021-08-24 | cat entry content | Chris Lu | 1 | -0/+5 | |
| 2021-05-05 | revert PR #1903 avoid http error: superfluous response.WriteHeader | Chris Lu | 1 | -1/+1 | |
| 2021-03-16 | CheckAllChunkViews() for HEAD requests only | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-01-06 | add "weed filer.cat" to read files directly from volume servers | Chris Lu | 1 | -0/+118 | |
