seaweedfs/weed
vivekkoya 9983f9db46
Update network.go by revisiting #5134
From the go source code on potential conflicts in IP Addressing schemes: https://cs.opensource.google/go/go/+/master:src/net/rawconn_unix_test.go
			// There's no guarantee that IP-level socket
			// options work well with dual stack sockets.
			// A simple solution would be to take a look
			// at the bound address to the raw connection
			// and to classify the address family of the
			// underlying socket by the bound address:
			//
			// - When IP.To16() != nil and IP.To4() == nil,
			//   we can assume that the raw connection
			//   consists of an IPv6 socket using only
			//   IPv6 addresses.
			//
			// - When IP.To16() == nil and IP.To4() != nil,
			//   the raw connection consists of an IPv4
			//   socket using only IPv4 addresses.
			//
			// - Otherwise, the raw connection is a dual
			//   stack socket, an IPv6 socket using IPv6
			//   addresses including IPv4-mapped or
			//   IPv4-embedded IPv6 addresses.
2024-01-01 20:54:06 -08:00
..
cluster Merge accumulated changes related to message queue (#5098) 2023-12-11 12:05:54 -08:00
command adjust options 2023-12-22 11:41:10 -08:00
filer Set allowed origins in config (#5109) 2023-12-20 16:21:11 -08:00
ftpd move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
glog rotate log files 2022-12-11 21:05:58 -08:00
iamapi [iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#4858) 2023-09-21 14:07:04 -07:00
images fix chunk.ModifiedTsNs (#4264) 2023-03-02 08:24:36 -08:00
mount Waiting for writes to complete with acquired locks may lead to deadlock, fixes #4952 2023-11-17 07:38:14 -08:00
mq go fmt 2023-12-22 11:33:50 -08:00
notification go fmt 2022-09-14 23:06:44 -07:00
operation fix: disallow file name too long when writing a file (#4881) 2023-10-12 14:29:55 -07:00
pb Merge accumulated changes related to message queue (#5098) 2023-12-11 12:05:54 -08:00
query move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
remote_storage Concurrency works better (#4663) 2023-07-12 23:04:54 -07:00
replication Fix filer.backup local sink to propagate file mode changes (#4896) 2023-10-06 05:40:20 -07:00
s3api Merge branch 'master' of https://github.com/seaweedfs/seaweedfs 2023-12-22 11:33:02 -08:00
security Add a way to use a JWT in an HTTP only cookie 2023-12-05 08:57:01 -08:00
sequence move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
server weed/server: remove unneeded err from streamReadOneVolume() signature (#5143) 2023-12-28 11:45:13 -08:00
shell shell meta load add concurrency (#4529) 2023-12-28 11:54:37 -08:00
static Change filer UI icon from picture to icon font. 2022-04-08 15:07:56 +08:00
stats go fmt 2023-11-26 11:47:20 -08:00
storage weed/storage: fix dropped test errors 2023-12-06 12:05:22 -08:00
topology create volume grow request if the selected volume is close to full 2023-12-27 11:45:44 -08:00
util Update network.go by revisiting #5134 2024-01-01 20:54:06 -08:00
wdclient Squashed commit of the following: 2023-09-16 15:06:16 -07:00
Makefile reduce binary size 2023-09-21 13:22:08 -07:00
weed.go Minor cleanup & gitignore update (#5144) 2023-12-28 20:25:43 -08:00