Chris Lu
b335f81a4f
volume: add option to limit compaction speed
6 years ago
Chris Lu
b30c14b631
webdav: can read now
6 years ago
Chris Lu
47f14775d7
scaffolding, but seems hard to satisfy mac, windows, and different os versions
https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/
6 years ago
Wine93
32f93fb09e
style: go fmt for all
6 years ago
Chris Lu
82e06a780b
mount: allow nonempty fuse mount to work with Samba
possibly fix https://github.com/chrislusf/seaweedfs/issues/936
6 years ago
Chris Lu
9774ede3cf
adjust usage description
6 years ago
Chris Lu
b04d7e3ac0
weed server: also optionally start S3 gateway
6 years ago
Chris Lu
dabc9c9a89
filer: listen on specified ip address
6 years ago
Chris Lu
21fe5bde7c
filer: remove customizable grpc port, fixed to filer port + 10000
6 years ago
Chris Lu
3b3651dea3
volume: atomic copying file, adds version and stopOffset
6 years ago
Chris Lu
730a032137
filer mysql: adjust scaffolding instructions
6 years ago
Chris Lu
ac2727853f
fix needle map entry size
6 years ago
Chris Lu
e5506152c0
refactoring
6 years ago
Chris Lu
a2d34d4802
filer.copy: add adjustable compression level
6 years ago
Chris Lu
13ad5c1966
refactoring
6 years ago
Chris Lu
8ea1ee6dfa
weed shell: add fs.meta.notify, removing filer.export
6 years ago
Chris Lu
2e03f3adef
filer: rename -port.public to -port.readonly
6 years ago
Wine93
361912224d
typo: remove blank
6 years ago
Chris Lu
c0d6cc0067
weed mount: mount to the same folder name
6 years ago
Chris Lu
3555628ad5
weed volume: fix bug, remove boltdb, btree
6 years ago
Chris Lu
8a5ce16e96
weed volume: remove boltdb, btree options, add options for leveldb medium, large
6 years ago
Chris Lu
88ba08cb9e
add large disk support
6 years ago
Chris Lu
000ee725fc
refactor Offset into a struct of bytes
6 years ago
Chris Lu
d14b614407
weed filer.copy: use existing file owner and gropu id
6 years ago
Chris Lu
c731d9be6d
weed filer.copy: add option to profile the execution
6 years ago
Chris Lu
24c020104a
weed filer.copy: parallelize the copying to increase throughput
improvement https://github.com/chrislusf/seaweedfs/issues/915
6 years ago
Jonathan Amsterdam
72920efc20
added entry to scaffold
6 years ago
Chris Lu
300b39b5af
weed filer.copy: use cached filer grpc connection
another attemp for https://github.com/chrislusf/seaweedfs/issues/915
6 years ago
Chris Lu
921231268b
weed filer.copy: skip files that can not be opened
such as socket
6 years ago
Chris Lu
4f714cef22
default weed filer.copy and weed upload chunk size to 32MB
6 years ago
Chris Lu
af37b374cb
weed shell: fs.cd change current directory
6 years ago
Chris Lu
715a38da1e
weed shell: add fs.cd, fs.pwd to change to a directory and print current directory
6 years ago
Chris Lu
2a52e70a41
weed filer: increase default mysql/postgres dir or name length to 65535
6 years ago
Chris Lu
920b4e56aa
refactoring
6 years ago
Chris Lu
f60d383947
weed filer.copy: support multiple masters
6 years ago
Chris Lu
487ca51491
weed filer.export: fix pagination error
6 years ago
Chris Lu
7a14cdc90c
refactoring, go fmt
6 years ago
Chris Lu
df95ce0b6c
weed backup: efficient delta backup
fix https://github.com/chrislusf/seaweedfs/issues/399
6 years ago
Chris Lu
70815e9124
WIP
6 years ago
Chris Lu
a3490b600c
weed filer, weed master: add option to disable http
6 years ago
Jonathan Amsterdam
8db82e2b75
notification: add Go CDK pubsub support
Add the gocdk_pub_sub package, which supports the Go Cloud Development
Kit pubsub API.
Link in all current providers.
Update the notification scaffold.
6 years ago
chenwanli
45a52b17fd
benchmark: add replication flag
6 years ago
Chris Lu
da871896c3
weed filer: set grpc port to port + 10000
6 years ago
Chris Lu
657dd2e6c9
add shell command to list all collections
6 years ago
Chris Lu
55bab1b456
add context.Context
6 years ago
Chris Lu
cece860bfd
add context to all filer APIs
6 years ago
Chris Lu
d30600e6d6
fix filer starting under "weed server" when ip is not localhost
fix https://github.com/chrislusf/seaweedfs/issues/886
6 years ago
Chris Lu
a4e8aa98a0
weed server: mkdir first, and set the master ip address
fix https://github.com/chrislusf/seaweedfs/issues/885
6 years ago
Chris Lu
6fe071175d
mount: add option to disable allow others
fix https://github.com/chrislusf/seaweedfs/issues/877
6 years ago
Chris Lu
4773497d2c
add back "/cluster/status"
fix https://github.com/chrislusf/seaweedfs/issues/870
6 years ago