aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-16use one readerCache for the whole filechrislu7-17/+24
2023-01-16Update README.mdChris Lu1-1/+1
2023-01-16adjust timingchrislu1-6/+6
2023-01-16Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu15-98/+601
2023-01-16tweaking fiochrislu1-8/+23
2023-01-16build(deps): bump gocloud.dev from 0.27.0 to 0.28.0 (#4137)dependabot[bot]2-53/+555
2023-01-16build(deps): bump google.golang.org/api from 0.106.0 to 0.107.0 (#4139)dependabot[bot]2-3/+3
2023-01-16build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.42.1 to 3.42.5...dependabot[bot]2-3/+3
2023-01-16build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#4136)dependabot[bot]2-3/+3
2023-01-16build(deps): bump golang.org/x/tools from 0.4.0 to 0.5.0 (#4135)dependabot[bot]2-11/+12
2023-01-16build(deps): bump docker/metadata-action from 4.1.1 to 4.3.0 (#4134)dependabot[bot]7-7/+7
2023-01-16build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (#4133)dependabot[bot]7-7/+7
2023-01-16build(deps): bump wangyoucao577/go-release-action from 1.34 to 1.35 (#4132)dependabot[bot]6-14/+14
2023-01-15increase timeoutChris Lu1-1/+1
2023-01-15adjust help messagechrislu1-2/+2
2023-01-15use memory chunks only for sequential writeschrislu1-1/+2
2023-01-153.403.40chrislu1-1/+1
2023-01-14avoid index out of slice rangechrislu1-1/+1
2023-01-13allow random writes for mem chunkchrislu1-2/+1
2023-01-12merge chunks during upload (#4130)Chris Lu3-8/+31
2023-01-12sort chunks by offsetchrislu1-0/+6
2023-01-11mysql: Missed escaping column namechrislu1-1/+1
2023-01-10no need to set chunks during flushchrislu1-2/+0
2023-01-10reduce group size from 256MB to 64MBchrislu1-1/+1
2023-01-10avoid repeatedly adding manifest chunkschrislu1-1/+2
2023-01-10avoid possible nil entrychrislu1-5/+5
2023-01-10Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu20-50/+54
2023-01-10fix compilationchrislu1-1/+0
2023-01-10cluster.ps add filer meta sync progresschrislu2-4/+29
2023-01-10chunk group remove manifestChunks and reset sections in SetChunks()chrislu1-8/+13
2023-01-10ensure section.chunks is always garbage freechrislu1-1/+3
2023-01-10refactorchrislu3-12/+68
2023-01-09build(deps): bump github.com/aws/aws-sdk-go from 1.44.171 to 1.44.175 (#4126)dependabot[bot]2-3/+3
2023-01-09build(deps): bump github.com/google/flatbuffers from 22.11.23+incompatible to...dependabot[bot]2-3/+3
2023-01-09build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 (#4123)dependabot[bot]2-2/+3
2023-01-09build(deps): bump github.com/tikv/client-go/v2 from 2.0.3 to 2.0.4 (#4124)dependabot[bot]2-3/+6
2023-01-09build(deps): bump actions/dependency-review-action from 3.0.2 to 3.0.3 (#4121)dependabot[bot]1-1/+1
2023-01-09build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#4120)dependabot[bot]17-18/+18
2023-01-09build(deps): bump google.golang.org/api from 0.105.0 to 0.106.0 (#4122)dependabot[bot]2-16/+16
2023-01-09use time.NewTicker instead of time.Tick. (#4119)Guo Lei1-4/+4
2023-01-083.393.39chrislu1-1/+1
2023-01-08Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu3-6/+116
2023-01-08add missing options for webdavchrislu2-0/+2
2023-01-06Add image cropping. (#4117)monchickey3-6/+116
2023-01-06mount: faster add chunkschrislu2-4/+22
2023-01-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-0/+74
2023-01-05fix for stream readerchrislu1-6/+13
2023-01-05add code of conduct (#4109)Tobias Gurtzick1-0/+74
2023-01-04add notes for full versionchrislu1-1/+1
2023-01-03add back previous chunk upload selection algochrislu4-5/+35