|  LazyDBA247-Anyvision | 4c51e6a660 | add enableUpsert=true and rename config to upsertQuery | 5 years ago | 
				
					
						|  Chris Lu | b61e9f6a1a | adjust ordering | 5 years ago | 
				
					
						|  LazyDBA247-Anyvision | 96c62bd34d | scaffold - insertQuery Example for upsert query for mysql & postgres variants | 5 years ago | 
				
					
						|  李海 | 69b2dab9c6 | add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id | 5 years ago | 
				
					
						|  Konstantin Lebedev | 9ce82a9cd2 | GOMAXPROCS use defaults to the value of runtime.NumCPU https://github.com/chrislusf/seaweedfs/issues/1942 | 5 years ago | 
				
					
						|  Chris Lu | c42b95c596 | more help message fix https://github.com/chrislusf/seaweedfs/issues/1937 | 5 years ago | 
				
					
						|  Chris Lu | 85cff10787 | mysql: ensure name column is case sensitive fix https://github.com/chrislusf/seaweedfs/issues/1931 | 5 years ago | 
				
					
						|  Konstantin Lebedev | 06da02739d | CheckAllChunkViews() for HEAD requests only | 5 years ago | 
				
					
						|  Chris Lu | 4b1ed227d1 | revert fasthttp changes related to https://github.com/chrislusf/seaweedfs/issues/1907 | 5 years ago | 
				
					
						|  Chris Lu | 35d939a1d2 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 2a68ddb963 | default to empty host to bind to tcp4 and tcp6 | 5 years ago | 
				
					
						|  Chris Lu | 40dc5ac904 | mount: add a bit retry when connecting to filer during startup | 5 years ago | 
				
					
						|  Konstantin Lebedev | 348e21a08c | add comments | 5 years ago | 
				
					
						|  Konstantin Lebedev | 831953c55c | allowed wildcard domain | 5 years ago | 
				
					
						|  Konstantin Lebedev | 4bf93d6e63 | comma-separated | 5 years ago | 
				
					
						|  Konstantin Lebedev | 190fada1ef | TLS allowed commonNames | 5 years ago | 
				
					
						|  Konstantin Lebedev | c6d3735605 | permitCommonNames https://github.com/chrislusf/seaweedfs/issues/1841
https://jbrandhorst.com/post/grpc-auth/ | 5 years ago | 
				
					
						|  Chris Lu | 60686a0bb7 | make tcp optional | 5 years ago | 
				
					
						|  Chris Lu | 1bd880dcdb | adds tcp writes benchmark | 5 years ago | 
				
					
						|  Chris Lu | 400de380f4 | volume server: support tcp direct put/get/delete | 5 years ago | 
				
					
						|  Chris Lu | c5cb346a08 | fix compilation error | 5 years ago | 
				
					
						|  Chris Lu | f5cc96f289 | skip checking master peers if not starting master | 5 years ago | 
				
					
						|  Chris Lu | 40ff30b83f | adjust help message | 5 years ago | 
				
					
						|  Chris Lu | c0842fe99f | add filer.meta.backup command | 5 years ago | 
				
					
						|  Chris Lu | 0c5c51eb98 | adjust help message | 5 years ago | 
				
					
						|  Chris Lu | e982b06bcd | support IPv6 | 5 years ago | 
				
					
						|  Chris Lu | 540441fd38 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | e52c94640e | filer.backup: added to replace filer.replicate | 5 years ago | 
				
					
						|  Chris Lu | 014a31d11a | minor | 5 years ago | 
				
					
						|  Chris Lu | 678c54d705 | data sink: add incremental mode | 5 years ago | 
				
					
						|  Chris Lu | 62191b08ea | disk type support custom tags | 5 years ago | 
				
					
						|  bingoohuang | 50df484d86 | support command line arguments in a configuration file so we can `weed master -config=master.conf`, `weed volume -config=volume.conf` and etc. | 5 years ago | 
				
					
						|  Chris Lu | e1992c83de | webdav adds disktype | 5 years ago | 
				
					
						|  Chris Lu | c2ad6f1047 | webdav add replication setting fix https://github.com/chrislusf/seaweedfs/issues/1817 | 5 years ago | 
				
					
						|  Chris Lu | 3575d41009 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 6daa932f5c | refactoring to get master function, instead of passing master values directly this will enable retrying later | 5 years ago | 
				
					
						|  Chris Lu | f8446b42ab | this can compile now!!! | 5 years ago | 
				
					
						|  LazyDBA247-Anyvision | 7f458d5e78 | better postgres connection pool management adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime)
to enable refresh of stale connections. | 5 years ago | 
				
					
						|  Chris Lu | 0bc3a1f9e8 | disk type only supports hdd and ssd, not ready for random tags yet | 5 years ago | 
				
					
						|  LazyDBA247-Anyvision | 51b4963e2e | postgres2 & memsql2 add escape (quote identifiers) for the dynamic sql
so tables (collections) with special characters will work. | 5 years ago | 
				
					
						|  Chris Lu | ef76365ec2 | adjust help message | 5 years ago | 
				
					
						|  Chris Lu | 4bd8a692d8 | disk type can be generic tags | 5 years ago | 
				
					
						|  Chris Lu | 7d9dc3c6a2 | use fasthttp lib to read | 5 years ago | 
				
					
						|  bingoohuang | 7256902fb0 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | 5 years ago | 
				
					
						|  Chris Lu | d67ccb66c0 | webdav: can start together with "weed server" or "weed filer" | 5 years ago | 
				
					
						|  Chris Lu | d475c89fcc | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 19295600f9 | mount: change option name to volumeServerAccess, with publicUrl and filerProxy modes | 5 years ago | 
				
					
						|  Chris Lu | 9a06c35da4 | replicate: incremental sink only contains new and updated files address da08402ba2 | 5 years ago | 
				
					
						|  Chris Lu | da08402ba2 | replicate: use creation time for local incremental file sink related to https://github.com/chrislusf/seaweedfs/pull/1762 | 5 years ago | 
				
					
						|  Konstantin Lebedev | be1062b7fc | rename in scaffold | 5 years ago |