Chris Lu
|
d848d08944
|
use public url also for deletions
|
5 years ago |
Chris Lu
|
6566c8e114
|
weed upload: add usePublicUrl option
fix https://github.com/chrislusf/seaweedfs/issues/1236
|
5 years ago |
Chris Lu
|
f9b3750ad1
|
volume: handle repeated writes response
|
5 years ago |
Chris Lu
|
ee635dcc36
|
refactoring
|
5 years ago |
Chris Lu
|
18cda6adbb
|
cleaner fix
|
5 years ago |
Chris Lu
|
17efa361f9
|
fix possible nil
|
5 years ago |
Chris Lu
|
3934c69757
|
clean up
|
5 years ago |
Chris Lu
|
2e3f6ad3a9
|
filer: remember content is gzipped or not
|
5 years ago |
Chris Lu
|
5ac6297c68
|
adjust parameter names
|
5 years ago |
Chris Lu
|
9228ff192c
|
encryption works
|
5 years ago |
Chris Lu
|
0375ce2c2e
|
filer: set mime type from volume server
|
5 years ago |
Chris Lu
|
ea1169dc80
|
filer cipher: single chunk http POST and PUT and read
|
5 years ago |
Chris Lu
|
13e215ee5c
|
filer: option to encrypt data on volume server
|
5 years ago |
Chris Lu
|
f90c43635d
|
refactoring
|
5 years ago |
Chris Lu
|
892e726eb9
|
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
|
5 years ago |
Chris Lu
|
6ab7368ef2
|
filer: dynamically create bucket under /buckets folder
|
5 years ago |
Chris Lu
|
33b3bd467c
|
Revert "HEAD operation changes to fasthttp"
This reverts commit 58f126fd27 .
|
5 years ago |
Chris Lu
|
58f126fd27
|
HEAD operation changes to fasthttp
|
5 years ago |
Chris Lu
|
72a64a5cf8
|
use the same context object in order to retry
|
5 years ago |
Chris Lu
|
8dd260623e
|
protect against nil deletion results
fix https://github.com/chrislusf/seaweedfs/issues/1180
|
5 years ago |
Chris Lu
|
392678f8f3
|
upload skipping mimetype if not needed
|
5 years ago |
Chris Lu
|
d0b423bbc0
|
filer: increase directory listing pagination size
|
5 years ago |
Lei Liu
|
46755ea1e1
|
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
|
5 years ago |
zhangsong
|
61fa485700
|
add volume number param in assign operation
|
5 years ago |
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
Chris Lu
|
327336ecf3
|
filer: avoid concurrent modification to result slice
fix https://github.com/chrislusf/seaweedfs/issues/972
|
6 years ago |
Chris Lu
|
713596e781
|
caching ec shard locations
|
6 years ago |
Chris Lu
|
2ffe98443b
|
refactoring
|
6 years ago |
Chris Lu
|
6fc1f53018
|
shell: add command volume.move
|
6 years ago |
Chris Lu
|
e5506152c0
|
refactoring
|
6 years ago |
Chris Lu
|
a2d34d4802
|
filer.copy: add adjustable compression level
|
6 years ago |
Chris Lu
|
79c2cca9c1
|
better error message
|
6 years ago |
Chris Lu
|
e85048bcdc
|
http exhaust and close response body
|
6 years ago |
Chris Lu
|
a32abda1a3
|
adjust compression to optimize for speed
|
6 years ago |
Chris Lu
|
174bf1e8b2
|
more efficient client side gzip compression
|
6 years ago |
Chris Lu
|
19728fe3f6
|
remove deprecated code
|
6 years ago |
Chris Lu
|
95e0520182
|
weed volume: add grpc operation to relicate a volume to local
|
6 years ago |
Chris Lu
|
da871896c3
|
weed filer: set grpc port to port + 10000
|
6 years ago |
Chris Lu
|
55bab1b456
|
add context.Context
|
6 years ago |
chenwanli
|
c668e55e07
|
Revert "fix https://github.com/chrislusf/seaweedfs/issues/780"
This reverts commit 31038acccf .
|
6 years ago |
Chris Lu
|
e108688990
|
avoid grpc 5 seconds timeout
some operations may take longer than 5 seconds.
only keep the timeout for raft operations
|
6 years ago |
Chris Lu
|
72c2e6bb8f
|
remove unused file
|
6 years ago |
Chris Lu
|
448645203a
|
remove unused variables
|
6 years ago |
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
6 years ago |
Chris Lu
|
7103c1ab7e
|
go fmt
|
6 years ago |
Chris Lu
|
74fb237727
|
benchmark can work in secure mode
|
6 years ago |
Chris Lu
|
4ff4a147b2
|
cleanup security.Secret
|
6 years ago |
Sergey
|
aa5ccff6d2
|
fixing of typos
|
6 years ago |
Chris Lu
|
67e2ea72be
|
master add separate grpc port
due to https://github.com/soheilhy/cmux/issues/64
fix https://github.com/chrislusf/seaweedfs/issues/820
fix https://github.com/chrislusf/seaweedfs/issues/840
fix https://github.com/chrislusf/seaweedfs/issues/841
|
6 years ago |