..
crypto
Fix vault client to autorenew or reauthenticate ( #7161 )
6 years ago
gateway
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
http
remove unnecessary buffer while discarding stream ( #7214 )
6 years ago
logger
Make sure to drain body upon an error ( #7197 )
6 years ago
rest
Make sure to drain body upon an error ( #7197 )
6 years ago
rpc
Make sure to drain body upon an error ( #7197 )
6 years ago
acl-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
admin-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
admin-handlers_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
admin-heal-ops.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
admin-router.go
Top Locks command implementation ( #7052 )
6 years ago
api-datatypes.go
Refactor logging in more Go idiomatic style ( #6816 )
6 years ago
api-errors.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
api-errors_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
api-headers.go
Add version as part of Server: header ( #7100 )
6 years ago
api-headers_test.go
Add UTCNow() function. ( #3931 )
8 years ago
api-resources.go
Add error handling in api-resource.go ( #6651 )
6 years ago
api-resources_test.go
Add error handling in api-resource.go ( #6651 )
6 years ago
api-response-multipart.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
api-response.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
api-response_test.go
Handle incoming proxy requests ip, scheme ( #5591 )
7 years ago
api-router.go
Implements dummy tagging handlers for Terraform ( #7040 )
6 years ago
auth-handler.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
auth-handler_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
benchmark-utils_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
bitrot-streaming.go
Streaming bitrot verification support ( #7004 )
6 years ago
bitrot-whole.go
Streaming bitrot verification support ( #7004 )
6 years ago
bitrot.go
Fix build issues on BSDs in pkg/cpu ( #7116 )
6 years ago
bitrot_test.go
Fix healing whole file bitrot ( #7123 )
6 years ago
bool-flag.go
simplifying if-else chains to switches ( #6208 )
6 years ago
bool-flag_test.go
Persist MINIO_WORM as part of config.json ( #6022 )
7 years ago
bucket-handlers-listobjects.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
bucket-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
bucket-handlers_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
bucket-notification-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
bucket-policy-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
bucket-policy-handlers_test.go
Add GetObjectNInfo to object layer ( #6449 )
6 years ago
build-constants.go
Cleanup stack trace in error logs ( #6045 )
7 years ago
certs.go
load system CAs before trying to load custom CAs ( #7133 )
6 years ago
certs_test.go
Ignore permission errors on config-dir ( #6894 )
6 years ago
common-main.go
Comment Typo: Changed 'jason' to 'json` ( #7216 )
6 years ago
config-common.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
config-current.go
Make sure to drain body upon an error ( #7197 )
6 years ago
config-current_test.go
`clientID` removed in the MQTT config ( #7157 )
6 years ago
config-dir.go
Deprecate config-dir bring in certs-dir for TLS configuration ( #7033 )
6 years ago
config-migrate.go
Handle errs returned with etcd properly for config init and migration ( #7134 )
6 years ago
config-migrate_test.go
Deprecate config-dir bring in certs-dir for TLS configuration ( #7033 )
6 years ago
config-versions.go
`clientID` removed in the MQTT config ( #7157 )
6 years ago
config.go
Avoid code which looks at local files when etcd is configured ( #7144 )
6 years ago
copy-part-range.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
copy-part-range_test.go
Remove unused range parsing code and update tests ( #6530 )
6 years ago
crossdomain-xml-handler.go
…
crossdomain-xml-handler_test.go
use package name correctly ( #5827 )
7 years ago
disk-cache-config.go
Better validation of all config file fields ( #6090 )
6 years ago
disk-cache-config_test.go
cache: allow ellipse style entries for MINIO_CACHE_DRIVES ( #6088 )
6 years ago
disk-cache-fs.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
disk-cache.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
disk-cache_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
disk-usage.go
Deprecate and remove configurable disk usage check ( #6016 )
7 years ago
dummy-data-generator_test.go
Add GetObjectNInfo to object layer ( #6449 )
6 years ago
dummy-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
dummy-object-layer_test.go
Revamp bucket metadata healing ( #7208 )
6 years ago
dynamic-timeouts.go
Change average from int to int64 in order to support 32-bit systems. ( #4921 )
7 years ago
dynamic-timeouts_test.go
Add support for timeouts for locks ( #4377 )
7 years ago
encryption-v1.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
encryption-v1_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
endpoint-ellipses.go
Support supplying custom drives per set count ( #6261 )
6 years ago
endpoint-ellipses_test.go
Support IPv6 in minio command line ( #6947 )
6 years ago
endpoint.go
Add Historic CPU and memory stats ( #7136 )
6 years ago
endpoint_test.go
Support IPv6 in minio command line ( #6947 )
6 years ago
environment.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
erasure-decode.go
Simplify parallelReader.Read() ( #7109 )
6 years ago
erasure-decode_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure-encode.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure-encode_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure-heal.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure-heal_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure-utils.go
Streaming bitrot verification support ( #7004 )
6 years ago
erasure.go
Fix build issues on BSDs in pkg/cpu ( #7116 )
6 years ago
erasure_test.go
Rename of structs and methods ( #6230 )
6 years ago
fallocate.go
…
fallocate_linux.go
…
fallocate_linux_test.go
…
format-disk-cache.go
Remove all unused variables and functions ( #5823 )
7 years ago
format-disk-cache_test.go
Remove all unused variables and functions ( #5823 )
7 years ago
format-fs.go
Display message on failure to get lock on format.json in fs mode on startup ( #6538 )
6 years ago
format-fs_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
format-meta.go
Add support for deployment ID ( #6144 )
6 years ago
format-xl.go
heal: Preserve deployment ID from reference format.json ( #7126 )
6 years ago
format-xl_test.go
heal: Preserve deployment ID from reference format.json ( #7126 )
6 years ago
fs-v1-helpers.go
Remove unnecessary error log messages ( #6186 )
6 years ago
fs-v1-helpers_test.go
Throw 404 for head requests for prefixes without trailing "/" ( #5966 )
7 years ago
fs-v1-metadata.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
fs-v1-metadata_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
fs-v1-multipart.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
fs-v1-multipart_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
fs-v1-rwpool.go
simplifying if-else chains to switches ( #6208 )
6 years ago
fs-v1-rwpool_test.go
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
7 years ago
fs-v1.go
Revamp bucket metadata healing ( #7208 )
6 years ago
fs-v1_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
gateway-common.go
Remove gateway implementations for manta, sia and b2 ( #7115 )
6 years ago
gateway-common_test.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
gateway-env.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
gateway-main.go
Use loadCachedConfigs appropriately to load ENVs ( #7187 )
6 years ago
gateway-main_test.go
Convert gateways into respective packages ( #5200 )
7 years ago
gateway-router.go
Unify gateway and object layer. ( #5487 )
7 years ago
gateway-startup-msg.go
Add anonymous flag to prevent logging sensitive information ( #6899 )
6 years ago
gateway-startup-msg_test.go
Migrate config.json from config-dir to backend ( #6195 )
6 years ago
gateway-unsupported.go
Revamp bucket metadata healing ( #7208 )
6 years ago
generic-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
generic-handlers_test.go
fix: Better check of RPC type requests ( #6927 )
6 years ago
globals.go
Remove Minio server arch, version from `Server:` header ( #7074 )
6 years ago
handler-utils.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
handler-utils_test.go
Return proper errors for invalid bodies ( #7179 )
6 years ago
hasher.go
Remove all unused variables and functions ( #5823 )
7 years ago
healthcheck-handler.go
Do not do StorageInfo() and ListBuckets() for FS/Erasure in health check handler ( #7090 )
6 years ago
healthcheck-handler_test.go
Add healthcheck endpoints ( #5543 )
7 years ago
healthcheck-router.go
Add request tracing support for other REST APIs ( #6013 )
7 years ago
http-stats.go
Add RPC counters for HTTP stats. ( #6206 )
6 years ago
httprange.go
Add GetObjectNInfo to object layer ( #6449 )
6 years ago
httprange_test.go
Add GetObjectNInfo to object layer ( #6449 )
6 years ago
iam.go
Add proper contexts with timeouts for etcd operations ( #7097 )
6 years ago
jwt.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
jwt_test.go
Introduce STS client grants API and OPA policy integration ( #6168 )
6 years ago
leak-detect_test.go
Add UTCNow() function. ( #3931 )
8 years ago
local-locker.go
Top Locks command implementation ( #7052 )
6 years ago
lock-rpc-client.go
Implement HTTP POST based RPC ( #5840 )
7 years ago
lock-rpc-client_test.go
Implement HTTP POST based RPC ( #5840 )
7 years ago
lock-rpc-server-common.go
Top Locks command implementation ( #7052 )
6 years ago
lock-rpc-server-common_test.go
Top Locks command implementation ( #7052 )
6 years ago
lock-rpc-server.go
Top Locks command implementation ( #7052 )
6 years ago
lock-rpc-server_test.go
Top Locks command implementation ( #7052 )
6 years ago
lock-stat.go
Add support for timeouts for locks ( #4377 )
7 years ago
main.go
Deprecate config-dir bring in certs-dir for TLS configuration ( #7033 )
6 years ago
metrics-router.go
Enhancements in Minio Prometheus exporter ( #5848 )
7 years ago
metrics.go
Rename of structs and methods ( #6230 )
6 years ago
namespace-lock.go
Top Locks command implementation ( #7052 )
6 years ago
namespace-lock_test.go
Fix goroutine test fatalf ( #6682 )
6 years ago
naughty-disk_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
net.go
Turn off printing IPv6 endpoints when listening on all interfaces ( #6986 )
6 years ago
net_test.go
Support IPv6 in minio command line ( #6947 )
6 years ago
notification.go
Top Locks command implementation ( #7052 )
6 years ago
object-api-common.go
Move remote disk StorageAPI abstraction from RPC to REST ( #6464 )
6 years ago
object-api-datatypes.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
object-api-deleteobject_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-errors.go
Remove duplicate switch case ( #6966 )
6 years ago
object-api-getobject_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-getobjectinfo_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-input-checks.go
Remove unnecessary error log messages ( #6186 )
6 years ago
object-api-interface.go
Revamp bucket metadata healing ( #7208 )
6 years ago
object-api-listobjects_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-multipart_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-putobject_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
object-api-utils.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
object-api-utils_test.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
object-handlers-common.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
object-handlers.go
Select should return early errors as XML ( #7230 )
6 years ago
object-handlers_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
object_api_suite_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
os-reliable.go
simplifying if-else chains to switches ( #6208 )
6 years ago
os-reliable_test.go
Remove error package and cause functions ( #5784 )
7 years ago
peer-rpc-client-target.go
Enable default vet flags ( #6810 )
6 years ago
peer-rpc-client.go
Top Locks command implementation ( #7052 )
6 years ago
peer-rpc-server.go
Top Locks command implementation ( #7052 )
6 years ago
policy.go
Support policy variable replacement ( #7085 )
6 years ago
policy_test.go
Enhance policy handling to support SSE and WORM ( #5790 )
7 years ago
posix-dirent-fileno.go
…
posix-dirent-ino.go
…
posix-errors.go
simplifying if-else chains to switches ( #6208 )
6 years ago
posix-errors_test.go
…
posix-list-dir_other.go
update for build on DilOS ( #6770 )
6 years ago
posix-list-dir_test.go
Better support of empty directories ( #5890 )
7 years ago
posix-list-dir_unix.go
update for build on DilOS ( #6770 )
6 years ago
posix-list-dir_windows.go
Implement memory efficient readdir for windows ( #6247 )
6 years ago
posix.go
Use O_EXCL when creating file as we never overwrite an existing file ( #7189 )
6 years ago
posix_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
posix_unix_test.go
remove separate file for posix utils. ( #5948 )
7 years ago
posix_windows_test.go
docs: fix all Chinese doc links for the new docs site ( #6097 )
6 years ago
post-policy_test.go
Add ObjectOptions to ObjectLayer calls ( #6382 )
6 years ago
postpolicyform.go
Migrate to Go version 1.11.4 ( #7026 )
6 years ago
postpolicyform_test.go
Fix PostPolicy form tests without hardcoded dates ( #5337 )
7 years ago
prepare-storage.go
Remove '.minio.sys/tmp' files in background ( #7124 )
6 years ago
retry.go
Implement HTTP POST based RPC ( #5840 )
7 years ago
retry_test.go
…
routers.go
Handle errs returned with etcd properly for config init and migration ( #7134 )
6 years ago
rpc.go
storage: Increase the timeout of storage REST requests ( #7218 )
6 years ago
rpc_test.go
Implement HTTP POST based RPC ( #5840 )
7 years ago
server-main.go
Migrate all Peer communication to common Notification subsystem ( #7031 )
6 years ago
server-main_test.go
Add NAS gateway support ( #5516 )
7 years ago
server-rlimit.go
Deprecate and remove in-memory object caching ( #5481 )
7 years ago
server-startup-msg.go
Add anonymous flag to prevent logging sensitive information ( #6899 )
6 years ago
server-startup-msg_test.go
Rename of structs and methods ( #6230 )
6 years ago
server_test.go
Fix goroutine test fatalf ( #6682 )
6 years ago
service.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
setup-type.go
Add bucket notification support for NAS gateway ( #6908 )
6 years ago
signals.go
change received system signal output to upper case ( #6761 )
6 years ago
signature-v2.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
signature-v2_test.go
Introduce STS client grants API and OPA policy integration ( #6168 )
6 years ago
signature-v4-parser.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
signature-v4-parser_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
signature-v4-utils.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
signature-v4-utils_test.go
Fix presigned URL for access key with special characters ( #6012 )
7 years ago
signature-v4.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
signature-v4_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
storage-class.go
Return 503 instead of 404 if more than half of disks are not found ( #6207 )
6 years ago
storage-class_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
storage-datatypes.go
…
storage-errors.go
Streaming bitrot verification support ( #7004 )
6 years ago
storage-interface.go
Streaming bitrot verification support ( #7004 )
6 years ago
storage-rest-client.go
storage: Increase the timeout of storage REST requests ( #7218 )
6 years ago
storage-rest-common.go
Validate incoming requests ( #7234 )
6 years ago
storage-rest-server.go
Validate incoming requests ( #7234 )
6 years ago
storage-rest_test.go
Streaming bitrot verification support ( #7004 )
6 years ago
streaming-signature-v4.go
Parse and return proper errors with x-amz-security-token ( #6766 )
6 years ago
streaming-signature-v4_test.go
…
sts-datatypes.go
Add support for AssumeRoleWithWebIdentity ( #6985 )
6 years ago
sts-errors.go
Add support for AssumeRoleWithWebIdentity ( #6985 )
6 years ago
sts-handlers.go
Added support for reading body in STS API ( #7188 )
6 years ago
test-utils_test.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
tree-walk-pool.go
…
tree-walk-pool_test.go
…
tree-walk.go
Make sure to handle FaultyDisks in listing ops ( #6204 )
6 years ago
tree-walk_test.go
Make sure to handle FaultyDisks in listing ops ( #6204 )
6 years ago
typed-errors.go
Allow all browser calls to honor multi-users ( #6645 )
6 years ago
ui-errors-utils.go
More fixes for error messages ( #5911 )
7 years ago
ui-errors.go
Add example for IPv6 for address flag ( #7127 )
6 years ago
update-main.go
Make sure to drain body upon an error ( #7197 )
6 years ago
update-main_test.go
Support in-place upgrades of new minio binary and releases. ( #4961 )
7 years ago
update-notifier.go
Support dumb terminals by turning off color ( #6246 )
6 years ago
update-notifier_test.go
Ensure that setConfig uses latest functionality ( #6302 )
6 years ago
utils.go
Make sure to drain body upon an error ( #7197 )
6 years ago
utils_test.go
Move remote disk StorageAPI abstraction from RPC to REST ( #6464 )
6 years ago
version-main.go
Update command line docs ( #6839 )
6 years ago
version_test.go
tests: Remove dependency on check.v1 ( #5034 )
7 years ago
web-handlers.go
Support unknown gateway errors and convert at handler layer ( #7219 )
6 years ago
web-handlers_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
web-router.go
Fix regexp matcher of browser assets and paths ( #7083 )
6 years ago
xl-sets.go
Revamp bucket metadata healing ( #7208 )
6 years ago
xl-sets_test.go
Migrate config.json from config-dir to backend ( #6195 )
6 years ago
xl-v1-bucket.go
Redo how to handle stale dangling files ( #7171 )
6 years ago
xl-v1-common.go
Redo how to handle stale dangling files ( #7171 )
6 years ago
xl-v1-common_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-errors.go
Make sure to re-load reference format after HealFormat ( #5772 )
7 years ago
xl-v1-healing-common.go
Streaming bitrot verification support ( #7004 )
6 years ago
xl-v1-healing-common_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-healing.go
Revamp bucket metadata healing ( #7208 )
6 years ago
xl-v1-healing_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-list-objects-heal.go
Add context to the object-interface methods.
7 years ago
xl-v1-list-objects.go
s3: Don't set NextMarker when listing is not truncated ( #7012 )
6 years ago
xl-v1-metadata.go
Fix healing whole file bitrot ( #7123 )
6 years ago
xl-v1-metadata_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-multipart.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-multipart_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-object.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-object_test.go
Move metadata into ObjectOptions for NewMultipart and PutObject ( #7060 )
6 years ago
xl-v1-utils.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
xl-v1-utils_test.go
Add double encryption at S3 gateway. ( #6423 )
6 years ago
xl-v1.go
Add 'disk' tag to log output to enhance 'disk not found' errors ( #6460 )
6 years ago
xl-v1_test.go
Deprecate showing drive capacity and total free ( #5976 )
7 years ago