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? 
				
				 
			4 years ago  
	 
	
		
			
				..  
		
		
			
			
			
			
				
					
						
							
								
								
								
									
										scaffold
									
								 
							
						
					 
				 
				
					
						Add mTLS support for both master and volume http server. 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								autocomplete.go 
							
						
					 
				 
				
					
						minor changes 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								backup.go 
							
						
					 
				 
				
					
						volume vacuum: avoid timeout with streaming progress report 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								benchmark.go 
							
						
					 
				 
				
					
						change server address from string to a type 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								command.go 
							
						
					 
				 
				
					
						add command filre.remote.gateway 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								compact.go 
							
						
					 
				 
				
					
						volume vacuum: avoid timeout with streaming progress report 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								download.go 
							
						
					 
				 
				
					
						refactor: move from io/ioutil to io and os package 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								export.go 
							
						
					 
				 
				
					
						adjust logging 
					 
				 
				5 years ago  
		
			
			
			
			
				
					
						
							
								filer.go 
							
						
					 
				 
				
					
						The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems: 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_backup.go 
							
						
					 
				 
				
					
						add client id for all metadata listening clients 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_cat.go 
							
						
					 
				 
				
					
						filer read empty file may cause OOM in some cases 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_copy.go 
							
						
					 
				 
				
					
						url should be always using forward slash 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_meta_backup.go 
							
						
					 
				 
				
					
						refactoring 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_meta_tail.go 
							
						
					 
				 
				
					
						refactoring 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_remote_gateway.go 
							
						
					 
				 
				
					
						add client id for all metadata listening clients 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_remote_gateway_buckets.go 
							
						
					 
				 
				
					
						refactoring 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_remote_sync.go 
							
						
					 
				 
				
					
						add client id for all metadata listening clients 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_remote_sync_dir.go 
							
						
					 
				 
				
					
						refactoring 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_replication.go 
							
						
					 
				 
				
					
						filer.remote.sync can work now 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_sync.go 
							
						
					 
				 
				
					
						refactoring 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								filer_sync_std.go 
							
						
					 
				 
				
					
						go fmt 
					 
				 
				4 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 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								fuse.go 
							
						
					 
				 
				
					
						Fix error handling 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								iam.go 
							
						
					 
				 
				
					
						master, filer, s3: also listen to "localhost" in addition to specific ip address 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								imports.go 
							
						
					 
				 
				
					
						removing tikv to resolve "go mod tidy" problem 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								master.go 
							
						
					 
				 
				
					
						The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems: 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								master_follower.go 
							
						
					 
				 
				
					
						The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems: 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								mount.go 
							
						
					 
				 
				
					
						mount: quota for one mounted collection 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								mount_darwin.go 
							
						
					 
				 
				
					
						remove dead code 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								mount_linux.go 
							
						
					 
				 
				
					
						remove dead code 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								mount_notsupported.go 
							
						
					 
				 
				
					
						remove dead code 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								mount_std.go 
							
						
					 
				 
				
					
						mount: quota for one mounted collection 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								msg_broker.go 
							
						
					 
				 
				
					
						master, filer, s3: also listen to "localhost" in addition to specific ip address 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								s3.go 
							
						
					 
				 
				
					
						master, filer, s3: also listen to "localhost" in addition to specific ip address 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								scaffold.go 
							
						
					 
				 
				
					
						change to util.WriteFile 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								scaffold_test.go 
							
						
					 
				 
				
					
						fix test 
					 
				 
				6 years ago  
		
			
			
			
			
				
					
						
							
								server.go 
							
						
					 
				 
				
					
						master, filer, s3: also listen to "localhost" in addition to specific ip address 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								shell.go 
							
						
					 
				 
				
					
						better printout 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								upload.go 
							
						
					 
				 
				
					
						use streaming mode for long poll grpc calls 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								version.go 
							
						
					 
				 
				
					
						inject git version into build 
					 
				 
				5 years ago  
		
			
			
			
			
				
					
						
							
								volume.go 
							
						
					 
				 
				
					
						Add mTLS support for both master and volume http server. 
					 
				 
				4 years ago  
		
			
			
			
			
				
					
						
							
								volume_test.go 
							
						
					 
				 
				
					
						directory structure change to work with glide 
					 
				 
				10 years ago  
		
			
			
			
			
				
					
						
							
								webdav.go 
							
						
					 
				 
				
					
						mount: default disable cache 
					 
				 
				4 years ago