minio/internal/http
Harshavardhana 91805bcab6
add optimizations to bring performance on unversioned READS (#20128)
allow non-inlined on disk to be inlined via
an unversioned ReadVersion() call, we only
need ReadXL() to resolve objects with multiple
versions only.

The choice of this block makes it to be dynamic
and chosen by the user via `mc admin config set`

Other bonus things

- Start measuring internode TTFB performance.
- Set TCP_NODELAY, TCP_CORK for low latency
2024-07-23 03:53:03 -07:00
..
check_port_linux.go add configurable VRF interface and user-timeout (#17108) 2023-05-03 14:12:25 -07:00
check_port_others.go add configurable VRF interface and user-timeout (#17108) 2023-05-03 14:12:25 -07:00
check_port_test.go add configurable VRF interface and user-timeout (#17108) 2023-05-03 14:12:25 -07:00
close.go add codespell action (#18818) 2024-01-17 23:03:17 -08:00
dial_dnscache.go fix: upon DNS refresh() failure use previous values (#17561) 2023-07-03 12:30:51 -07:00
dial_linux.go add optimizations to bring performance on unversioned READS (#20128) 2024-07-23 03:53:03 -07:00
dial_others.go simplify listener implementation setup customizations in right place (#19589) 2024-04-23 21:08:47 -07:00
headers.go Enable replication of SSE-C objects (#19107) 2024-03-28 10:44:56 -07:00
lambda-headers.go feat: add lambda transformation functions target (#16507) 2023-03-07 08:12:41 -08:00
listener.go add optimizations to bring performance on unversioned READS (#20128) 2024-07-23 03:53:03 -07:00
listener_test.go add changes to Makefile to support dev build 2024-06-10 10:41:02 -07:00
request-recorder.go fix: regression in counting total requests (#17024) 2023-04-12 14:37:19 -07:00
response-recorder.go Disable DMA optimization on windows (#18575) 2023-12-01 16:13:19 -08:00
server.go Removing timeout on shutdown (#19956) 2024-06-19 11:42:47 -07:00
server_test.go Removing timeout on shutdown (#19956) 2024-06-19 11:42:47 -07:00
transports.go ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00