47 Commits (7432b5c9b292782c4d9fab3413f5ff440fcbee0c)

Author SHA1 Message Date
Nitish Tiwari 61c17c8933 Add ObjectTagging Support (#8754) 5 years ago
Harshavardhana 2bb69033e5 http: fail appropriately and return standard Go error (#8837) 5 years ago
poornas 9199033db7 Set X-Cache and X-Cache-Lookup headers for cache (#8794) 5 years ago
Klaus Post db3dbcce3a Print goroutines when shutdown hangs (#8574) 5 years ago
poornas ca96560d56 Add object retention at the per object (#8528) 5 years ago
Praveen raj Mani 8836d57e3c The prometheus metrics refractoring (#8003) 5 years ago
Harshavardhana 3b8adf7528 Move storageclass config handling into cmd/config/storageclass (#8360) 5 years ago
Harshavardhana 4780fa5a58 Remove setting net.Conn Deadlines as its not needed anymore (#8269) 5 years ago
Andreas Auernhammer a9d724120f remove TLS 1.3 opt-in code (#8275) 5 years ago
Nitish Tiwari 496fba3e9a
Return 200 OK for liveness checks while distributed cluster starts (#8176) 5 years ago
Harshavardhana c43f745449
Ensure that we use constants everywhere (#7845) 5 years ago
Harshavardhana 993a79d9c6
Disable http2 until we have upstream bugs fixed (#7711) 5 years ago
Harshavardhana 2c0b3cadfc Update go mod with sem versions of our libraries (#7687) 5 years ago
Harshavardhana af6c6a2b35
Remove timeout conn on net.Dialer (#7590) 5 years ago
Andreas Auernhammer 012e4b42f9 http: opt-in to TLS 1.3 (#7483) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
Harshavardhana 313a3a286a Migrate to go1.12 to simplify our cmd/http package (#7302) 5 years ago
Harshavardhana 6df05e489d Set Read/Write timeouts only for net.Conn not http.Server (#7431) 5 years ago
Harshavardhana 233824bf92 Configure http2 with higher maxconcurrent streams (#7363) 5 years ago
Harshavardhana 396d78352d Support HTTP/2.0 (#7204) 5 years ago
Harshavardhana df35d7db9d Introduce staticcheck for stricter builds (#7035) 5 years ago
Sidhartha Mani c1b3f1994b remove unnecessary buffer while discarding stream (#7214) 6 years ago
Harshavardhana 817269475f Make sure to drain body upon an error (#7197) 6 years ago
Harshavardhana a536cf5dc0 Buffconn should buffer upto maxHeaderBytes to avoid ErrBufferFull (#7017) 6 years ago
Harshavardhana bebaff269c Support IPv6 in minio command line (#6947) 6 years ago
Harshavardhana 3e124315c8 Increase the keep alive timeout to 30 secs (#6924) 6 years ago
Igor K ef517bd0da update for build on DilOS (#6770) 6 years ago
kannappanr d9cfa5fcd3
Shouldn't require space in HTTP host header (#6743) 6 years ago
Pontus Leitzler ea73accefd Remove h2 from NextProtos since it doesn't work (#6705) 6 years ago
Pontus Leitzler 9631d65552 Fix goroutine test fatalf (#6682) 6 years ago
Harshavardhana 02ad9d6072 Avoid unsolicited response over idle http client (#6562) 6 years ago
Harshavardhana 1e5ac39ff3 Return HTTP response error for malformed requests (#6517) 6 years ago
Andreas Auernhammer b729a4e83c Remove brittle TestServerTLSCiphers unit test (#5982) 6 years ago
Harshavardhana e3777b1dd9 Combine obtaining resource, host, method into one operation (#6465) 6 years ago
Harshavardhana 631c78e655
Bump up soMaxConn backlog for listener to 2048 (#6416) 6 years ago
Harshavardhana 8690d62146 Allow fallback listen if first listener fails (#6380) 6 years ago
Harshavardhana fb27388101 HTTP headers are case insensitive handle them appropriately (#6390) 6 years ago
Bala FA 72fa2b4537 Add RPC counters for HTTP stats. (#6206) 6 years ago
Harshavardhana a6b8a5487a Fail gateway properly with an error on port conflicts (#6303) 6 years ago
Harshavardhana 50a817e3d3 Use new listener which implements enhanced tcp features (#6289) 6 years ago
Harshavardhana 25de775560 disable disk-usage when export is root mount path (#6091) 6 years ago
Bala FA 6a53dd1701 Implement HTTP POST based RPC (#5840) 6 years ago
Harshavardhana 74328c3061 Implement auto cert reloading (#5963) 6 years ago
Andreas Auernhammer 21a3c0f482 disable elliptic curves P-384 and P-521 for TLS. (#5845) 6 years ago
Bala FA 76cc65531c use package name correctly (#5827) 6 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 6 years ago
kannappanr 91fd8ffeb7
Move http package inside cmd (#5776) 6 years ago