| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-17 | update go mod to go 1.17 | Chris Lu | 1 | -1/+84 | |
| 2021-08-17 | update fuse version | Chris Lu | 1 | -2/+2 | |
| 2021-08-17 | gccgo build | Konstantin Lebedev | 1 | -1/+2 | |
| 2021-08-17 | mount: use pooled goroutine instead of round-robin | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2263 | |||||
| 2021-08-17 | The IEEE assembler optimizations has been submitted and will be part of the ↵ | Konstantin Lebedev | 1 | -2/+1 | |
| Go 1.6 standard library. https://github.com/klauspost/crc32 | |||||
| 2021-08-12 | gocql update | Chris Lu | 1 | -2/+3 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2246 | |||||
| 2021-08-03 | Add autocomplete | byunghwa.yun | 1 | -0/+1 | |
| 2021-07-22 | fix security alert on github.com/dgrijalva/jwt-go | Chris Lu | 1 | -1/+1 | |
| resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open | |||||
| 2021-07-22 | resolve gjson security alert | Chris Lu | 1 | -2/+2 | |
| resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open | |||||
| 2021-07-22 | update mongodb lib due to security warning | Chris Lu | 1 | -1/+1 | |
| 2021-07-01 | mount: recursively rename locally | Chris Lu | 1 | -1/+1 | |
| 2021-06-23 | adjust log level | Chris Lu | 1 | -8/+0 | |
| 2021-06-22 | Add process metrics of weed itself | Jonas Falck | 1 | -5/+5 | |
| 2021-06-03 | mount: support macfuse 4.x | Chris Lu | 1 | -2/+1 | |
| 2021-05-24 | - object write cache control | Konstantin Lebedev | 1 | -2/+3 | |
| - object write expires | |||||
| 2021-05-23 | filer: Support sqlite as filer meta store | Chris Lu | 1 | -3/+3 | |
| 2021-05-11 | fix possible nil | Chris Lu | 1 | -1/+1 | |
| 2021-05-10 | Revert "Revert "Merge pull request #2027 from bingoohuang/master"" | Chris Lu | 1 | -3/+1 | |
| This reverts commit d74cdf011553ae073d524a080f65f418c76ccaa7. | |||||
| 2021-05-07 | fuse: avoid nil when invalidating entry | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2055 | |||||
| 2021-05-05 | revert PR #1903 avoid http error: superfluous response.WriteHeader | Chris Lu | 1 | -2/+2 | |
| 2021-04-30 | Revert "Merge pull request #2027 from bingoohuang/master"2.42 | Chris Lu | 1 | -1/+3 | |
| Need to revert because docker image build failed. The docker apk package only has go 1.15. | |||||
| 2021-04-27 | promote to go:embed instead of github.com/rakyll/statik | bingoohuang | 1 | -3/+1 | |
| 2021-04-18 | fuse 1.1.4 | Chris Lu | 1 | -2/+2 | |
| 2021-04-18 | WIP | Chris Lu | 1 | -1/+1 | |
| no memory issue if some directory is removed, it may have this error $ rm -Rf ~/tmp/m2/s1 rm: fts_read: Device not configured | |||||
| 2021-04-12 | Merge branch 'upstreamMaster' into iam_handlers | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-04-10 | GetUserPolicy | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-04-10 | raft: fix possible nil | Chris Lu | 1 | -1/+1 | |
| panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1962c8a] goroutine 68239935 [running]: github.com/chrislusf/raft.(*LogEntry).Term(...) /home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/log_entry.go:59 github.com/chrislusf/raft.(*server).TakeSnapshot(0xc00014f320, 0xc028b5a600, 0xc03995bc00) /home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1276 +0x50a github.com/chrislusf/raft.(*server).maybeTakeSnapshot.func1(0xc00014f320) /home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1221 +0x5b created by github.com/chrislusf/raft.(*server).maybeTakeSnapshot /home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1219 +0x98 | |||||
| 2021-04-07 | upgrade raft to v1.0.5 | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1974 | |||||
| 2021-03-25 | add a snowflake sequencer as more robust fid generator, but less ↵ | 李海 | 1 | -0/+1 | |
| compressable than small auto-inc id | |||||
| 2021-03-15 | avoid http error: superfluous response.WriteHeader | Konstantin Lebedev | 1 | -2/+2 | |
| https://github.com/chrislusf/seaweedfs/issues/1838 | |||||
| 2021-03-12 | upgrade fuse version, add batch forget | Chris Lu | 1 | -1/+1 | |
| 2021-03-10 | Update go.mod | Chris Lu | 1 | -0/+1 | |
| 2021-03-08 | update pg to latest version | Yoni Nakache | 1 | -1/+1 | |
| currently, it is an old 2+ years driver | |||||
| 2021-02-12 | use fasthttp lib to read | Chris Lu | 1 | -2/+3 | |
| 2021-02-03 | RabbitMQ delay retry with Dead Letter Exchange | Konstantin Lebedev | 1 | -10/+13 | |
| https://github.com/chrislusf/seaweedfs/issues/1773 https://github.com/google/go-cloud/issues/2952 | |||||
| 2021-01-27 | mount: skip daemon timeout on FreeBSD | Chris Lu | 1 | -1/+1 | |
| 2021-01-26 | mount: properly invalidate kernel node cache entry | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1752 | |||||
| 2021-01-20 | mount: limit background requests and congestion threshold | Chris Lu | 1 | -1/+1 | |
| 2021-01-11 | Revert "Revert "filer store: redis module upgrade"" | Chris Lu | 1 | -4/+2 | |
| This reverts commit dd0171e35cb032781b703bc8ae95d8a21f59ea76. | |||||
| 2021-01-11 | Revert "filer store: redis module upgrade" | Chris Lu | 1 | -2/+4 | |
| This reverts commit 40161c9cec3b8a0ed16bb355c6d6f3e7f23a094c. | |||||
| 2021-01-08 | update ccache version | Chris Lu | 1 | -1/+1 | |
| 2021-01-08 | filer store: redis module upgrade | Chris Lu | 1 | -4/+2 | |
| 2021-01-06 | fix s3 upload "use of closed network connection" | yuwang | 1 | -1/+1 | |
| 2021-01-03 | address raft nil snapshot during flush | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1718 | |||||
| 2021-01-02 | works | Chris Lu | 1 | -0/+1 | |
| performance seems about the same as leveldb for insert entries | |||||
| 2020-12-23 | Update go.mod | Chris Lu | 1 | -1/+1 | |
| 2020-12-23 | seems compiling | Chris Lu | 1 | -0/+1 | |
| 2020-12-10 | check cross device rename error | Chris Lu | 1 | -1/+1 | |
| 2020-11-21 | remove zstd | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1629 | |||||
| 2020-11-15 | load filer conf and match by prefix | Chris Lu | 1 | -0/+5 | |
