| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-16 | add version to volume proto | chrislu | 1 | -0/+2 | |
| 2024-11-21 | display actual offset value | chrislu | 1 | -1/+1 | |
| 2024-09-02 | fix volume.move io.EOF (#5960) | wyang | 1 | -3/+10 | |
| 2023-07-06 | minor | chrislu | 1 | -2/+2 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -7/+7 | |
| 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-10-11 | volume: find a non-empty offset when binary searching by timestamp | Chris Lu | 1 | -4/+55 | |
| 2021-10-11 | volume: find a non-empty offset when binary searching by timestamp | Chris Lu | 1 | -0/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2364 | |||||
| 2021-10-09 | adds more error message | Chris Lu | 1 | -1/+2 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -1/+2 | |
| 2021-02-07 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | bingoohuang | 1 | -4/+4 | |
| 2020-11-27 | read from volume index file directly instead of open a separate file | Chris Lu | 1 | -21/+11 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1640 read from volume index file directly instead of open a separate file, to ensure reading latest index entries. | |||||
| 2020-11-27 | volume: add "-dir.idx" option for separate index storage | Chris Lu | 1 | -6/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1265 | |||||
| 2020-09-12 | do not idx file format | Chris Lu | 1 | -1/+1 | |
| revert c9ab8d05fa9b425352ce978b5c5b5b0d71d787ad | |||||
| 2020-09-10 | fixes for reading deleted fid | Chris Lu | 1 | -1/+1 | |
| 2020-08-18 | refactoring | Chris Lu | 1 | -1/+1 | |
| 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 | -3/+1 | |
| 2019-12-23 | shell: add ec.decode command | Chris Lu | 1 | -5/+7 | |
| 2019-12-06 | volume: dataFileAccessLock change to RW Lock | Chris Lu | 1 | -2/+2 | |
| 2019-10-29 | changed from os.file to backend.DataStorageBackend | Chris Lu | 1 | -8/+9 | |
| 2019-10-22 | refactor ScanVolumeFileFrom() | Chris Lu | 1 | -1/+1 | |
| 2019-08-15 | avoid dead lock from dataFileAccessLock | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1043 | |||||
| 2019-08-14 | volume: protect against nil needle map | Chris Lu | 1 | -1/+4 | |
| fix @mastak reported nil problem in https://github.com/chrislusf/seaweedfs/issues/1037 | |||||
| 2019-05-21 | volume: load ec shards during heartbeats to master | Chris Lu | 1 | -2/+3 | |
| 2019-04-19 | volume: atomic copying file, adds version and stopOffset | Chris Lu | 1 | -1/+1 | |
| 2019-04-19 | fix needle map entry size | Chris Lu | 1 | -13/+13 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -4/+6 | |
| 2019-04-18 | add VolumeStreamFollow, but not used yet | Chris Lu | 1 | -3/+3 | |
| 2019-04-17 | refactoring | Chris Lu | 1 | -0/+253 | |
