..
admin-handlers.go
Simplify credential usage. (#3893)
9 years ago
admin-handlers_test.go
Implement list uploads heal admin API (#3885)
9 years ago
admin-router.go
Implement list uploads heal admin API (#3885)
9 years ago
admin-rpc-client.go
Remove globalQuiet and globalConfigDir global variables (#3830)
9 years ago
admin-rpc-client_test.go
update: For source builds look for absolute path. (#3780)
9 years ago
admin-rpc-server.go
Remove globalQuiet and globalConfigDir global variables (#3830)
9 years ago
admin-rpc-server_test.go
Implement SetConfig admin API handler. (#3792)
9 years ago
api-datatypes.go
event: Enhance event message struct to provide origin server. (#3557)
9 years ago
api-errors.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
api-errors_test.go
tests: Fix ListMultipartUploadsHandler tests. (#2705)
9 years ago
api-headers.go
Add notifications by webhook.
9 years ago
api-headers_test.go
event: Enhance event message struct to provide origin server. (#3557)
9 years ago
api-resources.go
Listen bucket notification for multiple prefixes/suffixes (#2911)
9 years ago
api-resources_test.go
Listen bucket notification for multiple prefixes/suffixes (#2911)
9 years ago
api-response-multipart.go
Cleanup and fixes (#3273)
9 years ago
api-response.go
Implement list uploads heal admin API (#3885)
9 years ago
api-router.go
Implement CopyObjectPart API (#3663)
9 years ago
auth-handler.go
For streaming signature do not save content-encoding in PutObject() (#3776)
9 years ago
auth-handler_test.go
Simplify credential usage. (#3893)
9 years ago
auth-rpc-client.go
rpc: Remove time check for each RPC calls. (#3804)
9 years ago
auth-rpc-client_test.go
Test Function to reset globals. (#3538)
9 years ago
auth-rpc-server.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
auth-rpc-server_test.go
Add constants for commonly used values. (#3588)
9 years ago
benchmark-utils_test.go
tests: Fix test server init - cleanup (#3806)
9 years ago
browser-peer-rpc.go
Simplify credential usage. (#3893)
9 years ago
browser-peer-rpc_test.go
Simplify credential usage. (#3893)
9 years ago
browser-rpc-router.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
bucket-handlers-listobjects.go
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
bucket-handlers.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
bucket-handlers_test.go
Generate and use access/secret keys properly (#3498)
9 years ago
bucket-metadata.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
bucket-notification-datatypes.go
event: Enhance event message struct to provide origin server. (#3557)
9 years ago
bucket-notification-handlers.go
Code cleanup - simplify server side code. (#3870)
9 years ago
bucket-notification-handlers_test.go
Add constants for commonly used values. (#3588)
9 years ago
bucket-notification-utils.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
bucket-notification-utils_test.go
Add constants for commonly used values. (#3588)
9 years ago
bucket-policy-handlers.go
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
bucket-policy-handlers_test.go
Fix handling of StringNotEquals condition operator (#3660)
9 years ago
bucket-policy-parser.go
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
bucket-policy-parser_test.go
Fail PutBucketPolicy if conditions are incompatible with actions. (#3659)
9 years ago
bucket-policy.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
build-constants.go
Add constants for commonly used values. (#3588)
9 years ago
certs.go
Make unit testable cert parsing functions. (#3863)
9 years ago
certs_test.go
Make unit testable cert parsing functions. (#3863)
9 years ago
checkport.go
fix: do port availability check only on macOS. (#3654)
9 years ago
checkport_test.go
Add constants for commonly used values. (#3588)
9 years ago
config-dir.go
Make unit testable cert parsing functions. (#3863)
9 years ago
config-migrate.go
Simplify credential usage. (#3893)
9 years ago
config-migrate_test.go
Make unit testable cert parsing functions. (#3863)
9 years ago
config-old.go
Remove globalQuiet and globalConfigDir global variables (#3830)
9 years ago
config-v14.go
config: Relax browser and region to be empty. (#3912)
9 years ago
config-v14_test.go
config: Relax browser and region to be empty. (#3912)
9 years ago
copy-part-range.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
copy-part-range_test.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
credential.go
Simplify credential usage. (#3893)
9 years ago
credential_test.go
Simplify credential usage. (#3893)
9 years ago
crossdomain-xml-handler.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
crossdomain-xml-handler_test.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
damerau-levenshtein.go
Fixing ineffssaign errors (#2608)
9 years ago
damerau-levenshtein_test.go
server: Move all the top level files into cmd folder. (#2490)
9 years ago
erasure-createfile.go
Set disk to nil after write which needs quorum (#3795)
9 years ago
erasure-createfile_test.go
xl PutObject: Split object into parts (#3651)
9 years ago
erasure-healfile.go
logging: Print stack trace in case of errors.
9 years ago
erasure-healfile_test.go
xl PutObject: Split object into parts (#3651)
9 years ago
erasure-readfile.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
erasure-readfile_test.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
erasure-utils.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 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
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
event-notifier.go
event: use common initialization logic (#3798)
9 years ago
event-notifier_test.go
config: setter/getter for Notifier and Logger into its own struct. (#3721)
9 years ago
fallocate.go
Add support of fallocate for FS and XL backends (#3032)
9 years ago
fallocate_linux.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
fallocate_linux_test.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
format-config-v1.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
format-config-v1_test.go
Code cleanup - simplify server side code. (#3870)
9 years ago
fs-v1-background-append.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
fs-v1-helpers.go
Relax minio server start when disk threshold is reached and adds space check in FS (#3865)
9 years ago
fs-v1-helpers_test.go
fs: Move traceError() to lower functions where possible. (#3633)
9 years ago
fs-v1-metadata.go
Code cleanup - simplify server side code. (#3870)
9 years ago
fs-v1-metadata_test.go
fs: cleanup - do not cache size of metafiles (#3630)
9 years ago
fs-v1-multipart.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
fs-v1-multipart_test.go
cleanup: Move code in *-multipart-common.go to *-multipart.go (#3638)
9 years ago
fs-v1-rwpool.go
tests: Fix test server init - cleanup (#3806)
9 years ago
fs-v1-rwpool_test.go
Add constants for commonly used values. (#3588)
9 years ago
fs-v1.go
Implement list uploads heal admin API (#3885)
9 years ago
fs-v1_test.go
tests: Reduce two functions work to gain test time (#3712)
9 years ago
generic-handlers.go
api: Increase the maximum object size limit from 5GiB to 16GiB. (#3834)
9 years ago
generic-handlers_test.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
globals.go
Make unit testable cert parsing functions. (#3863)
9 years ago
handler-utils.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
handler-utils_test.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
hasher.go
vendorize deps for snappy, blake2b and sha256 (#3476)
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
humanized-duration.go
update: Change update notifier for new style banner. (#3289)
9 years ago
humanized-duration_test.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
interface-ips.go
Use net.ParseCIDR instead of custom-built parsers (#3055)
9 years ago
interface-ips_test.go
Use net.ParseCIDR instead of custom-built parsers (#3055)
9 years ago
jwt.go
Simplify credential usage. (#3893)
9 years ago
jwt_test.go
Simplify credential usage. (#3893)
9 years ago
leak-detect_test.go
Fix typos and comments in leak_detect_test.go. (#3193)
9 years ago
lock-instrument.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
lock-instrument_test.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
lock-rpc-client.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
lock-rpc-client_test.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago
lock-rpc-server-common.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
lock-rpc-server-common_test.go
lock/instrumentation: Cleanup and print in user friendly form. (#2807)
9 years ago
lock-rpc-server.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
lock-rpc-server_test.go
rpc: Remove time check for each RPC calls. (#3804)
9 years ago
lock-stat.go
Clean up lock-instrumentation and improve comments (#3499)
9 years ago
lockinfo-handlers.go
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
lockinfo-handlers_test.go
Change query param name to duration in list/clear locks API (#3664)
9 years ago
logger-console-hook.go
config: Check for duplicated entries in all scopes (#3872)
9 years ago
logger-file-hook.go
config: Check for duplicated entries in all scopes (#3872)
9 years ago
logger.go
config: Check for duplicated entries in all scopes (#3872)
9 years ago
logger_test.go
logs: Do not log common successful errors. (#3340)
9 years ago
main.go
Remove commands and commandsTree global variables. (#3855)
9 years ago
main_test.go
server: Move all the top level files into cmd folder. (#2490)
9 years ago
namespace-lock.go
Make sure client initializes to proper lock RPC path. (#3763)
9 years ago
namespace-lock_test.go
lock: Moving locking to handler layer. (#3381)
9 years ago
naughty-disk_test.go
objectLayer: Check for `format.json` in a wrapped disk. (#3311)
9 years ago
net-rpc-client.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
notifier-config.go
config: Check for duplicated entries in all scopes (#3872)
9 years ago
notifier-config_test.go
config: setter/getter for Notifier and Logger into its own struct. (#3721)
9 years ago
notifiers.go
Code cleanup - simplify server side code. (#3870)
9 years ago
notifiers_test.go
tests: Add tests for filterRuleMatch (#2722)
9 years ago
notify-amqp.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-elasticsearch.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-kafka.go
config: Check for duplicated entries in all scopes (#3872)
9 years ago
notify-listener.go
Fix spelling and golint errors. (#3266)
9 years ago
notify-nats.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-postgresql.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-redis.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-webhook.go
config: Accept more address format + unit test (#3915)
9 years ago
notify-webhook_test.go
config: setter/getter for Notifier and Logger into its own struct. (#3721)
9 years ago
object-api-common.go
Code cleanup - simplify server side code. (#3870)
9 years ago
object-api-common_test.go
Remove XL references in public docs to Erasure. (#3725)
9 years ago
object-api-datatypes.go
Implement list uploads heal admin API (#3885)
9 years ago
object-api-errors.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
object-api-getobject_test.go
Add constants for commonly used values. (#3588)
9 years ago
object-api-getobjectinfo_test.go
sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813)
9 years ago
object-api-input-checks.go
obj: Make checkBucketExist() returns all errors (#3843)
9 years ago
object-api-interface.go
Implement list uploads heal admin API (#3885)
9 years ago
object-api-listobjects_test.go
Add constants for commonly used values. (#3588)
9 years ago
object-api-multipart-common.go
xl: Abort multipart upload should honor quorum properly. (#3670)
9 years ago
object-api-multipart_test.go
Implement CopyObjectPart API (#3663)
9 years ago
object-api-putobject_test.go
xl: Respect min. space by checking PrepareFile err (#3867)
9 years ago
object-api-utils.go
Fix check for bucket name: (#3832)
9 years ago
object-api-utils_test.go
Fix check for bucket name: (#3832)
9 years ago
object-handlers-common.go
Implement CopyObjectPart API (#3663)
9 years ago
object-handlers.go
Use canonicalETag helper wherever needed. (#3910)
9 years ago
object-handlers_test.go
Use canonicalETag helper wherever needed. (#3910)
9 years ago
object_api_suite_test.go
xl,fs: Return 404 if object ends with a separator (#3897)
9 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
Add constants for commonly used values. (#3588)
9 years ago
posix-errors_test.go
Add constants for commonly used values. (#3588)
9 years ago
posix-list-dir-nix.go
Make minio server compile on OpenBSD, NetBSD, Solaris (#3719)
9 years ago
posix-list-dir-others.go
Make minio server compile on OpenBSD, NetBSD, Solaris (#3719)
9 years ago
posix-list-dir_test.go
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
posix-prepare-path.go
Add constants for commonly used values. (#3588)
9 years ago
posix-utils_nix.go
Make minio server compile on OpenBSD, NetBSD, Solaris (#3719)
9 years ago
posix-utils_nix_test.go
tests: Use testTmpDir var to specify tmp directory (#3459)
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
Move to URL based syntax formatting. (#3092)
9 years ago
posix.go
Relax minio server start when disk threshold is reached and adds space check in FS (#3865)
9 years ago
posix_test.go
Add constants for commonly used values. (#3588)
9 years ago
post-policy_test.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
postpolicyform.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
postpolicyform_test.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
prepare-storage-msg.go
Remove globalQuiet and globalConfigDir global variables (#3830)
9 years ago
prepare-storage-msg_test.go
Add constants for commonly used values. (#3588)
9 years ago
prepare-storage.go
auth/rpc: Make auth rpc client retry configurable. (#3695)
9 years ago
prepare-storage_test.go
prep: Initialization should wait instead of exit the servers. (#2872)
9 years ago
retry-storage.go
auth/rpc: Make auth rpc client retry configurable. (#3695)
9 years ago
retry-storage_test.go
Add constants for commonly used values. (#3588)
9 years ago
retry.go
Make default values as constants (#3828)
9 years ago
retry_test.go
auth/rpc: Make auth rpc client retry configurable. (#3695)
9 years ago
routers.go
Enhanced newObjectLayerFn (#3837)
9 years ago
rpc-common.go
rpc: Remove time check for each RPC calls. (#3804)
9 years ago
s3-peer-client.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
s3-peer-client_test.go
Add constants for commonly used values. (#3588)
9 years ago
s3-peer-router.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
s3-peer-rpc-handlers.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
s3-peer-rpc-handlers_test.go
rpc: Remove time check for each RPC calls. (#3804)
9 years ago
server-main.go
config: Relax browser and region to be empty. (#3912)
9 years ago
server-main_test.go
Fix tests from cli changes
9 years ago
server-mux.go
Using RWMutex to guard closing and listeners (#3829)
9 years ago
server-mux_test.go
Make unit testable cert parsing functions. (#3863)
9 years ago
server-rlimit.go
Remove globalMaxCacheSize and globalCacheExpiry variables (#3826)
9 years ago
server-rlimit_test.go
Move rlimit functions into sys package. (#3824)
9 years ago
server-startup-msg.go
Remove globalQuiet and globalConfigDir global variables (#3830)
9 years ago
server-startup-msg_test.go
Remove XL references in public docs to Erasure. (#3725)
9 years ago
server-startup-utils.go
server-mux: Simplify graceful shutdown behavior (#3681)
9 years ago
server_test.go
Simplify credential usage. (#3893)
9 years ago
server_utils_test.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
service.go
Add service API handler stubs for status, stop and restart (#3417)
9 years ago
signals.go
server: Move all the top level files into cmd folder. (#2490)
9 years ago
signature-v2.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
signature-v2_test.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
signature-v4-parser.go
signature-v4: stringToSign and signingKey should use Scope's date. (#3688)
9 years ago
signature-v4-parser_test.go
Code cleanup - simplify server side code. (#3870)
9 years ago
signature-v4-utils.go
Add constants for commonly used values. (#3588)
9 years ago
signature-v4-utils_test.go
Add constants for commonly used values. (#3588)
9 years ago
signature-v4.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
signature-v4_test.go
api: postPolicy cleanup. Simplify the code and re-use. (#3890)
9 years ago
stats.go
stats: Add network and http statisics (#3686)
9 years ago
storage-datatypes.go
Use getObjectInfo() in both FS and XL ListObjects() to simplify and to return complete object information (#3247)
9 years ago
storage-errors.go
auth/rpc: Take remote disk offline after maximum allowed attempts. (#3288)
9 years ago
storage-interface.go
objectLayer: Check for `format.json` in a wrapped disk. (#3311)
9 years ago
storage-rpc-client.go
Make sure client initializes to proper lock RPC path. (#3763)
9 years ago
storage-rpc-client_test.go
Add constants for commonly used values. (#3588)
9 years ago
storage-rpc-server-datatypes.go
Adopt dsync interface changes and major cleanup on RPC server/client.
9 years ago
storage-rpc-server.go
Make sure client initializes to proper lock RPC path. (#3763)
9 years ago
storage-rpc-server_test.go
rpc: Remove time check for each RPC calls. (#3804)
9 years ago
streaming-signature-v4.go
For streaming signature do not save content-encoding in PutObject() (#3776)
9 years ago
streaming-signature-v4_test.go
Refactor streaming signatureV4 w/ state machine (#2862)
9 years ago
test-utils_test.go
Code cleanup - simplify server side code. (#3870)
9 years ago
to_err_test.go
xl: Abort multipart upload should honor quorum properly. (#3670)
9 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
all/windows: Be case in-sensitive about pattern matching. (#3682)
9 years ago
tree-walk_test.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
typed-errors.go
api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838)
9 years ago
update-main.go
Close client connection after checking for release update (#3820)
9 years ago
update-main_test.go
update: For source builds look for absolute path. (#3780)
9 years ago
update-notifier.go
Add constants for commonly used values. (#3588)
9 years ago
update-notifier_test.go
mainUpdate: refactor to handle quiet flag properly (#3744)
9 years ago
url-sort.go
server: Sort disk arguments for consistent ordering (#3469)
9 years ago
url-sort_test.go
Add constants for commonly used values. (#3588)
9 years ago
utils.go
config: Accept more address format + unit test (#3915)
9 years ago
utils_test.go
config: Accept more address format + unit test (#3915)
9 years ago
version-main.go
cli: Make sure to add --help flag for subcommands. (#3773)
9 years ago
version_test.go
server: Move all the top level files into cmd folder. (#2490)
9 years ago
web-handlers.go
Simplify credential usage. (#3893)
9 years ago
web-handlers_test.go
Code cleanup - simplify server side code. (#3870)
9 years ago
web-router.go
browser: Update ui-assets and fix the copyright header. (#3790)
9 years ago
xl-v1-bucket.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
xl-v1-common.go
Use isErrIgnored() function wherever applicable. (#3343)
9 years ago
xl-v1-errors.go
Fix incorrect error strings. (#2580)
9 years ago
xl-v1-healing-common.go
XL: Make listOnlineDisks and outDatedDisks consistent w/ each other. (#3808)
9 years ago
xl-v1-healing-common_test.go
XL: Make listOnlineDisks and outDatedDisks consistent w/ each other. (#3808)
9 years ago
xl-v1-healing.go
xl: quickHeal heal bucket only when needed. (#3854)
9 years ago
xl-v1-healing_test.go
heal: Add ListBucketsHeal object API (#3563)
9 years ago
xl-v1-list-objects-heal.go
Implement list uploads heal admin API (#3885)
9 years ago
xl-v1-list-objects-heal_test.go
Implement list uploads heal admin API (#3885)
9 years ago
xl-v1-list-objects.go
fs: Do not return reservedBucket names in ListBuckets() (#3754)
9 years ago
xl-v1-metadata.go
Set disk to nil after write which needs quorum (#3795)
9 years ago
xl-v1-metadata_test.go
Use humanize constants for KiB, MiB and GiB units. (#3322)
9 years ago
xl-v1-multipart.go
xl: Respect min. space by checking PrepareFile err (#3867)
9 years ago
xl-v1-multipart_test.go
cleanup: Move code in *-multipart-common.go to *-multipart.go (#3638)
9 years ago
xl-v1-object.go
xl,fs: Return 404 if object ends with a separator (#3897)
9 years ago
xl-v1-object_test.go
XL: Make listOnlineDisks and outDatedDisks consistent w/ each other. (#3808)
9 years ago
xl-v1-utils.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
xl-v1-utils_test.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. (#3796)
9 years ago
xl-v1.go
Fix odd shadowing bug in XL init. (#3874)
9 years ago
xl-v1_test.go
fs: Re-implement object layer to remember the fd (#3509)
9 years ago