| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -284/+0 | |
| 2020-08-29 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-08-23 | multiple fixes | Chris Lu | 1 | -11/+16 | |
| * adjust isOpen count * move ContinuousDirtyPages lock to filehandle * fix problem with MergeIntoVisibles, avoid reusing slices * let filer delete the garbage | |||||
| 2020-08-23 | sorting chunks | Chris Lu | 1 | -1/+1 | |
| 2020-08-16 | logs | Chris Lu | 1 | -2/+4 | |
| 2020-08-16 | read randomly written data | Chris Lu | 1 | -7/+9 | |
| 2020-08-16 | fix compilation | Chris Lu | 1 | -2/+1 | |
| 2020-08-16 | clean up logs | Chris Lu | 1 | -1/+0 | |
| 2020-08-16 | fix tests | Chris Lu | 1 | -1/+1 | |
| 2020-08-16 | fix ViewFromVisibleIntervals | Chris Lu | 1 | -5/+14 | |
| 2020-08-15 | file size support set file length | Chris Lu | 1 | -0/+4 | |
| use Attr.FileSize and TotalChunkSize to determine file size | |||||
| 2020-07-19 | go code can read and write chunk manifest | Chris Lu | 1 | -6/+26 | |
| 2020-06-20 | rename filechunk is_gzipped to is_compressed | Chris Lu | 1 | -1/+1 | |
| 2020-04-13 | refactoring | Chris Lu | 1 | -9/+12 | |
| 2020-04-08 | add etag only for PUT or large chunked uploads | Chris Lu | 1 | -2/+2 | |
| 2020-04-08 | add If-None-Match and If-Modified-Since | Chris Lu | 1 | -1/+15 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1269 | |||||
| 2020-03-28 | refactor | Chris Lu | 1 | -2/+2 | |
| 2020-03-27 | avoid overflow | Chris Lu | 1 | -0/+7 | |
| 2020-03-22 | consistent 64bit size | Chris Lu | 1 | -3/+3 | |
| 2020-03-08 | filer: remember content is gzipped or not | Chris Lu | 1 | -4/+10 | |
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -22/+8 | |
| 2019-06-22 | refactoring | Chris Lu | 1 | -8/+8 | |
| 2019-01-05 | incrementally calculate visible intervals | Chris Lu | 1 | -5/+5 | |
| 2018-12-31 | reduce pointer usage | Chris Lu | 1 | -7/+7 | |
| 2018-12-30 | caching visible intervals for read | Chris Lu | 1 | -10/+16 | |
| speeds up 4x in single thread mode speeds up 30% in 32 threads mode | |||||
| 2018-12-07 | optimization for reading whole chunk with gzip encoding | Chris Lu | 1 | -1/+9 | |
| 2018-11-23 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2018-11-21 | add missing intervals | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/774 | |||||
| 2018-11-18 | fix sort bug | Chris Lu | 1 | -8/+12 | |
| 2018-11-18 | merge interval now is quite faster with reusing slices | Chris Lu | 1 | -3/+7 | |
| 2018-11-18 | merge intervals is a bit faster | Chris Lu | 1 | -26/+34 | |
| 2018-11-18 | cleanup | Chris Lu | 1 | -1/+23 | |
| 2018-11-18 | simpler logic | Chris Lu | 1 | -127/+36 | |
| 2018-09-09 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2018-09-09 | add s3 multipart upload | Chris Lu | 1 | -0/+14 | |
| 2018-05-28 | filer support reading multiple chunks, with range support | Chris Lu | 1 | -1/+1 | |
| 2018-05-27 | refactoring: go fmt, reorg | Chris Lu | 1 | -4/+4 | |
| 2018-05-27 | go vet | Chris Lu | 1 | -4/+2 | |
| 2018-05-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-05-24 | avoid empty chunk view | Chris Lu | 1 | -1/+1 | |
| 2018-05-24 | file handler directly read from volume servers | Chris Lu | 1 | -5/+13 | |
| this mostly works fine now! next: need to cache files to local disk | |||||
| 2018-05-23 | prepare to read from multiple file chunks | Chris Lu | 1 | -0/+21 | |
| 2018-05-23 | reduce logs | Chris Lu | 1 | -2/+2 | |
| 2018-05-22 | weed mount can work well | Chris Lu | 1 | -0/+15 | |
| TODO: somehow filer url is returning empty content | |||||
| 2018-05-21 | able to update file content | Chris Lu | 1 | -24/+28 | |
| having some issue when vi reports file changed. | |||||
| 2018-05-20 | remove unused code | Chris Lu | 1 | -159/+4 | |
| 2018-05-20 | merge intervals | Chris Lu | 1 | -10/+346 | |
| 2018-05-16 | cp file can work | Chris Lu | 1 | -1/+3 | |
| 1. consolidate to filer_pb.FileChunk 2. dir add file, mkdir 3. file flush, write updates having issue | |||||
| 2018-05-13 | remove Size from Attr | Chris Lu | 1 | -0/+23 | |
