Chris Lu
893f0587b1
redis3 adds distributed locking
3 years ago
Chris Lu
10d6392101
clean up
3 years ago
Chris Lu
41efc6e629
Update go.mod
CVE-2020-28483
high severity
Vulnerable versions: < 1.7.0
Patched version: 1.7.0
This affects all versions of package github.com/gin-gonic/gin under 1.7.0. When gin is exposed directly to the internet, a client's IP can be spoofed by setting the X-Forwarded-For header.
3 years ago
Chris Lu
92d65c917c
use grocksdb
3 years ago
chrislusf
3ffbaaa071
use github.com/linxGnu/grocksdb
3 years ago
Konstantin Lebedev
4c7a3cf2fd
trivy: security fix
3 years ago
Chris Lu
43d6678d6d
remove dep
3 years ago
Chris Lu
8ec357b3d3
go mod
3 years ago
Chris Lu
cc36f5b01f
go get -u github.com/Azure/azure-storage-blob-go/azblob
3 years ago
Chris Lu
24fda6f47f
remove QR code for mobile upload
3 years ago
Chris Lu
8ecd609b48
go tidy
3 years ago
Chris Lu
5adfdd7982
change to a new bloom filter library
3 years ago
Chris Lu
001a472057
cloud mount: remote storage support hdfs
3 years ago
yulai.li
546efeba8f
Fix build bug
3 years ago
yulai.li
2088f28424
init post
3 years ago
Chris Lu
7c39a18ba5
update azure library
3 years ago
Chris Lu
e64339e8c0
update go mod to go 1.17
3 years ago
Chris Lu
223b344c79
update fuse version
3 years ago
Konstantin Lebedev
1f301e4ba4
gccgo build
3 years ago
Chris Lu
8461c025ef
mount: use pooled goroutine instead of round-robin
fix https://github.com/chrislusf/seaweedfs/issues/2263
3 years ago
Konstantin Lebedev
865b06b7fe
The IEEE assembler optimizations has been submitted and will be part of the Go 1.6 standard library.
https://github.com/klauspost/crc32
3 years ago
Chris Lu
7667d26ebf
gocql update
related to https://github.com/chrislusf/seaweedfs/issues/2246
3 years ago
byunghwa.yun
bdc7730fdb
Add autocomplete
3 years ago
Chris Lu
60f5c0a2f5
fix security alert on github.com/dgrijalva/jwt-go
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open
3 years ago
Chris Lu
f3746d350f
resolve gjson security alert
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open
3 years ago
Chris Lu
a70e772a03
update mongodb lib due to security warning
3 years ago
Chris Lu
215b169562
mount: recursively rename locally
4 years ago
Chris Lu
78b1fb921c
adjust log level
4 years ago
Jonas Falck
829b195084
Add process metrics of weed itself
4 years ago
Chris Lu
f15d7a57f5
mount: support macfuse 4.x
4 years ago
Konstantin Lebedev
69c768870b
- object write cache control
- object write expires
4 years ago
Chris Lu
064269bb57
filer: Support sqlite as filer meta store
4 years ago
Chris Lu
fc5a8af09e
fix possible nil
4 years ago
Chris Lu
da0a4e775b
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115
.
4 years ago
Chris Lu
930581cedc
fuse: avoid nil when invalidating entry
fix https://github.com/chrislusf/seaweedfs/issues/2055
4 years ago
Chris Lu
ac71117ee6
revert PR #1903 avoid http error: superfluous response.WriteHeader
4 years ago
Chris Lu
d74cdf0115
Revert "Merge pull request #2027 from bingoohuang/master"
Need to revert because docker image build failed. The docker apk package only has go 1.15.
4 years ago
bingoohuang
7a9d27fce8
promote to go:embed instead of github.com/rakyll/statik
4 years ago
Chris Lu
4b3cc28cab
fuse 1.1.4
4 years ago
Chris Lu
d9a2a7f1c4
WIP
no memory issue
if some directory is removed, it may have this error
$ rm -Rf ~/tmp/m2/s1
rm: fts_read: Device not configured
4 years ago
Konstantin Lebedev
5021bea698
GetUserPolicy
4 years ago
Chris Lu
98c08a3dcd
raft: fix possible nil
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
4 years ago
Chris Lu
b06c5b9d99
upgrade raft to v1.0.5
fix https://github.com/chrislusf/seaweedfs/issues/1974
4 years ago
李海
69b2dab9c6
add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id
4 years ago
Konstantin Lebedev
7194a5e7bf
avoid http error: superfluous response.WriteHeader
https://github.com/chrislusf/seaweedfs/issues/1838
4 years ago
Chris Lu
e19b6b2d0a
upgrade fuse version, add batch forget
4 years ago
Chris Lu
6d729fa742
Update go.mod
4 years ago
Yoni Nakache
302dbb1b9c
update pg to latest version
currently, it is an old 2+ years driver
4 years ago
Chris Lu
7d9dc3c6a2
use fasthttp lib to read
4 years ago
Konstantin Lebedev
24ec17219b
RabbitMQ delay retry with Dead Letter Exchange
https://github.com/chrislusf/seaweedfs/issues/1773
https://github.com/google/go-cloud/issues/2952
4 years ago