minio/internal
Klaus Post d9c1d79e30
Protect logger targets (#13529)
Logger targets were not race protected against concurrent updates from for example `HTTPConsoleLoggerSys`.

Restrict direct access to targets and make slices immutable so a returned slice can be processed safely without locks.
2021-10-28 07:35:28 -07:00
..
auth Add IAM system tests (#13487) 2021-10-22 01:33:28 -07:00
bpool rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
bucket fix: immediate tiering for NoncurrentVersionTransition (#13464) 2021-10-18 17:24:30 -07:00
color rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
config fix: remove deprecated jwks_url from config KV (#13477) 2021-10-20 11:31:09 -07:00
crypto fix sse-kms context unmarshal failure (#13206) 2021-09-14 12:52:46 -07:00
disk use O_DIRECT for all ReadFileStream (#13324) 2021-09-29 16:40:28 -07:00
dsync re-use rand.New() do not repeat allocate. (#13448) 2021-10-18 08:39:59 -07:00
etag rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
event update mysql notification key length, character set and collation (#13414) 2021-10-11 17:40:11 -07:00
fips tls: add TLS 1.3 ciphers to the list of supported ciphers (#13158) 2021-09-07 09:57:32 -07:00
handlers rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
hash fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
http fix: server in shutdown should return 503 instead of 403 (#13496) 2021-10-22 01:30:27 -07:00
ioutil directio: Check if buffers are set. (#13440) 2021-10-14 10:19:17 -07:00
jwt [deps]: update jwt-go dependency (#12544) 2021-06-24 08:41:04 -07:00
kms rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
lock fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
logger Protect logger targets (#13529) 2021-10-28 07:35:28 -07:00
lsync rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
mountinfo fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
pubsub rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
rest internode lockArgs should use messagepack (#13329) 2021-09-30 11:53:01 -07:00
s3select bz2: limit max concurrent CPU (#13458) 2021-10-18 08:44:36 -07:00
smart fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
sync/errgroup rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00