minio/internal
Klaus Post 9004d69c6f
Make ReqInfo concurrency safe (#15204)
Some read/writes of ReqInfo did not get appropriate locks, leading to races.

Make sure reading and writing holds appropriate locks.
2022-06-30 10:48:50 -07:00
..
arn
auth
bpool
bucket reject resync start on misconfigured replication rules (#15041) 2022-06-06 02:54:39 -07:00
color update banner to reflect the final agreed UI (#15192) 2022-06-28 16:37:40 -07:00
config finalize startup-banner and remove unnecessary logs (#15202) 2022-06-29 16:32:04 -07:00
crypto fips: simplify TLS configuration (#15127) 2022-06-21 07:54:48 -07:00
disk fix: background local test also via channel (#15086) 2022-06-15 14:51:42 -07:00
dsync Avoid calling .Reset() on active timer (#14941) 2022-05-18 15:37:58 -07:00
etag fips: simplify TLS configuration (#15127) 2022-06-21 07:54:48 -07:00
event use crypto/sha256 only for FIPS 140-2 compliance (#14983) 2022-05-27 06:00:19 -07:00
fips fips: fix order of elliptic curves (#15141) 2022-06-22 08:09:28 -07:00
handlers handle IPv6 sourceIPs properly (#15005) 2022-05-31 06:04:12 -07:00
hash fix: typo in FIPS sha256 (#15024) 2022-06-01 19:11:04 -07:00
http fix: add timeouts to avoid goroutine leaks in net/http (#14995) 2022-05-30 06:24:51 -07:00
init
ioutil Add local disk health checks (#14447) 2022-03-09 11:38:54 -08:00
jwt
kernel update gofumpt -w - new changes 2022-04-13 12:00:11 -07:00
kms use crypto/sha256 only for FIPS 140-2 compliance (#14983) 2022-05-27 06:00:19 -07:00
lock
logger Make ReqInfo concurrency safe (#15204) 2022-06-30 10:48:50 -07:00
lsync
mountinfo
pubsub avoid limits on the number of parallel trace/bucket notifications listeners (#14799) 2022-06-05 14:29:12 -07:00
rest Make ReqInfo concurrency safe (#15204) 2022-06-30 10:48:50 -07:00
s3select start using t.SetEnv instead of os.Setenv (#14787) 2022-04-23 15:33:45 -07:00
smart
sync/errgroup