You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Berck Nash
7ee38fa3a4
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
(1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead.
(2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command?
3 years ago
..
scaffold
Add mTLS support for both master and volume http server.
3 years ago
autocomplete.go
minor changes
3 years ago
backup.go
volume vacuum: avoid timeout with streaming progress report
3 years ago
benchmark.go
change server address from string to a type
3 years ago
command.go
add command filre.remote.gateway
3 years ago
compact.go
volume vacuum: avoid timeout with streaming progress report
3 years ago
download.go
refactor: move from io/ioutil to io and os package
3 years ago
export.go
adjust logging
4 years ago
filer.go
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
3 years ago
filer_backup.go
add client id for all metadata listening clients
3 years ago
filer_cat.go
filer read empty file may cause OOM in some cases
3 years ago
filer_copy.go
url should be always using forward slash
3 years ago
filer_meta_backup.go
refactoring
3 years ago
filer_meta_tail.go
refactoring
3 years ago
filer_remote_gateway.go
add client id for all metadata listening clients
3 years ago
filer_remote_gateway_buckets.go
refactoring
3 years ago
filer_remote_sync.go
add client id for all metadata listening clients
3 years ago
filer_remote_sync_dir.go
refactoring
3 years ago
filer_replication.go
filer.remote.sync can work now
3 years ago
filer_sync.go
refactoring
3 years ago
filer_sync_std.go
go fmt
3 years ago
filer_sync_windows.go
filer.backup: escape colon from path on windows
4 years ago
fix.go
Using positional arguments rather than option flag to enable better shell usage
3 years ago
fuse.go
Fix error handling
3 years ago
iam.go
master, filer, s3: also listen to "localhost" in addition to specific ip address
3 years ago
imports.go
removing tikv to resolve "go mod tidy" problem
3 years ago
master.go
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
3 years ago
master_follower.go
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
3 years ago
mount.go
mount: quota for one mounted collection
3 years ago
mount_darwin.go
remove dead code
3 years ago
mount_linux.go
remove dead code
3 years ago
mount_notsupported.go
remove dead code
3 years ago
mount_std.go
mount: quota for one mounted collection
3 years ago
msg_broker.go
master, filer, s3: also listen to "localhost" in addition to specific ip address
3 years ago
s3.go
master, filer, s3: also listen to "localhost" in addition to specific ip address
3 years ago
scaffold.go
change to util.WriteFile
3 years ago
scaffold_test.go
fix test
5 years ago
server.go
master, filer, s3: also listen to "localhost" in addition to specific ip address
3 years ago
shell.go
better printout
3 years ago
upload.go
use streaming mode for long poll grpc calls
3 years ago
version.go
inject git version into build
5 years ago
volume.go
Add mTLS support for both master and volume http server.
3 years ago
volume_test.go
directory structure change to work with glide
9 years ago
webdav.go
mount: default disable cache
3 years ago