..
admin-handlers.go
server-info: Change Error type to string ( #4346 )
2017-05-15 07:28:47 -07:00
admin-handlers_test.go
server-info: Change Error type to string ( #4346 )
2017-05-15 07:28:47 -07:00
admin-router.go
Implement heal-upload admin API ( #3914 )
2017-03-17 09:25:49 -07:00
admin-rpc-client.go
admin: ServerInfo() returns info for each node ( #4150 )
2017-04-21 07:15:53 -07:00
admin-rpc-client_test.go
server: Fix CI build complaints ( #4119 )
2017-04-14 08:00:04 -07:00
admin-rpc-server.go
admin: ServerInfo() returns info for each node ( #4150 )
2017-04-21 07:15:53 -07:00
admin-rpc-server_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
api-datatypes.go
event: Enhance event message struct to provide origin server. ( #3557 )
2017-01-10 16:43:48 -08:00
api-errors.go
Implement gateway S3 support ( #3940 )
2017-04-27 11:26:00 -07:00
api-errors_test.go
Implement gateway S3 support ( #3940 )
2017-04-27 11:26:00 -07:00
api-headers.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
api-headers_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
api-resources.go
Listen bucket notification for multiple prefixes/suffixes ( #2911 )
2016-10-12 11:02:15 -07:00
api-resources_test.go
Listen bucket notification for multiple prefixes/suffixes ( #2911 )
2016-10-12 11:02:15 -07:00
api-response-multipart.go
Cleanup and fixes ( #3273 )
2016-11-21 13:51:05 -08:00
api-response.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
api-router.go
Implement CopyObjectPart API ( #3663 )
2017-01-31 09:38:34 -08:00
auth-handler.go
signature-v4: Use sha256("") for calculating canonical request ( #4064 )
2017-04-10 09:58:08 -07:00
auth-handler_test.go
signature-v4: Use sha256("") for calculating canonical request ( #4064 )
2017-04-10 09:58:08 -07:00
auth-rpc-client.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
auth-rpc-client_test.go
Test Function to reset globals. ( #3538 )
2017-01-07 11:27:01 -08:00
auth-rpc-server.go
Adopt dsync interface changes and major cleanup on RPC server/client.
2017-01-02 20:57:42 +05:30
auth-rpc-server_test.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
benchmark-utils_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
browser-flag.go
browser-flag: wrapped bool type denotes browser on/off flag. ( #3963 )
2017-03-26 12:00:27 -07:00
browser-flag_test.go
browser-flag: wrapped bool type denotes browser on/off flag. ( #3963 )
2017-03-26 12:00:27 -07:00
browser-peer-rpc.go
Simplify credential usage. ( #3893 )
2017-03-16 00:16:06 -07:00
browser-peer-rpc_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
browser-rpc-router.go
fs: Do not return reservedBucket names in ListBuckets() ( #3754 )
2017-02-16 14:52:14 -08:00
bucket-handlers-listobjects.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
2017-02-03 23:27:50 -08:00
bucket-handlers.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
bucket-handlers_test.go
Generate and use access/secret keys properly ( #3498 )
2016-12-26 10:21:23 -08:00
bucket-metadata.go
Adopt dsync interface changes and major cleanup on RPC server/client.
2017-01-02 20:57:42 +05:30
bucket-notification-datatypes.go
Fix bug in JSON representation of object properties ( #4238 )
2017-05-03 20:10:00 -07:00
bucket-notification-handlers.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
bucket-notification-handlers_test.go
Add notification for object access via GET/HEAD ( #3941 )
2017-03-21 10:32:17 -07:00
bucket-notification-utils.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
bucket-notification-utils_test.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
bucket-policy-handlers.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
2017-02-03 23:27:50 -08:00
bucket-policy-handlers_test.go
Fix handling of StringNotEquals condition operator ( #3660 )
2017-01-30 09:18:10 -08:00
bucket-policy-parser.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
2017-02-03 23:27:50 -08:00
bucket-policy-parser_test.go
Fail PutBucketPolicy if conditions are incompatible with actions. ( #3659 )
2017-01-30 09:20:16 -08:00
bucket-policy.go
fs: Re-implement object layer to remember the fd ( #3509 )
2017-01-16 17:05:00 -08:00
build-constants.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
certs.go
server: handle command line and env variables at one place. ( #3975 )
2017-03-30 11:21:19 -07:00
certs_test.go
Make unit testable cert parsing functions. ( #3863 )
2017-03-08 19:20:01 -08:00
config-dir.go
server: handle command line and env variables at one place. ( #3975 )
2017-03-30 11:21:19 -07:00
config-migrate.go
config: Do not migrate config file if not needed. ( #4264 )
2017-05-06 10:16:59 -07:00
config-migrate_test.go
config: Do not migrate config file if not needed. ( #4264 )
2017-05-06 10:16:59 -07:00
config-old.go
Add `deliveryMode` parameter for AMQP notfication target ( #4008 )
2017-03-31 03:34:26 -07:00
config-v18.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
config-v18_test.go
server: Introduce a new env MINIO_REGION. ( #4078 )
2017-04-09 10:44:10 -07:00
console-logger.go
Refactor logger ( #3924 )
2017-03-23 16:36:00 -07:00
copy-part-range.go
api: CopyObjectPart was copying wrong offsets due to shadowing. ( #3838 )
2017-03-03 16:32:04 -08:00
copy-part-range_test.go
api: CopyObjectPart was copying wrong offsets due to shadowing. ( #3838 )
2017-03-03 16:32:04 -08:00
credential.go
Refactor logger ( #3924 )
2017-03-23 16:36:00 -07:00
credential_test.go
Simplify credential usage. ( #3893 )
2017-03-16 00:16:06 -07:00
crossdomain-xml-handler.go
fs: Re-implement object layer to remember the fd ( #3509 )
2017-01-16 17:05:00 -08:00
crossdomain-xml-handler_test.go
fs: Re-implement object layer to remember the fd ( #3509 )
2017-01-16 17:05:00 -08:00
endpoint.go
Remove hardcoded min and max limit for erasure coding ( #4157 )
2017-04-24 10:00:33 -07:00
endpoint_test.go
Remove hardcoded min and max limit for erasure coding ( #4157 )
2017-04-24 10:00:33 -07:00
erasure-createfile.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
erasure-createfile_test.go
xl PutObject: Split object into parts ( #3651 )
2017-01-30 15:44:42 -08:00
erasure-healfile.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
erasure-healfile_test.go
xl PutObject: Split object into parts ( #3651 )
2017-01-30 15:44:42 -08:00
erasure-readfile.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
erasure-readfile_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
erasure-utils.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
erasure-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
erasure_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
errors.go
fs: Do not return reservedBucket names in ListBuckets() ( #3754 )
2017-02-16 14:52:14 -08:00
event-notifier.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
event-notifier_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
fallocate.go
Add support of fallocate for FS and XL backends ( #3032 )
2016-10-29 12:44:44 -07:00
fallocate_linux.go
fs: Re-implement object layer to remember the fd ( #3509 )
2017-01-16 17:05:00 -08:00
fallocate_linux_test.go
fs: Re-implement object layer to remember the fd ( #3509 )
2017-01-16 17:05:00 -08:00
file-logger.go
Refactor logger ( #3924 )
2017-03-23 16:36:00 -07:00
format-config-v1.go
fs: Migrate object metadata to objects directory. ( #4195 )
2017-05-05 08:49:09 -07:00
format-config-v1_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
fs-v1-background-append.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. ( #3796 )
2017-02-24 09:20:40 -08:00
fs-v1-helpers.go
fs: Verify if parent is an object before i/o. ( #4304 )
2017-05-09 17:46:46 -07:00
fs-v1-helpers_test.go
fs: Verify if parent is an object before i/o. ( #4304 )
2017-05-09 17:46:46 -07:00
fs-v1-metadata.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
fs-v1-metadata_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
fs-v1-multipart.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
fs-v1-multipart_test.go
cleanup: Move code in *-multipart-common.go to *-multipart.go ( #3638 )
2017-01-26 12:51:12 -08:00
fs-v1-rwpool.go
tests: Fix test server init - cleanup ( #3806 )
2017-02-28 18:05:52 -08:00
fs-v1-rwpool_test.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
fs-v1.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
fs-v1_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
gateway-azure-anonymous.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-azure-unsupported.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-azure.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-azure_test.go
gateway: Rename gateway files to have "gateway-" prefix ( #4207 )
2017-05-01 10:32:18 -07:00
gateway-handlers.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
gateway-main.go
Make gateway help for s3/azure similar ( #4249 )
2017-05-04 10:38:48 -07:00
gateway-main_test.go
gateway: Support for custom endpoint. ( #4086 )
2017-04-11 17:44:26 -07:00
gateway-router.go
Implement anonymous uploads, fixes #4250 ( #4259 )
2017-05-04 20:03:56 -07:00
gateway-s3-anonymous.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-s3-unsupported.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-s3.go
Rename structs for azure and s3 gateway to be consistent. ( #4347 )
2017-05-15 00:52:33 -07:00
gateway-s3_test.go
gateway: Rename gateway files to have "gateway-" prefix ( #4207 )
2017-05-01 10:32:18 -07:00
gateway-startup-msg.go
server: handle command line and env variables at one place. ( #3975 )
2017-03-30 11:21:19 -07:00
gateway-startup-msg_test.go
Implement S3 Gateway to third party cloud storage providers. ( #3756 )
2017-03-16 12:21:58 -07:00
generic-handlers.go
cors: Set Access-Control-Allow-Credentials to true ( #4185 )
2017-04-27 12:40:22 -07:00
generic-handlers_test.go
fs: Do not return reservedBucket names in ListBuckets() ( #3754 )
2017-02-16 14:52:14 -08:00
globals.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
handler-utils.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
handler-utils_test.go
handler: simplify parsing valid location constraint. ( #4040 )
2017-04-03 14:50:09 -07:00
hasher.go
vendorize deps for snappy, blake2b and sha256 ( #3476 )
2016-12-19 19:32:55 -08:00
http-stats.go
admin: ServerInfo() returns info for each node ( #4150 )
2017-04-21 07:15:53 -07:00
httprange.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
httprange_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
jwt.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
jwt_test.go
Simplify credential usage. ( #3893 )
2017-03-16 00:16:06 -07:00
leak-detect_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
lock-instrument.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
lock-instrument_test.go
Remove duration field from lock instrumentation ( #4111 )
2017-04-15 11:40:01 -07:00
lock-rpc-client.go
Adopt dsync interface changes and major cleanup on RPC server/client.
2017-01-02 20:57:42 +05:30
lock-rpc-client_test.go
lock/rpc: change rpcPath to be called serviceEndpoint. ( #4088 )
2017-04-11 10:25:21 -07:00
lock-rpc-server-common.go
lock: Fix missing formatting directives while printing. ( #4147 )
2017-04-19 10:37:56 -07:00
lock-rpc-server-common_test.go
lock/rpc: change rpcPath to be called serviceEndpoint. ( #4088 )
2017-04-11 10:25:21 -07:00
lock-rpc-server.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
lock-rpc-server_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
lock-stat.go
Clean up lock-instrumentation and improve comments ( #3499 )
2016-12-26 10:29:55 -08:00
lockinfo-handlers.go
Remove duration field from lock instrumentation ( #4111 )
2017-04-15 11:40:01 -07:00
lockinfo-handlers_test.go
Change query param name to duration in list/clear locks API ( #3664 )
2017-02-01 11:17:30 -08:00
logger.go
vet: Fix all the go vet complaints ( #4029 )
2017-04-01 01:06:06 -07:00
logger_test.go
Refactor logger ( #3924 )
2017-03-23 16:36:00 -07:00
main.go
words: new package Damerau Levenshtein distance function. ( #3929 )
2017-03-19 14:23:05 -07:00
main_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
namespace-lock.go
Make clearing of stale debug lock info independent of deleting map entry of lock itself. ( #4353 )
2017-05-16 07:19:17 -07:00
namespace-lock_test.go
lock: Moving locking to handler layer. ( #3381 )
2016-12-10 16:15:12 -08:00
naughty-disk_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
net-rpc-client.go
Adopt dsync interface changes and major cleanup on RPC server/client.
2017-01-02 20:57:42 +05:30
net.go
server: Fix a regression in printing startup banner. ( #4100 )
2017-04-12 09:22:35 -07:00
net_test.go
server: Fix a regression in printing startup banner. ( #4100 )
2017-04-12 09:22:35 -07:00
notifier-config.go
Add support for MySQL notifications ( fixes #3818 ) ( #3907 )
2017-03-17 09:29:17 -07:00
notifier-config_test.go
config: setter/getter for Notifier and Logger into its own struct. ( #3721 )
2017-02-09 15:20:54 -08:00
notifiers.go
Add `access` format support for Elasticsearch notification target ( #4006 )
2017-03-31 14:11:27 -07:00
notifiers_test.go
tests: Add tests for filterRuleMatch ( #2722 )
2016-09-16 16:44:44 -07:00
notify-amqp.go
Add `deliveryMode` parameter for AMQP notfication target ( #4008 )
2017-03-31 03:34:26 -07:00
notify-elasticsearch.go
Add `access` format support for Elasticsearch notification target ( #4006 )
2017-03-31 14:11:27 -07:00
notify-kafka.go
Add key for Kafka messages ( fixes #4143 ) ( #4151 )
2017-04-19 11:26:35 -07:00
notify-listener.go
Fix spelling and golint errors. ( #3266 )
2016-11-15 18:14:23 -08:00
notify-mysql.go
Add `access` format support for Elasticsearch notification target ( #4006 )
2017-03-31 14:11:27 -07:00
notify-nats.go
notifiers: Stop using url.Parse in validating address format. ( #4011 )
2017-03-31 04:47:40 -07:00
notify-postgresql.go
Add `access` format support for Elasticsearch notification target ( #4006 )
2017-03-31 14:11:27 -07:00
notify-redis.go
Add `access` format support for Elasticsearch notification target ( #4006 )
2017-03-31 14:11:27 -07:00
notify-webhook.go
Webhook endpoints can fail, we must start the server. ( #4255 )
2017-05-04 13:43:54 -07:00
notify-webhook_test.go
Webhook endpoints can fail, we must start the server. ( #4255 )
2017-05-04 13:43:54 -07:00
object-api-common.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-common_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
object-api-datatypes.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-errors.go
Implement gateway S3 support ( #3940 )
2017-04-27 11:26:00 -07:00
object-api-getobject_test.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
object-api-getobjectinfo_test.go
fs: Verify if parent is an object before i/o. ( #4304 )
2017-05-09 17:46:46 -07:00
object-api-input-checks.go
fs/erasure: Ignore objects with / even for DeleteObject() ( #4303 )
2017-05-09 14:32:24 -07:00
object-api-interface.go
Add disksUnavailable healStatus const ( #3990 )
2017-03-31 17:55:15 -07:00
object-api-listobjects_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-multipart-common.go
xl: Abort multipart upload should honor quorum properly. ( #3670 )
2017-02-01 11:16:17 -08:00
object-api-multipart_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-putobject_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-utils.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-api-utils_test.go
server: Validate path for bad components in a handler. ( #4170 )
2017-04-24 18:13:46 -07:00
object-handlers-common.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-handlers.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
object-handlers_test.go
docs: use IEC format such as iB everywhere. ( #4247 )
2017-05-05 08:28:08 -07:00
object_api_suite_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
posix-dirent-fileno.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
posix-dirent-ino.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
posix-errors.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
posix-errors_test.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
posix-list-dir-nix.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
posix-list-dir-others.go
fs: Migrate object metadata to objects directory. ( #4195 )
2017-05-05 08:49:09 -07:00
posix-list-dir_test.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
2017-02-03 23:27:50 -08:00
posix-prepare-path.go
Add constants for commonly used values. ( #3588 )
2017-01-18 12:24:34 -08:00
posix-utils_nix.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
posix-utils_nix_test.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
posix-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
posix-utils_windows.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
posix-utils_windows_test.go
Move to URL based syntax formatting. ( #3092 )
2016-10-27 03:30:52 -07:00
posix.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
posix_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
post-policy_test.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
postpolicyform.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
postpolicyform_test.go
api: postPolicy cleanup. Simplify the code and re-use. ( #3890 )
2017-03-13 14:41:13 -07:00
prepare-storage-msg.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
prepare-storage-msg_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
prepare-storage.go
server: Fix message when corrupted or unsupported format is found. ( #4142 )
2017-04-18 10:35:17 -07:00
prepare-storage_test.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
retry-storage.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
retry-storage_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
retry.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
retry_test.go
auth/rpc: Make auth rpc client retry configurable. ( #3695 )
2017-02-07 02:16:29 -08:00
routers.go
server: Validate path for bad components in a handler. ( #4170 )
2017-04-24 18:13:46 -07:00
rpc-common.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
s3-peer-client.go
api: Fix registering of s3 endpoint peers properly ( #4159 )
2017-04-20 15:28:29 -07:00
s3-peer-client_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
s3-peer-router.go
fs: Do not return reservedBucket names in ListBuckets() ( #3754 )
2017-02-16 14:52:14 -08:00
s3-peer-rpc-handlers.go
Adopt dsync interface changes and major cleanup on RPC server/client.
2017-01-02 20:57:42 +05:30
s3-peer-rpc-handlers_test.go
rpc: Remove time check for each RPC calls. ( #3804 )
2017-02-24 18:26:56 -08:00
server-main.go
config: Do not migrate config file if not needed. ( #4264 )
2017-05-06 10:16:59 -07:00
server-main_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
server-mux.go
fix: ignore TLS handshake error. ( #4227 )
2017-05-03 03:23:15 -07:00
server-mux_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
server-rlimit.go
Remove globalMaxCacheSize and globalCacheExpiry variables ( #3826 )
2017-03-02 10:34:37 -08:00
server-rlimit_test.go
cache: Increasing caching GC percent from 20 to 50. ( #4041 )
2017-04-15 02:16:49 -07:00
server-startup-msg.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
server-startup-msg_test.go
Remove XL references in public docs to Erasure. ( #3725 )
2017-02-09 23:26:44 -08:00
server_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
server_utils_test.go
xl: Rename getOrderedDisks as shuffleDisks appropriately. ( #3796 )
2017-02-24 09:20:40 -08:00
service.go
Add a graceful msg when CTRL+C is pressed. ( #4248 )
2017-05-11 14:27:18 -07:00
setup-type.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
signals.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-v2.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
signature-v2_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
signature-v4-parser.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
signature-v4-parser_test.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
signature-v4-utils.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
signature-v4-utils_test.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
signature-v4.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
signature-v4_test.go
signature: use region from Auth header if server's region not configured ( #4329 )
2017-05-15 18:17:02 -07:00
storage-datatypes.go
Use getObjectInfo() in both FS and XL ListObjects() to simplify and to return complete object information ( #3247 )
2016-11-13 11:48:02 -08:00
storage-errors.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-interface.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-rpc-client.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-rpc-client_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-rpc-server-datatypes.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-rpc-server.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
storage-rpc-server_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
streaming-signature-v4.go
refactor: extractSignedHeaders() handles headers removed by Go http server ( #4054 )
2017-04-05 17:00:24 -07:00
streaming-signature-v4_test.go
Refactor streaming signatureV4 w/ state machine ( #2862 )
2016-10-10 01:42:32 -07:00
test-utils_test.go
tests: Fix rare test crash ( #4175 )
2017-05-02 23:54:22 -07:00
to_err_test.go
xl: Abort multipart upload should honor quorum properly. ( #3670 )
2017-02-01 11:16:17 -08:00
tree-walk-pool.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
tree-walk-pool_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
tree-walk.go
all/windows: Be case in-sensitive about pattern matching. ( #3682 )
2017-02-03 23:27:50 -08:00
tree-walk_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
typed-errors.go
api: CopyObjectPart was copying wrong offsets due to shadowing. ( #3838 )
2017-03-03 16:32:04 -08:00
update-main.go
build/release: Generate sha256sums also without the release tag. ( #4318 )
2017-05-12 21:40:22 -07:00
update-main_test.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
update-notifier.go
Improve duration humanization. ( #4071 )
2017-04-26 03:38:35 -07:00
update-notifier_test.go
Improve duration humanization. ( #4071 )
2017-04-26 03:38:35 -07:00
utils.go
windows: Support all REPARSE_POINT attrib files properly. ( #4203 )
2017-05-02 02:35:27 -07:00
utils_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
version-main.go
cli: Make sure to add --help flag for subcommands. ( #3773 )
2017-02-19 20:46:06 -08:00
version_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
web-handlers.go
web-handler: Allow anonymous download of zip ( #4309 )
2017-05-10 09:54:24 -07:00
web-handlers_test.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
web-router.go
browser: Update ui-assets and fix the copyright header. ( #3790 )
2017-02-22 17:27:26 -08:00
xl-v1-bucket.go
tests: Fix the sopradic test failure in TestListObjectPartsDiskNotFound ( #4107 )
2017-04-12 15:38:35 -07:00
xl-v1-common.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
xl-v1-errors.go
server: Remove deadcode. ( #2699 )
2016-09-14 13:43:08 -07:00
xl-v1-healing-common.go
Add disksUnavailable healStatus const ( #3990 )
2017-03-31 17:55:15 -07:00
xl-v1-healing-common_test.go
server: Fix CI build complaints ( #4119 )
2017-04-14 08:00:04 -07:00
xl-v1-healing.go
Return possible states a heal operation ( #4045 )
2017-04-14 10:28:35 -07:00
xl-v1-healing_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00
xl-v1-list-objects-heal.go
heal: Check if all parts are available and valid ( #3967 )
2017-03-24 08:40:44 -07:00
xl-v1-list-objects-heal_test.go
Implement list uploads heal admin API ( #3885 )
2017-03-16 00:15:06 -07:00
xl-v1-list-objects.go
XL: Don't return ignored errors in listDirFactory ( #3935 )
2017-03-20 11:09:05 -07:00
xl-v1-metadata.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
xl-v1-metadata_test.go
xl: Add stat calls to keep track of ignored errors. ( #4117 )
2017-04-14 01:46:16 -07:00
xl-v1-multipart.go
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
2017-05-14 12:05:51 -07:00
xl-v1-multipart_test.go
Add UTCNow() function. ( #3931 )
2017-03-18 11:28:41 -07:00
xl-v1-object.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
xl-v1-object_test.go
fs/erasure: Ignore objects with / even for DeleteObject() ( #4303 )
2017-05-09 14:32:24 -07:00
xl-v1-utils.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
xl-v1-utils_test.go
Add new ReadFileWithVerify storage-layer API ( #4349 )
2017-05-16 14:21:52 -07:00
xl-v1.go
cache: Increasing caching GC percent from 20 to 50. ( #4041 )
2017-04-15 02:16:49 -07:00
xl-v1_test.go
Add extensive endpoints validation ( #4019 )
2017-04-11 15:44:27 -07:00