..
access-key.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
api-datatypes.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
api-errors.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
8 years ago
api-errors_test.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
8 years ago
api-headers.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
api-headers_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
api-resources.go
Return Owner information in ListObjectV2 only when fetch-owner is specified ( #2654 )
8 years ago
api-response-multipart.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
api-response.go
api: Response timeFormat do not need to have nano-second precision.
8 years ago
api-router.go
distribute: Make server work with multiple remote disks
8 years ago
auth-handler.go
minor cleanup
8 years ago
auth-handler_test.go
tests: Add auth-handler. ( #2721 )
8 years ago
auth-rpc-client.go
Upgrade to new dsync version incl. stale lock detection ( #2708 )
8 years ago
benchmark-utils_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
bucket-handlers-listobjects.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
8 years ago
bucket-handlers.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
8 years ago
bucket-handlers_test.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
8 years ago
bucket-notification-datatypes.go
api: BucketNotification should disallow duplicate notification. ( #2539 )
8 years ago
bucket-notification-handlers.go
Move the ObjectAPI() resource to be beginning of each handlers.
8 years ago
bucket-notification-handlers_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
bucket-notification-utils.go
tests: Add tests for bucket-notification-utils ( #2723 )
8 years ago
bucket-notification-utils_test.go
tests: Add tests for bucket-notification-utils ( #2723 )
8 years ago
bucket-policy-handlers.go
logging: Print stack trace in case of errors.
8 years ago
bucket-policy-handlers_test.go
tests: Add GetBucketLocation, HeadBucket tests. ( #2644 )
8 years ago
bucket-policy-migrate.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
bucket-policy-parser.go
policies: Parser should handle Principals with various forms. ( #2733 )
8 years ago
bucket-policy-parser_test.go
policies: Parser should handle Principals with various forms. ( #2733 )
8 years ago
bucket-policy.go
server: Fixes for various conditions
8 years ago
build-constants.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
certs.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
certs_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
checkport.go
boot: checkPortAvailability() should fail only for EADDRINUSE error and ignore other errors. ( #2527 )
8 years ago
checkport_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
commands.go
Add global flags to all commands and subcommands ( #2605 )
8 years ago
config-migrate.go
Move config to v7 to fix previous v6 bug on null Notification entries. ( #2650 )
8 years ago
config-old.go
Move config to v7 to fix previous v6 bug on null Notification entries. ( #2650 )
8 years ago
config-v7.go
Move config to v7 to fix previous v6 bug on null Notification entries. ( #2650 )
8 years ago
config-v7_test.go
server: Startup message now prints configured ARNs. ( #2653 )
8 years ago
config.go
Adding test coverage for server-mux.go by creating TestListenAndServeTLS(). ( #2493 )
9 years ago
control-heal-main.go
Add global flags to all commands and subcommands ( #2605 )
8 years ago
control-lock-main.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
control-main.go
Add global flags to all commands and subcommands ( #2605 )
8 years ago
control-shutdown-main.go
Add global flags to all commands and subcommands ( #2605 )
8 years ago
controller-handlers.go
instrumentation: instrumentation for locks. ( #2584 )
8 years ago
controller-router.go
controller/auth: Implement JWT based authorization for controller. ( #2544 )
8 years ago
controller_test.go
xl: Remove an unecessary lock with isBucketExist() ( #2593 )
8 years ago
crossdomain-xml-handler.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
damerau-levenshtein.go
Fixing ineffssaign errors ( #2608 )
8 years ago
damerau-levenshtein_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
erasure-createfile.go
logging: Print stack trace in case of errors.
8 years ago
erasure-createfile_test.go
logging: Print stack trace in case of errors.
8 years ago
erasure-healfile.go
logging: Print stack trace in case of errors.
8 years ago
erasure-healfile_test.go
Fixing ineffssaign errors ( #2608 )
8 years ago
erasure-readfile.go
logging: Print stack trace in case of errors.
8 years ago
erasure-readfile_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
erasure-utils.go
logging: Print stack trace in case of errors.
8 years ago
erasure-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
erasure_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
errors.go
logging: Print stack trace in case of errors.
8 years ago
event-notifier.go
events: Change event notifiers to delete and update keys. ( #2742 )
8 years ago
event-notifier_test.go
tests: Add tests for bucket-notification-utils ( #2723 )
8 years ago
format-config-v1.go
xl: Heal `format.json` properly on fresh disks.
8 years ago
format-config-v1_test.go
tests: Add ListBucketHandler tests. ( #2701 )
8 years ago
fs-createfile.go
logging: Print stack trace in case of errors.
8 years ago
fs-v1-errors.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
fs-v1-metadata.go
logging: Print stack trace in case of errors.
8 years ago
fs-v1-metadata_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
fs-v1-multipart-common.go
logging: Print stack trace in case of errors.
8 years ago
fs-v1-multipart-common_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
fs-v1-multipart.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
fs-v1-multipart_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
fs-v1.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
fs-v1_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
generic-handlers.go
Forbid requests generated at least 15 min in the past or in the future ( #2648 )
8 years ago
globals.go
instrumentation: instrumentation for locks. ( #2584 )
8 years ago
handler-utils.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
handler-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
host-to-ip.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
host-to-ip_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
httprange.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
httprange_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
leak-detect_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
lock-instrument.go
xl: Remove an unecessary lock with isBucketExist() ( #2593 )
8 years ago
lock-instrument_test.go
Fixing ineffssaign errors ( #2608 )
8 years ago
lock-rpc-server-common.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
lock-rpc-server-common_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
lock-rpc-server.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
logger-console-hook.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
logger-file-hook.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
logger-syslog-hook_nix.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
logger-syslog-hook_windows.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
logger.go
logging: Print stack trace in case of errors.
8 years ago
logger_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
main.go
binary-update: Do not fetch update info for minio binary compiled from source.
8 years ago
main_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
namespace-lock.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
namespace-lock_test.go
xl: Remove an unecessary lock with isBucketExist() ( #2593 )
8 years ago
naughty-disk_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
net-rpc-client.go
Upgrade to new dsync version incl. stale lock detection ( #2708 )
8 years ago
notifiers.go
pkg/wildcard: Simplify the wildcard logic further. ( #2555 )
8 years ago
notifiers_test.go
tests: Add tests for filterRuleMatch ( #2722 )
8 years ago
notify-amqp.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
notify-elasticsearch.go
events: Change event notifiers to delete and update keys. ( #2742 )
8 years ago
notify-redis.go
events: Change event notifiers to delete and update keys. ( #2742 )
8 years ago
object-api-getobject_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
object-api-getobjectinfo_test.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
8 years ago
object-api-listobjects_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
object-api-multipart_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
object-api-putobject_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
object-common.go
Fix FS remove bucket regression bug ( #2693 )
8 years ago
object-datatypes.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
object-errors.go
logging: Print stack trace in case of errors.
8 years ago
object-handlers-common.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
object-handlers.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
8 years ago
object-handlers_test.go
tests: Add more streaming signature tests. ( #2713 )
8 years ago
object-interface.go
PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. ( #2599 )
8 years ago
object-multipart-common.go
logging: Print stack trace in case of errors.
8 years ago
object-utils.go
logging: Print stack trace in case of errors.
8 years ago
object-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
object_api_suite_test.go
PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. ( #2599 )
8 years ago
posix-dirent-fileno.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-dirent-ino.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-errors.go
server: Remove deadcode. ( #2699 )
8 years ago
posix-list-dir-nix.go
Fixing ineffssaign errors ( #2608 )
8 years ago
posix-list-dir-others.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-list-dir_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-prepare-path.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_common.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_nix.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_nix_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_windows.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
posix-utils_windows_test.go
Fixing ineffssaign errors ( #2608 )
8 years ago
posix.go
Avoid testing on system errors strings in posix ( #2583 )
8 years ago
posix_test.go
Avoid testing on system errors strings in posix ( #2583 )
8 years ago
post-policy_test.go
tests: Add ListBucketHandler tests. ( #2701 )
8 years ago
prepare-storage.go
tests: Add ListBucketHandler tests. ( #2701 )
8 years ago
prepare-storage_test.go
Add unit-tests for formatting disks during initialization ( #2635 )
8 years ago
rate-limit-handler.go
Lock-free rate-limit algorithm + bug-fix ( #2694 )
8 years ago
routers.go
config: Fail to start for config mistakes. ( #2740 )
8 years ago
runtime-checks.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
server-main.go
server: We should fail properly during server startup. ( #2689 )
8 years ago
server-mux.go
server/mux: Remove unused waitgroup from listenerMux. ( #2614 )
8 years ago
server-mux_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
server-rlimit-nix.go
minor cleanup
8 years ago
server-rlimit-win.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
server-startup-msg.go
server: We should fail properly during server startup. ( #2689 )
8 years ago
server_test.go
tests: Add tests for bucket-notification-utils ( #2726 )
8 years ago
server_utils_test.go
tests: Add more streaming signature tests. ( #2713 )
8 years ago
signals.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-jwt.go
Fixing ineffssaign errors ( #2608 )
8 years ago
signature-jwt_test.go
Add rpc layer authentication.
8 years ago
signature-v4-parser.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-v4-parser_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
8 years ago
signature-v4-postpolicyform.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-v4-postpolicyform_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-v4-utils.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
8 years ago
signature-v4-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-v4.go
Use Set instead of Add in the event that the request already contains the content-length ( #2683 )
8 years ago
signature-v4_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
signature-verify-reader.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
storage-datatypes.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
storage-errors.go
distribute: Make server work with multiple remote disks
8 years ago
storage-interface.go
server: Fetch StorageInfo() from underlying disks transparently. ( #2549 )
8 years ago
storage-rpc-client.go
XL: Handle object layer initialization properly.
8 years ago
storage-rpc-server-datatypes.go
controller/auth: Implement JWT based authorization for controller. ( #2544 )
8 years ago
storage-rpc-server.go
server: Fetch StorageInfo() from underlying disks transparently. ( #2549 )
8 years ago
strconv-bytes.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
strconv-bytes_test.go
Fixing ineffssaign errors ( #2608 )
8 years ago
streaming-signature-v4.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
streaming-signature-v4_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
test-utils_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
8 years ago
tree-walk-pool.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
tree-walk-pool_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
tree-walk.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
tree-walk_test.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
trie.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
trie_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
typed-errors.go
controller/auth: Implement JWT based authorization for controller. ( #2544 )
8 years ago
update-main.go
binary-update: Do not fetch update info for minio binary compiled from source.
8 years ago
update-notifier.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
utils.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
8 years ago
utils_nix_test.go
server: Validate server arguments for duplicates. ( #2554 )
8 years ago
utils_test.go
server: Validate server arguments for duplicates. ( #2554 )
8 years ago
utils_windows_test.go
server: Validate server arguments for duplicates. ( #2554 )
8 years ago
version-main.go
Add global flags to all commands and subcommands ( #2605 )
8 years ago
version_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
web-handlers.go
Move formatting of disks out of object layer initialization ( #2572 )
8 years ago
web-handlers_test.go
web: add handlers for set/get bucket policy. ( #2486 )
8 years ago
web-router.go
distribute: Make server work with multiple remote disks
8 years ago
xl-v1-bucket.go
logging: Print stack trace in case of errors.
8 years ago
xl-v1-common.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
xl-v1-errors.go
server: Remove deadcode. ( #2699 )
8 years ago
xl-v1-healing.go
server: Remove deadcode. ( #2699 )
8 years ago
xl-v1-healing_test.go
server: Move all the top level files into cmd folder. ( #2490 )
9 years ago
xl-v1-list-objects-heal.go
logging: Print stack trace in case of errors.
8 years ago
xl-v1-list-objects.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
xl-v1-metadata.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
8 years ago
xl-v1-metadata_test.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
8 years ago
xl-v1-multipart-common.go
logging: Print stack trace in case of errors.
8 years ago
xl-v1-multipart.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
xl-v1-object.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
8 years ago
xl-v1-object_test.go
Fixing ineffssaign errors ( #2608 )
8 years ago
xl-v1-utils.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
8 years ago
xl-v1-utils_test.go
tests: Add test for diskCount. ( #2717 )
8 years ago
xl-v1.go
XL and FS use different tree walk ignored errors ( #2707 )
8 years ago
xl-v1_test.go
tests: Add ListBucketHandler tests. ( #2701 )
8 years ago