minio/cmd
2019-09-18 23:43:04 +05:30
..
crypto fix type conversion in UpdateKey for Vault (#8058) 2019-08-11 22:20:25 +05:30
gateway In HDFS gateway fix non-empty folder behavior (#8254) 2019-09-18 01:59:59 +05:30
http Return 200 OK for liveness checks while distributed cluster starts (#8176) 2019-09-05 14:50:56 +05:30
logger Add User-Agent header with MinIO release details in http logs (#7843) 2019-08-14 11:43:43 -07:00
rest Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
acl-handlers.go
admin-handlers.go Remove unusued Set/GetConfigKeys API (#8235) 2019-09-13 16:34:34 -07:00
admin-handlers_test.go Remove unusued Set/GetConfigKeys API (#8235) 2019-09-13 16:34:34 -07:00
admin-heal-ops.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
admin-router.go Remove size query parameter from PerfInfo handler (#8258) 2019-09-18 01:59:12 +05:30
admin-server-info.go Remove size query parameter from PerfInfo handler (#8258) 2019-09-18 01:59:12 +05:30
api-datatypes.go Ensure that we use constants everywhere (#7845) 2019-07-02 22:34:32 -07:00
api-errors.go Convert errAuthentication as AccessDenied appropriately (#8105) 2019-08-21 09:13:15 +05:30
api-errors_test.go
api-headers.go Ensure that we use constants everywhere (#7845) 2019-07-02 22:34:32 -07:00
api-headers_test.go
api-resources.go Add listBucketObjectsVersions implementation (#8093) 2019-08-19 11:02:54 -10:00
api-resources_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
api-response.go Add listBucketObjectsVersions implementation (#8093) 2019-08-19 11:02:54 -10:00
api-response_test.go
api-router.go Add listBucketObjectsVersions implementation (#8093) 2019-08-19 11:02:54 -10:00
api-utils.go
api-utils_test.go
auth-handler.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
auth-handler_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
background-heal-ops.go Avoid excessive listing attempts in the daily sweep (#8081) 2019-08-19 08:22:32 -10:00
benchmark-utils_test.go
bitrot-streaming.go Avoid network transfer for bitrot verification during healing (#7375) 2019-07-08 13:51:18 -07:00
bitrot-whole.go
bitrot.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
bitrot_test.go
bool-flag.go
bool-flag_test.go
bucket-handlers-listobjects.go Add listBucketObjectsVersions implementation (#8093) 2019-08-19 11:02:54 -10:00
bucket-handlers.go Fix ignoring claims in list buckets call (#8118) 2019-08-21 19:20:11 -10:00
bucket-handlers_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
bucket-lifecycle-handler.go Add bucket lifecycle expiry feature (#7834) 2019-08-09 10:02:41 -07:00
bucket-notification-handlers.go Ignore stale notification queues in notification.xml (#7673) 2019-07-30 14:19:06 +05:30
bucket-policy-handlers.go
bucket-policy-handlers_test.go
build-constants.go
certs.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
certs_test.go
common-main.go Add admin API to send console log messages (#7784) 2019-09-03 23:40:48 +05:30
config-common.go Refactor and simplify etcd helpers used in IAM subsystem (#7980) 2019-07-26 13:42:54 -07:00
config-current.go Add rootCAs support to Kafka & MQTT (#8236) 2019-09-18 23:43:04 +05:30
config-current_test.go Enable event persistence in AMQP (#7565) 2019-07-25 11:20:24 -07:00
config-dir.go
config-migrate.go Refactor and simplify etcd helpers used in IAM subsystem (#7980) 2019-07-26 13:42:54 -07:00
config-migrate_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
config-versions.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
config.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
consolelogger.go Add admin API to send console log messages (#7784) 2019-09-03 23:40:48 +05:30
copy-part-range.go
copy-part-range_test.go
crossdomain-xml-handler.go
crossdomain-xml-handler_test.go
daily-heal-ops.go auto-heal: Use fast scan instead of the deep one (#7868) 2019-07-02 18:53:08 -07:00
daily-lifecycle-ops.go Enhancements to daily-sweeper routine to reduce CPU load (#8209) 2019-09-11 00:38:44 +05:30
daily-sweeper.go Enhancements to daily-sweeper routine to reduce CPU load (#8209) 2019-09-11 00:38:44 +05:30
disk-cache-backend.go Allow caching only in gateway mode. (#8232) 2019-09-17 02:54:04 +05:30
disk-cache-config.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
disk-cache-config_test.go
disk-cache-utils.go Allow cached content to be encrypted (#8001) 2019-08-23 10:13:22 -07:00
disk-cache-utils_test.go Rewrite cache implementation to cache only on GET (#7694) 2019-08-09 17:09:08 -07:00
disk-cache.go Allow caching only in gateway mode. (#8232) 2019-09-17 02:54:04 +05:30
disk-cache_test.go Rewrite cache implementation to cache only on GET (#7694) 2019-08-09 17:09:08 -07:00
disk-usage.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
dummy-data-generator_test.go
dummy-handlers.go Add initial support for bucket lifecycle (#7563) 2019-07-19 21:20:33 +01:00
dynamic-timeouts.go
dynamic-timeouts_test.go
encryption-v1.go Allow cached content to be encrypted (#8001) 2019-08-23 10:13:22 -07:00
encryption-v1_test.go
endpoint-ellipses.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
endpoint-ellipses_test.go
endpoint.go Hosts should be skipped, when calculating local info (#8191) 2019-09-12 23:36:12 +05:30
endpoint_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
environment.go
erasure-decode.go
erasure-decode_test.go
erasure-encode.go
erasure-encode_test.go
erasure-heal.go
erasure-heal_test.go
erasure-utils.go
erasure.go golint: fix redundant code logic (#7842) 2019-06-27 15:18:33 +05:30
erasure_test.go
etcd.go Refactor and simplify etcd helpers used in IAM subsystem (#7980) 2019-07-26 13:42:54 -07:00
fallocate.go
fallocate_linux.go
fallocate_linux_test.go
format-disk-cache.go Allow cached content to be encrypted (#8001) 2019-08-23 10:13:22 -07:00
format-disk-cache_test.go Rewrite cache implementation to cache only on GET (#7694) 2019-08-09 17:09:08 -07:00
format-fs.go
format-fs_test.go
format-meta.go
format-xl.go Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
format-xl_test.go
fs-v1-helpers.go Remove uneeded calls on FS (#7967) 2019-07-24 15:59:13 +05:30
fs-v1-helpers_test.go Remove uneeded calls on FS (#7967) 2019-07-24 15:59:13 +05:30
fs-v1-metadata.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
fs-v1-metadata_test.go
fs-v1-multipart.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
fs-v1-multipart_test.go
fs-v1-rwpool.go
fs-v1-rwpool_test.go
fs-v1.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
fs-v1_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
gateway-common.go Handle connection failures on webhook/url pings (#8204) 2019-09-12 16:44:51 -07:00
gateway-common_test.go
gateway-env.go
gateway-main.go Add admin API to send console log messages (#7784) 2019-09-03 23:40:48 +05:30
gateway-main_test.go [Bugfix] duplicating flag registration (#7853) 2019-07-03 14:31:19 -07:00
gateway-router.go
gateway-startup-msg.go
gateway-startup-msg_test.go
gateway-unsupported.go Add initial support for bucket lifecycle (#7563) 2019-07-19 21:20:33 +01:00
generic-handlers.go Fix for web-uploads in federated mode (#8175) 2019-09-04 23:14:02 +05:30
generic-handlers_test.go [web-router] update the white list for favicons (#8024) 2019-08-11 22:17:02 -07:00
globals.go Add admin API to send console log messages (#7784) 2019-09-03 23:40:48 +05:30
handler-utils.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
handler-utils_test.go
hasher.go
healthcheck-handler.go Return 200 OK for liveness checks while distributed cluster starts (#8176) 2019-09-05 14:50:56 +05:30
healthcheck-handler_test.go
healthcheck-router.go
http-stats.go
http-tracer.go Honor standard HTTP headers for sourceIP (#8233) 2019-09-13 03:59:59 +05:30
httprange.go
httprange_test.go
iam-etcd-store.go Fix etcd watch regression in IAM subsystem (#8224) 2019-09-12 07:24:25 +05:30
iam-object-store.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
iam.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
jwt.go
jwt_test.go
ldap-ops.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
leak-detect_test.go
lifecycle.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
local-locker.go Put object client disconnect (#7824) 2019-06-28 22:09:17 -07:00
lock-rest-client.go Do not ignore Lock()'s return value (#8142) 2019-08-28 16:12:57 -07:00
lock-rest-client_test.go Put object client disconnect (#7824) 2019-06-28 22:09:17 -07:00
lock-rest-server-common.go Do not ignore Lock()'s return value (#8142) 2019-08-28 16:12:57 -07:00
lock-rest-server-common_test.go Do not ignore Lock()'s return value (#8142) 2019-08-28 16:12:57 -07:00
lock-rest-server.go Do not ignore Lock()'s return value (#8142) 2019-08-28 16:12:57 -07:00
main.go Implement cluster-wide in-place updates (#8070) 2019-08-27 11:37:47 -07:00
merge-walk-pool.go
merge-walk-pool_test.go
metrics-router.go
metrics.go Expose version info in prometheus (#7812) 2019-06-26 10:36:54 -07:00
namespace-lock.go Do not ignore Lock()'s return value (#8142) 2019-08-28 16:12:57 -07:00
namespace-lock_test.go Put object client disconnect (#7824) 2019-06-28 22:09:17 -07:00
naughty-disk_test.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
net.go include ip address while doing checkPortAvailability (#7818) 2019-06-24 15:02:39 -07:00
net_test.go include ip address while doing checkPortAvailability (#7818) 2019-06-24 15:02:39 -07:00
notification.go Add ability to test drive speeds on a MinIO setup (#7664) 2019-09-13 03:22:30 +05:30
object-api-common.go Fix DeleteObjects() to remove renamed objects inside (#8072) 2019-08-14 11:15:25 -07:00
object-api-datatypes.go
object-api-deleteobject_test.go
object-api-errors.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object-api-getobject_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object-api-getobjectinfo_test.go Use a non-strict invalid bucket name check in Get and Delete object (#8073) 2019-08-20 17:40:52 -10:00
object-api-input-checks.go Use a non-strict invalid bucket name check in Get and Delete object (#8073) 2019-08-20 17:40:52 -10:00
object-api-interface.go Add initial support for bucket lifecycle (#7563) 2019-07-19 21:20:33 +01:00
object-api-listobjects_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object-api-multipart_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object-api-putobject_test.go
object-api-utils.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object-api-utils_test.go Add validations for object name length and prefix (#7746) 2019-07-12 10:08:12 +05:30
object-handlers-common.go Ensure that we use constants everywhere (#7845) 2019-07-02 22:34:32 -07:00
object-handlers-common_test.go
object-handlers.go Allow caching on single PutObject (#8100) 2019-09-05 19:50:16 +05:30
object-handlers_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
object_api_suite_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
os-reliable.go Cancel PutObjectPart on upload abort (#7940) 2019-07-22 22:36:15 -07:00
os-reliable_test.go
peer-rest-client-target.go Add admin API to send trace notifications to registered (#7128) 2019-06-08 15:54:41 -07:00
peer-rest-client.go Add ability to test drive speeds on a MinIO setup (#7664) 2019-09-13 03:22:30 +05:30
peer-rest-common.go Add ability to test drive speeds on a MinIO setup (#7664) 2019-09-13 03:22:30 +05:30
peer-rest-server.go Add ability to test drive speeds on a MinIO setup (#7664) 2019-09-13 03:22:30 +05:30
policy.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
policy_test.go
posix-dirent_fileino.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix-dirent_ino.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix-dirent_namelen_bsd.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix-dirent_namelen_linux.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix-errors.go Start using new errors package (#8207) 2019-09-11 22:51:43 +05:30
posix-errors_test.go
posix-list-dir_other.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
posix-list-dir_test.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix-list-dir_unix.go posix/readDir should populate name for DT_UKNOWN (#8240) 2019-09-17 03:04:01 +05:30
posix-list-dir_windows.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 2019-08-09 08:54:11 -07:00
posix.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
posix_test.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
posix_unix_test.go
posix_windows_test.go
post-policy_test.go
postpolicyform.go Regression fix to bring back checkPolicyCond function call (#7897) 2019-07-10 10:48:43 +05:30
postpolicyform_test.go
prepare-storage.go Allow "tmp" directory to be not available (#8021) 2019-08-05 11:41:29 -07:00
retry.go
retry_test.go
routers.go Remove DeploymentID from response headers (#7815) 2019-07-01 12:22:01 -07:00
server-main.go fs/xl: Log warning if cache config specified (#8251) 2019-09-16 19:55:52 -07:00
server-main_test.go
server-rlimit.go
server-startup-msg.go
server-startup-msg_test.go
server_test.go Remove policy query param from being rejected for objects (#8144) 2019-08-28 16:58:40 -07:00
service.go Decouple ServiceUpdate to ServerUpdate to be more native (#8138) 2019-08-28 15:04:43 -07:00
setup-type.go
signals.go Decouple ServiceUpdate to ServerUpdate to be more native (#8138) 2019-08-28 15:04:43 -07:00
signature-v2.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
signature-v2_test.go
signature-v4-parser.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
signature-v4-parser_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
signature-v4-utils.go fix DoS vulnerability in the content SHA-256 processing (#8026) 2019-08-05 10:06:40 -07:00
signature-v4-utils_test.go
signature-v4.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
signature-v4_test.go
storage-class.go
storage-class_test.go
storage-datatypes.go
storage-errors.go xl: Heal empty parts (#7860) 2019-07-13 00:29:44 +01:00
storage-interface.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
storage-rest-client.go Handle connection failures on webhook/url pings (#8204) 2019-09-12 16:44:51 -07:00
storage-rest-common.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
storage-rest-server.go xl: Fix verifying non streaming highway algo with a dist setup (#8230) 2019-09-12 13:08:02 -07:00
storage-rest_test.go
streaming-signature-v4.go Ensure that we use constants everywhere (#7845) 2019-07-02 22:34:32 -07:00
streaming-signature-v4_test.go
sts-datatypes.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
sts-errors.go Ensure that we use constants everywhere (#7845) 2019-07-02 22:34:32 -07:00
sts-handlers.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
test-utils_test.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
tree-walk-pool.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
tree-walk-pool_test.go
tree-walk.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
tree-walk_test.go
typed-errors.go LDAP STS API (#8091) 2019-09-10 04:42:29 +05:30
ui-errors-utils.go Start using new errors package (#8207) 2019-09-11 22:51:43 +05:30
ui-errors.go Allow cached content to be encrypted (#8001) 2019-08-23 10:13:22 -07:00
update-notifier.go
update-notifier_test.go
update.go Handle connection failures on webhook/url pings (#8204) 2019-09-12 16:44:51 -07:00
update_test.go Decouple ServiceUpdate to ServerUpdate to be more native (#8138) 2019-08-28 15:04:43 -07:00
utils.go Handle connection failures on webhook/url pings (#8204) 2019-09-12 16:44:51 -07:00
utils_test.go Start using new errors package (#8207) 2019-09-11 22:51:43 +05:30
version-main.go
version_test.go
web-handler-context.go Add node address information to logs (#7941) 2019-07-18 09:58:37 -07:00
web-handler-context_test.go Pass on web-handler arguments properly to log entries (#7894) 2019-07-11 22:37:13 +01:00
web-handlers.go Allow caching on single PutObject (#8100) 2019-09-05 19:50:16 +05:30
web-handlers_test.go browser: Avoid logging BucketNotEmpty error (#8110) 2019-08-21 10:01:46 -10:00
web-router.go browser: Add user-agent header filter to gorilla mux route (#8040) 2019-08-12 17:05:30 -07:00
xl-sets.go Avoid recursion and use a simple loop to merge entries (#8239) 2019-09-17 06:08:37 +05:30
xl-sets_test.go
xl-v1-bucket.go Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
xl-v1-common.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
xl-v1-common_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
xl-v1-errors.go
xl-v1-healing-common.go bitrot: Verify file size inside storage interface (#7932) 2019-09-12 02:19:53 +05:30
xl-v1-healing-common_test.go
xl-v1-healing.go Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
xl-v1-healing_test.go xl: Fix healing empty directories (#8013) 2019-08-01 14:13:06 -07:00
xl-v1-list-objects-heal.go Add self-healing feature (#7604) 2019-06-08 22:14:07 -07:00
xl-v1-list-objects.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
xl-v1-metadata.go Use optimized sha256-simd whenever possible (#8227) 2019-09-14 00:39:39 +05:30
xl-v1-metadata_test.go
xl-v1-multipart.go return error during part listing when no quorum (#8241) 2019-09-17 02:57:34 +05:30
xl-v1-multipart_test.go
xl-v1-object.go Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
xl-v1-object_test.go Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
xl-v1-utils.go Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
xl-v1-utils_test.go Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
xl-v1.go Avoid error modification during IAM migration (#8156) 2019-08-30 10:41:02 -07:00
xl-v1_test.go