minio/cmd/http
Harshavardhana 4915433bd2
Support bucket versioning (#9377)
- Implement a new xl.json 2.0.0 format to support,
  this moves the entire marshaling logic to POSIX
  layer, top layer always consumes a common FileInfo
  construct which simplifies the metadata reads.
- Implement list object versions
- Migrate to siphash from crchash for new deployments
  for object placements.

Fixes #2111
2020-06-12 20:04:01 -07:00
..
stats audit: Merge ResponseWriter with RecordAPIStats (#9496) 2020-04-30 11:27:19 -07:00
close.go
dial_linux.go Add support of TCP fast open in internode calls (#9486) 2020-05-08 14:33:23 -07:00
dial_others.go Add support of TCP fast open in internode calls (#9486) 2020-05-08 14:33:23 -07:00
headers.go Support bucket versioning (#9377) 2020-06-12 20:04:01 -07:00
listen_nix.go
listen_others.go
listener.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
listener_test.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
server.go http: fail appropriately and return standard Go error (#8837) 2020-01-17 05:48:39 -08:00
server_test.go Remove setting net.Conn Deadlines as its not needed anymore (#8269) 2019-09-20 23:37:24 +05:30