..
gateway
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
http
use package name correctly ( #5827 )
7 years ago
logger
Remove panic() and handle it appropriately ( #5807 )
7 years ago
admin-handlers.go
Cleanup and make a safer code ( #5794 )
7 years ago
admin-handlers_test.go
use package name correctly ( #5827 )
7 years ago
admin-heal-ops.go
Make sure to re-load reference format after HealFormat ( #5772 )
7 years ago
admin-router.go
use package name correctly ( #5827 )
7 years ago
admin-rpc-client.go
Cleanup and make a safer code ( #5794 )
7 years ago
admin-rpc-client_test.go
Fix configuration handling bugs: ( #5473 )
7 years ago
admin-rpc-server.go
Cleanup and make a safer code ( #5794 )
7 years ago
admin-rpc-server_test.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
api-datatypes.go
…
api-errors.go
Remove error package and cause functions ( #5784 )
7 years ago
api-errors_test.go
add SSE-C support for HEAD, GET, PUT ( #4894 )
7 years ago
api-headers.go
Make sure to filter out internal metadata ( #5601 )
7 years ago
api-headers_test.go
Add UTCNow() function. ( #3931 )
8 years ago
api-resources.go
Remove all unused variables and functions ( #5823 )
7 years ago
api-resources_test.go
Remove all unused variables and functions ( #5823 )
7 years ago
api-response-multipart.go
…
api-response.go
Fix StorageClass field in ListObject/ListObjectV2 response ( #5766 )
7 years ago
api-response_test.go
Handle incoming proxy requests ip, scheme ( #5591 )
7 years ago
api-router.go
use package name correctly ( #5827 )
7 years ago
auth-handler.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
auth-handler_test.go
Return InvalidDigest when md5 sent by client is invalid ( #5654 )
7 years ago
auth-rpc-client.go
Fail when TLS is configured and HTTP endpoints are provided ( #5771 )
7 years ago
auth-rpc-client_test.go
Remove requirement for custom RPCClient ( #5405 )
7 years ago
auth-rpc-server.go
[security] rpc: Do not transfer access/secret key. ( #4857 )
7 years ago
auth-rpc-server_test.go
Flat multipart backend implementation for Erasure backend ( #5447 )
7 years ago
benchmark-utils_test.go
Use context.Background() instead of nil
7 years ago
browser-flag.go
browser-flag: wrapped bool type denotes browser on/off flag. ( #3963 )
8 years ago
browser-flag_test.go
browser-flag: wrapped bool type denotes browser on/off flag. ( #3963 )
8 years ago
browser-peer-rpc.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
browser-peer-rpc_test.go
Remove requirement for custom RPCClient ( #5405 )
7 years ago
browser-rpc-router.go
use package name correctly ( #5827 )
7 years ago
bucket-handlers-listobjects.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
bucket-handlers.go
use package name correctly ( #5827 )
7 years ago
bucket-handlers_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
bucket-notification-handlers.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
bucket-policy-handlers.go
use package name correctly ( #5827 )
7 years ago
bucket-policy-handlers_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
bucket-policy-parser.go
Support conditions for ListMultipartUploads and ListParts ( #5130 )
7 years ago
bucket-policy-parser_test.go
Bucket policies should use minio-go/pkg/policy instead. ( #5090 )
7 years ago
bucket-policy.go
Remove error package and cause functions ( #5784 )
7 years ago
build-constants.go
Get proper GOPATH in trim function ( #5744 )
7 years ago
certs.go
Ensure to load only regular files for CAs ( #5612 )
7 years ago
certs_test.go
Ensure to load only regular files for CAs ( #5612 )
7 years ago
common-main.go
Modify fatalIf, startup and update message logging code ( #5780 )
7 years ago
config-current.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
config-current_test.go
Generalize loadConfig method to avoid reading from disk ( #5819 )
7 years ago
config-dir.go
Update minio-go dependencies to latest 5.0.0 release ( #5640 )
7 years ago
config-migrate.go
Modify fatalIf, startup and update message logging code ( #5780 )
7 years ago
config-migrate_test.go
Add disk based edge caching support. ( #5182 )
7 years ago
config-versions.go
Add cache config for configuration comparison ( #5812 )
7 years ago
copy-part-range.go
api: CopyObjectPart was copying wrong offsets due to shadowing. ( #3838 )
8 years ago
copy-part-range_test.go
api: CopyObjectPart was copying wrong offsets due to shadowing. ( #3838 )
8 years ago
crossdomain-xml-handler.go
…
crossdomain-xml-handler_test.go
use package name correctly ( #5827 )
7 years ago
disk-cache-config.go
Fix backend format for disk-cache - not to use FS format.json ( #5732 )
7 years ago
disk-cache-config_test.go
Fix backend format for disk-cache - not to use FS format.json ( #5732 )
7 years ago
disk-cache-fs.go
Remove all unused variables and functions ( #5823 )
7 years ago
disk-cache.go
Remove error package and cause functions ( #5784 )
7 years ago
disk-cache_test.go
Add disk based edge caching support. ( #5182 )
7 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
Remove panic() and handle it appropriately ( #5807 )
7 years ago
encryption-v1_test.go
[refactor] simplify en/decrypted size computation ( #5658 )
7 years ago
endpoint-ellipses.go
Fix shadowing issue reported by go vet ( #5590 )
7 years ago
endpoint-ellipses_test.go
Add unit tests for endpoint-ellipses.go ( #5681 )
7 years ago
endpoint.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
endpoint_test.go
make notification as separate package ( #5294 )
7 years ago
erasure-createfile.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-createfile_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-healfile.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-healfile_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-readfile.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-readfile_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure-utils.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
erasure_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 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
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
format-fs_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
format-meta.go
Separate the codebase for XL and FS format.json related code ( #5317 )
7 years ago
format-xl.go
Improve init messages for distributed setup ( #5786 )
7 years ago
format-xl_test.go
Remove error package and cause functions ( #5784 )
7 years ago
fs-v1-helpers.go
Remove error package and cause functions ( #5784 )
7 years ago
fs-v1-helpers_test.go
Remove error package and cause functions ( #5784 )
7 years ago
fs-v1-metadata.go
Remove all unused variables and functions ( #5823 )
7 years ago
fs-v1-metadata_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
fs-v1-multipart.go
Remove error package and cause functions ( #5784 )
7 years ago
fs-v1-multipart_test.go
Remove error package and cause functions ( #5784 )
7 years ago
fs-v1-rwpool.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
fs-v1-rwpool_test.go
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
7 years ago
fs-v1.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
fs-v1_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
gateway-common.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
gateway-main.go
use package name correctly ( #5827 )
7 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
Modify fatalIf, startup and update message logging code ( #5780 )
7 years ago
gateway-startup-msg_test.go
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
7 years ago
gateway-unsupported.go
Make sure to re-load reference format after HealFormat ( #5772 )
7 years ago
generic-handlers.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
generic-handlers_test.go
replace SSE-C key derivation scheme ( #5168 )
7 years ago
globals.go
use package name correctly ( #5827 )
7 years ago
handler-utils.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
handler-utils_test.go
Remove error package and cause functions ( #5784 )
7 years ago
hasher.go
Remove all unused variables and functions ( #5823 )
7 years ago
healthcheck-handler.go
Use context.Background() instead of nil
7 years ago
healthcheck-handler_test.go
Add healthcheck endpoints ( #5543 )
7 years ago
healthcheck-router.go
use package name correctly ( #5827 )
7 years ago
http-stats.go
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
7 years ago
httprange.go
…
httprange_test.go
…
jwt.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
jwt_test.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
leak-detect_test.go
Add UTCNow() function. ( #3931 )
8 years ago
lock-instrument.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
lock-instrument_test.go
Remove error package and cause functions ( #5784 )
7 years ago
lock-rpc-client.go
…
lock-rpc-client_test.go
lock/rpc: change rpcPath to be called serviceEndpoint. ( #4088 )
8 years ago
lock-rpc-server-common.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
lock-rpc-server-common_test.go
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
7 years ago
lock-rpc-server.go
use package name correctly ( #5827 )
7 years ago
lock-rpc-server_test.go
Bring semantic versioning to provide for rolling upgrades ( #5495 )
7 years ago
lock-stat.go
Add support for timeouts for locks ( #4377 )
7 years ago
lockinfo-handlers.go
Cleanup and make a safer code ( #5794 )
7 years ago
lockinfo-handlers_test.go
Cleanup and make a safer code ( #5794 )
7 years ago
main.go
Honor global flags irrespective of the position. ( #5486 )
7 years ago
metrics-router.go
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
7 years ago
metrics.go
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
7 years ago
namespace-lock.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
namespace-lock_test.go
fix testcases to init nslock properly ( #5429 )
7 years ago
naughty-disk_test.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
net.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
net_test.go
tests: Remove dependency on check.v1 ( #5034 )
7 years ago
notification.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
object-api-common.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
object-api-datatypes.go
Fix StorageClass field in ListObject/ListObjectV2 response ( #5766 )
7 years ago
object-api-errors.go
Remove error package and cause functions ( #5784 )
7 years ago
object-api-getobject_test.go
Use context.Background() instead of nil
7 years ago
object-api-getobjectinfo_test.go
Use context.Background() instead of nil
7 years ago
object-api-input-checks.go
Remove error package and cause functions ( #5784 )
7 years ago
object-api-interface.go
Make sure to re-load reference format after HealFormat ( #5772 )
7 years ago
object-api-listobjects_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
object-api-multipart_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
object-api-putobject_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
object-api-utils.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
object-api-utils_test.go
Enable go1.10.1 version ( #5666 )
7 years ago
object-handlers-common.go
Add disk based edge caching support. ( #5182 )
7 years ago
object-handlers.go
use package name correctly ( #5827 )
7 years ago
object-handlers_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
object_api_suite_test.go
Remove error package and cause functions ( #5784 )
7 years ago
os-reliable.go
Fix a possible race during PutObject() ( #5376 )
7 years ago
os-reliable_test.go
Remove error package and cause functions ( #5784 )
7 years ago
peer-rpc.go
use package name correctly ( #5827 )
7 years ago
posix-dirent-fileno.go
…
posix-dirent-ino.go
…
posix-errors.go
Fail to start server if detected cross-device mounts. ( #4807 )
7 years ago
posix-errors_test.go
…
posix-list-dir-nix.go
Remove go1.9 specific code for windows ( #5033 )
7 years ago
posix-list-dir-others.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
posix-list-dir_test.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
8 years ago
posix-utils_nix.go
Support creating directories on erasure coded backend ( #5443 )
7 years ago
posix-utils_nix_test.go
Remove go1.9 specific code for windows ( #5033 )
7 years ago
posix-utils_test.go
Support creating directories on erasure coded backend ( #5443 )
7 years ago
posix-utils_windows.go
Support creating directories on erasure coded backend ( #5443 )
7 years ago
posix-utils_windows_test.go
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
7 years ago
posix.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
posix_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
post-policy_test.go
Use context.Background() instead of nil
7 years ago
postpolicyform.go
Name return values to prevent the need (and unnecessary code bloat) ( #4576 )
8 years ago
postpolicyform_test.go
Fix PostPolicy form tests without hardcoded dates ( #5337 )
7 years ago
prepare-storage.go
Improve init messages for distributed setup ( #5786 )
7 years ago
retry.go
Add UTCNow() function. ( #3931 )
8 years ago
retry_test.go
auth/rpc: Make auth rpc client retry configurable. ( #3695 )
8 years ago
routers.go
use package name correctly ( #5827 )
7 years ago
rpc-common.go
Allow upto 15 minutes of timeskew for RPC calls as well ( #5774 )
7 years ago
rpc-common_test.go
Bring semantic versioning to provide for rolling upgrades ( #5495 )
7 years ago
rpc-server.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
rpc-server_test.go
use package name correctly ( #5827 )
7 years ago
server-main.go
use package name correctly ( #5827 )
7 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
Modify fatalIf, startup and update message logging code ( #5780 )
7 years ago
server-startup-msg_test.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
server_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
service.go
Refactor HTTP server to address bugs ( #4636 )
7 years ago
setup-type.go
Add extensive endpoints validation ( #4019 )
8 years ago
signals.go
Modify fatalIf, startup and update message logging code ( #5780 )
7 years ago
signature-v2.go
Remove unnecessary errors printed on the console ( #5386 )
7 years ago
signature-v2_test.go
Simplify the steps to make changes to config.json ( #5186 )
7 years ago
signature-v4-parser.go
Return authHeaderMalformed for an incorrect region in signature ( #5618 )
7 years ago
signature-v4-parser_test.go
Return authHeaderMalformed for an incorrect region in signature ( #5618 )
7 years ago
signature-v4-utils.go
Allow x-amz-content-sha256 to be optional for PutObject() ( #5340 )
7 years ago
signature-v4-utils_test.go
Allow x-amz-content-sha256 to be optional for PutObject() ( #5340 )
7 years ago
signature-v4.go
Return authHeaderMalformed for an incorrect region in signature ( #5618 )
7 years ago
signature-v4_test.go
Simplify the steps to make changes to config.json ( #5186 )
7 years ago
storage-class.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
storage-class_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
storage-datatypes.go
…
storage-errors.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
storage-interface.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
storage-rpc-client.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
storage-rpc-client_test.go
Add large bucket support for erasure coded backend ( #5160 )
7 years ago
storage-rpc-server-datatypes.go
remove ReadFileWithVerify from StorageAPI ( #4947 )
7 years ago
storage-rpc-server.go
use package name correctly ( #5827 )
7 years ago
storage-rpc-server_test.go
Remove error package and cause functions ( #5784 )
7 years ago
streaming-signature-v4.go
Return authHeaderMalformed for an incorrect region in signature ( #5618 )
7 years ago
streaming-signature-v4_test.go
…
test-utils_test.go
use package name correctly ( #5827 )
7 years ago
tree-walk-pool.go
…
tree-walk-pool_test.go
…
tree-walk.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
tree-walk_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
typed-errors.go
Improve init messages for distributed setup ( #5786 )
7 years ago
update-main.go
Fix broken 'minio update' command on Windows ( #5816 )
7 years ago
update-main_test.go
Support in-place upgrades of new minio binary and releases. ( #4961 )
7 years ago
update-notifier.go
Support in-place upgrades of new minio binary and releases. ( #4961 )
7 years ago
update-notifier_test.go
Support in-place upgrades of new minio binary and releases. ( #4961 )
7 years ago
utils.go
Remove all unused variables and functions ( #5823 )
7 years ago
utils_test.go
Remove all unused variables and functions ( #5823 )
7 years ago
version-main.go
cli: Make sure to add --help flag for subcommands. ( #3773 )
8 years ago
version_test.go
tests: Remove dependency on check.v1 ( #5034 )
7 years ago
web-handlers.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
web-handlers_test.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
web-router.go
use package name correctly ( #5827 )
7 years ago
xl-sets.go
Ignore prefix renames when dest directory is not empty ( #5798 )
7 years ago
xl-sets_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
xl-v1-bucket.go
Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket ( #5842 )
7 years ago
xl-v1-common.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-common_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
xl-v1-errors.go
Make sure to re-load reference format after HealFormat ( #5772 )
7 years ago
xl-v1-healing-common.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
xl-v1-healing-common_test.go
Create logger package and rename errorIf to LogIf ( #5678 )
7 years ago
xl-v1-healing.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-healing_test.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-list-objects-heal.go
Add context to the object-interface methods.
7 years ago
xl-v1-list-objects.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-metadata.go
Remove panic() and handle it appropriately ( #5807 )
7 years ago
xl-v1-metadata_test.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-multipart.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-multipart_test.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-object.go
Ignore prefix renames when dest directory is not empty ( #5798 )
7 years ago
xl-v1-object_test.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1-utils.go
Remove all unused variables and functions ( #5823 )
7 years ago
xl-v1-utils_test.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1.go
Remove error package and cause functions ( #5784 )
7 years ago
xl-v1_test.go
Use context.Background() instead of nil
7 years ago