minio/cmd
Harshavardhana 2f7fb78692 rpc: Our rpcClient should make an attempt to reconnect. (#3221)
rpcClient should attempt a reconnect if the call fails
with 'rpc.ErrShutdown' this is needed since at times when
the servers are taken down and brought back up.

The hijacked connection from net.Dial is usually closed.

So upon first attempt rpcClient might falsely indicate that
disk to be down, to avoid this state make another dial attempt
to really fail.

Fixes #3206
Fixes #3205
2016-11-10 07:44:41 -08:00
..
access-key.go Improve coverage of web-handlers.go (#3157) 2016-11-02 14:45:11 -07:00
api-datatypes.go signature: Region changes should be handled just like AWS. (#2805) 2016-09-29 15:51:00 -07:00
api-errors_test.go tests: Fix ListMultipartUploadsHandler tests. (#2705) 2016-09-15 01:44:19 -07:00
api-errors.go When object whose size is greater than 5G is uploaded using presigned POST we should return error. (#3033) 2016-10-22 09:05:01 -07:00
api-headers_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
api-headers.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
api-resources_test.go Listen bucket notification for multiple prefixes/suffixes (#2911) 2016-10-12 11:02:15 -07:00
api-resources.go Listen bucket notification for multiple prefixes/suffixes (#2911) 2016-10-12 11:02:15 -07:00
api-response-multipart.go api/complete-multipart: fixes and tests. (#2719) 2016-09-21 20:08:08 -07:00
api-response.go api: Nanosecond precision for API responses is valid with S3. (#2957) 2016-10-17 08:44:55 -07:00
api-router.go router: PathPrefix router was wrong. (#3172) 2016-11-04 12:13:22 -07:00
auth-handler_test.go signature: Add legacy signature v2 support transparently. (#2811) 2016-09-30 14:32:13 -07:00
auth-handler.go sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 2016-10-02 15:51:49 -07:00
auth-rpc-client.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
benchmark-utils_test.go Fix Instance type during benchmarks. (#3147) 2016-11-01 10:21:16 -07:00
browser-peer-rpc_test.go tests: Add tests for browser peer rpc. Fixes #3062 (#3189) 2016-11-07 11:43:35 -08:00
browser-peer-rpc.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
browser-rpc-router.go tests: Add tests for browser peer rpc. Fixes #3062 (#3189) 2016-11-07 11:43:35 -08:00
bucket-handlers_test.go signature-v2 fix. (#2918) 2016-10-13 09:25:56 -07:00
bucket-handlers-listobjects.go signature: Add legacy signature v2 support transparently. (#2811) 2016-09-30 14:32:13 -07:00
bucket-handlers.go PostPolicy - rename of files/functions + add testcases (#3104) 2016-10-26 10:15:57 -07:00
bucket-metadata.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
bucket-notification-datatypes.go api: Do not use sqs for ListenBucketNotification. (#3023) 2016-10-21 01:25:17 -07:00
bucket-notification-handlers_test.go tests: Fix a potential race in ListenBucketNotificationHandler. (#3040) 2016-10-21 22:56:27 -07:00
bucket-notification-handlers.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
bucket-notification-utils_test.go api: Do not use sqs for ListenBucketNotification. (#3023) 2016-10-21 01:25:17 -07:00
bucket-notification-utils.go api: Do not use sqs for ListenBucketNotification. (#3023) 2016-10-21 01:25:17 -07:00
bucket-policy-handlers_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
bucket-policy-handlers.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
bucket-policy-migrate.go sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 2016-10-02 15:51:49 -07:00
bucket-policy-parser_test.go policies: Parser should handle Principals with various forms. (#2733) 2016-09-19 13:52:28 -07:00
bucket-policy-parser.go Use Peer RPC to propagate bucket policy changes (#2891) 2016-10-13 09:19:04 -07:00
bucket-policy.go Lock bucket while modifying its metadata (Fixes #2979) (#3019) 2016-10-24 19:52:24 -07:00
build-constants.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
certs_test.go mispell fixes. (#3100) 2016-10-26 08:46:14 -07:00
certs.go connection muxer should use bufio.Reader to be simpler. (#3177) 2016-11-05 12:57:31 -07:00
checkport_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
checkport.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
commands.go Add global flags to all commands and subcommands (#2605) 2016-09-13 21:18:30 -07:00
config-migrate_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
config-migrate.go config: Use migrateV8 to v9 function properly. (#2852) 2016-10-05 02:28:04 -07:00
config-old.go Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
config-v9_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
config-v9.go Print message when creating the config file (#3089) 2016-10-26 18:44:22 -07:00
config.go server: Add more elaborate startup messages. (#2731) 2016-10-05 12:48:07 -07:00
control_test.go heal: Refactor heal command. (#2901) 2016-10-14 19:57:40 -07:00
control-handlers.go Added clear subcommand for control lock (#3013) 2016-10-20 13:15:28 -07:00
control-heal-main.go Update control cmd USAGE to indicate that it is possible to put access secret keys in URL (#3115) 2016-10-27 13:26:11 -07:00
control-lock-main_test.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
control-lock-main.go Update control cmd USAGE to indicate that it is possible to put access secret keys in URL (#3115) 2016-10-27 13:26:11 -07:00
control-main.go control: Implement service command 'stop,restart,status'. (#2883) 2016-10-09 23:03:10 -07:00
control-mains_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
control-router_test.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
control-router.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
control-service-main.go Update control cmd USAGE to indicate that it is possible to put access secret keys in URL (#3115) 2016-10-27 13:26:11 -07:00
crossdomain-xml-handler.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
damerau-levenshtein_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
damerau-levenshtein.go Fixing ineffssaign errors (#2608) 2016-09-13 21:18:30 -07:00
erasure_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
erasure-createfile_test.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -07:00
erasure-createfile.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -07:00
erasure-healfile_test.go Fixing ineffssaign errors (#2608) 2016-09-13 21:18:30 -07:00
erasure-healfile.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -07:00
erasure-readfile_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
erasure-readfile.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -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-utils.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -07:00
errors.go heal: Refactor heal command. (#2901) 2016-10-14 19:57:40 -07:00
event-notifier_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
event-notifier.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
fallocate_linux.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
fallocate.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
format-config-v1_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
format-config-v1.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
fs-createfile.go logging: Print stack trace in case of errors. 2016-09-13 21:18:30 -07:00
fs-v1_test.go Avoid shutdown fs multiple times and create a new fs in each loop (#3213) 2016-11-09 10:10:14 -08:00
fs-v1-errors.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
fs-v1-metadata_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
fs-v1-metadata.go server: Add more elaborate startup messages. (#2731) 2016-10-05 12:48:07 -07:00
fs-v1-multipart_test.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
fs-v1-multipart-common_test.go Read/write quorum algo with uploads.json in xl (Fixes #3123) (#3124) 2016-10-30 09:27:29 -07:00
fs-v1-multipart-common.go Read/write quorum algo with uploads.json in xl (Fixes #3123) (#3124) 2016-10-30 09:27:29 -07:00
fs-v1-multipart.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
fs-v1.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
generic-handlers.go router: PathPrefix router was wrong. (#3172) 2016-11-04 12:13:22 -07:00
globals.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
handler-utils_test.go Better code coverage of handler-utils.go (#2746) 2016-09-20 10:40:46 -07:00
handler-utils.go content-length-range policy should be honored for the uploaded object sizes. (#3076) 2016-10-24 23:47:03 -07:00
httprange_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
httprange.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
interface-ips_test.go Use net.ParseCIDR instead of custom-built parsers (#3055) 2016-10-25 11:14:47 -07:00
interface-ips.go Use net.ParseCIDR instead of custom-built parsers (#3055) 2016-10-25 11:14:47 -07:00
leak-detect_test.go Fix typos and comments in leak_detect_test.go. (#3193) 2016-11-06 21:02:29 -08:00
lock-instrument_test.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
lock-instrument.go Tracing locking errors for better debugging (#3140) 2016-10-31 10:17:14 -07:00
lock-rpc-server_test.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
lock-rpc-server-common_test.go lock/instrumentation: Cleanup and print in user friendly form. (#2807) 2016-10-11 00:50:27 -07:00
lock-rpc-server-common.go lock/instrumentation: Cleanup and print in user friendly form. (#2807) 2016-10-11 00:50:27 -07:00
lock-rpc-server.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
lockinfo-handlers.go Delete bucket listener config file from disk (#3016) 2016-10-20 16:09:19 -07:00
logger_test.go Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127) 2016-10-29 02:34:16 -07:00
logger-console-hook.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
logger-file-hook.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
logger-syslog-hook_nix.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
logger-syslog-hook_windows.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
logger.go Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127) 2016-10-29 02:34:16 -07:00
main_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
main.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
namespace-lock_test.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
namespace-lock.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
naughty-disk_test.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
net-rpc-client.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
notifiers_test.go tests: Add tests for filterRuleMatch (#2722) 2016-09-16 16:44:44 -07:00
notifiers.go Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
notify-amqp.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
notify-elasticsearch.go events: ElasticSearch doesnt support objects with '/' in them. (#2747) 2016-09-20 16:36:18 -07:00
notify-listener.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
notify-nats.go Add NATS notifier (#2795) 2016-09-29 23:42:10 -07:00
notify-postgresql.go Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
notify-redis.go Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
object_api_suite_test.go sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 2016-10-02 15:51:49 -07:00
object-api-getobject_test.go Translate storage access denied error to S3 Access Denied response (#3015) 2016-10-20 16:09:55 -07:00
object-api-getobjectinfo_test.go sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 2016-10-02 15:51:49 -07:00
object-api-listobjects_test.go Fix List-Object Benchmark failure. (#3142) 2016-10-31 13:57:30 -07:00
object-api-multipart_test.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
object-api-putobject_test.go Translate storage access denied error to S3 Access Denied response (#3015) 2016-10-20 16:09:55 -07:00
object-common_test.go bootup-validation: Allow port configuration only using --address option. (#3166) 2016-11-04 12:14:19 -07:00
object-common.go boot: getPath() should take care of simple directory exports. (#3122) 2016-10-28 13:08:56 -07:00
object-datatypes.go control: Implement service command 'stop,restart,status'. (#2883) 2016-10-09 23:03:10 -07:00
object-errors.go content-length-range policy should be honored for the uploaded object sizes. (#3076) 2016-10-24 23:47:03 -07:00
object-handlers_test.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
object-handlers-common.go Ignore copy conditions when ETag is not available (#2888) 2016-10-09 16:21:42 -07:00
object-handlers.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
object-interface.go heal: Refactor heal command. (#2901) 2016-10-14 19:57:40 -07:00
object-multipart-common.go Remove unused function. (#3143) 2016-10-31 12:18:15 -07:00
object-utils_test.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
object-utils.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
posix_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08: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_test.go posix: Fix windows performance issues. (#3132) 2016-10-31 09:34:44 -07:00
posix-errors.go posix: Fix windows performance issues. (#3132) 2016-10-31 09:34:44 -07:00
posix-list-dir_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix-list-dir-nix.go posix: Use sync.Pool buffers to copy in large buffers. (#3106) 2016-10-26 17:14:05 -07:00
posix-list-dir-others.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix-prepare-path.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix-utils_common.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix-utils_nix_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix-utils_nix.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -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_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
posix-utils_windows.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
posix.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
post-policy_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
postpolicyform_test.go PostPolicy - rename of files/functions + add testcases (#3104) 2016-10-26 10:15:57 -07:00
postpolicyform.go PostPolicy - rename of files/functions + add testcases (#3104) 2016-10-26 10:15:57 -07:00
prepare-storage_test.go prep: Initialization should wait instead of exit the servers. (#2872) 2016-10-07 11:15:55 -07:00
prepare-storage-msg_test.go heal: Print heal command appropriately without export path. (#3208) 2016-11-09 10:50:14 -08:00
prepare-storage-msg.go heal: Print heal command appropriately without export path. (#3208) 2016-11-09 10:50:14 -08:00
prepare-storage.go heal: Print heal command appropriately without export path. (#3208) 2016-11-09 10:50:14 -08:00
rate-limit-handler_test.go Add unit test for rate-limit-handler (#2661) (#2784) 2016-09-26 21:31:12 -07:00
rate-limit-handler.go Add unit test for rate-limit-handler (#2661) (#2784) 2016-09-26 21:31:12 -07:00
retry.go Show offline nodes after a fixed number of init retry (#3107) 2016-10-26 16:09:06 -07:00
routers.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
runtime-checks.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
s3-peer-client_test.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
s3-peer-client.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
s3-peer-router.go Prevent weird messages from rpc lib on start (Fixes #3209): (#3212) 2016-11-08 23:47:44 -08:00
s3-peer-rpc-handlers.go Prevent weird messages from rpc lib on start (Fixes #3209): (#3212) 2016-11-08 23:47:44 -08:00
scan-bar.go heal: Refactor heal command. (#2901) 2016-10-14 19:57:40 -07:00
server_test.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
server_utils_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -07:00
server-main_test.go heal: Print heal command appropriately without export path. (#3208) 2016-11-09 10:50:14 -08:00
server-main.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
server-mux_test.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
server-mux.go rpc: Our rpcClient should make an attempt to reconnect. (#3221) 2016-11-10 07:44:41 -08:00
server-rlimit-nix.go minor cleanup 2016-08-24 22:54:34 -07:00
server-rlimit-win.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
server-startup-msg_test.go XL total/free space calculation is done inside xl module (#2945) 2016-10-16 14:24:15 -07:00
server-startup-msg.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
service.go api: Do not use sqs for ListenBucketNotification. (#3023) 2016-10-21 01:25:17 -07:00
signals.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
signature-jwt_test.go Improve coverage of web-handlers.go (#3157) 2016-11-02 14:45:11 -07:00
signature-jwt.go Improve coverage of web-handlers.go (#3157) 2016-11-02 14:45:11 -07:00
signature-v2_test.go Print message when creating the config file (#3089) 2016-10-26 18:44:22 -07:00
signature-v2.go PresignedPost: Support for Signature V2 presigned POST Policy. (#3043) 2016-10-22 08:57:12 -07:00
signature-v4_test.go tests: Improve coverage on signature v4 tests. (#3188) 2016-11-06 11:47:16 -08:00
signature-v4-parser_test.go tests: Improve coverage on signature v4 tests. (#3188) 2016-11-06 11:47:16 -08:00
signature-v4-parser.go tests: Improve coverage on signature v4 tests. (#3188) 2016-11-06 11:47:16 -08:00
signature-v4-utils_test.go tests: Improve coverage on signature v4 tests. (#3188) 2016-11-06 11:47:16 -08:00
signature-v4-utils.go tests: Improve coverage on signature v4 tests. (#3188) 2016-11-06 11:47:16 -08:00
signature-v4.go sigv4: Trim and shrink spaces in headers values (#3162) 2016-11-03 16:41:25 -07:00
storage-datatypes.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
storage-errors.go server: Add more elaborate startup messages. (#2731) 2016-10-05 12:48:07 -07:00
storage-interface.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
storage-rpc-client_test.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
storage-rpc-client.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
storage-rpc-server-datatypes.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
storage-rpc-server.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
strconv-bytes_test.go Fixing ineffssaign errors (#2608) 2016-09-13 21:18:30 -07:00
strconv-bytes.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
streaming-signature-v4_test.go Refactor streaming signatureV4 w/ state machine (#2862) 2016-10-10 01:42:32 -07:00
streaming-signature-v4.go Refactor streaming signatureV4 w/ state machine (#2862) 2016-10-10 01:42:32 -07:00
test-utils_test.go tests: Add missing unit test cases for AbortMultipartUploadHandler(). (#3200) 2016-11-08 16:25:00 -08:00
tree-walk_test.go Move to URL based syntax formatting. (#3092) 2016-10-27 03:30:52 -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-pool.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
tree-walk.go XL and FS use different tree walk ignored errors (#2707) 2016-09-15 13:43:40 -07:00
trie_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
trie.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
typed-errors.go content-length-range policy should be honored for the uploaded object sizes. (#3076) 2016-10-24 23:47:03 -07:00
update-main_nix_test.go Fix user-agent prefix to have docker instead of suffix. (#3074) 2016-10-24 13:44:15 -07:00
update-main_windows_test.go Fix user-agent prefix to have docker instead of suffix. (#3074) 2016-10-24 13:44:15 -07:00
update-main.go Fix user-agent prefix to have docker instead of suffix. (#3074) 2016-10-24 13:44:15 -07:00
update-notifier.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
utils_test.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
utils.go Add bucket metadata state client/handler (Fixes #3022) (#3152) 2016-11-07 12:09:24 -08:00
version_test.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
version-main.go Add global flags to all commands and subcommands (#2605) 2016-09-13 21:18:30 -07:00
web-handlers_test.go Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
web-handlers.go event: Add event notification for object deletion in web browser. (#3226) 2016-11-10 07:42:55 -08:00
web-router.go Fix missing error check for jsonrpc.Server.RegisterService() (#2921) 2016-10-13 17:34:10 -07:00
xl-v1_test.go Use endpoint url when printing disks status in distributed mode (#3151) 2016-11-02 08:51:06 -07:00
xl-v1-bucket.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
xl-v1-common.go Add support of fallocate for FS and XL backends (#3032) 2016-10-29 12:44:44 -07:00
xl-v1-errors.go server: Remove deadcode. (#2699) 2016-09-14 13:43:08 -07:00
xl-v1-healing-common_test.go xl: heal bucket should validate if bucket exists first. (#2953) 2016-10-17 02:10:23 -07:00
xl-v1-healing-common.go xl: heal bucket should validate if bucket exists first. (#2953) 2016-10-17 02:10:23 -07:00
xl-v1-healing.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
xl-v1-list-objects-heal.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
xl-v1-list-objects.go XL and FS use different tree walk ignored errors (#2707) 2016-09-15 13:43:40 -07:00
xl-v1-metadata_test.go performance: gjson parsing for readXLMeta, listParts, getObjectInfo. (#2631) 2016-09-13 21:18:30 -07:00
xl-v1-metadata.go XL: Add more information to panic msg (#3119) 2016-10-28 08:46:03 -07:00
xl-v1-multipart-common_test.go Add test for updateUploadJSON (Fixes #3060) (#3155) 2016-11-01 20:04:32 -07:00
xl-v1-multipart-common.go Add test for updateUploadJSON (Fixes #3060) (#3155) 2016-11-01 20:04:32 -07:00
xl-v1-multipart.go Fix missing CompleteMultipartUpload Etag. (#3227) 2016-11-10 07:41:02 -08:00
xl-v1-object_test.go heal: Refactor heal command. (#2901) 2016-10-14 19:57:40 -07:00
xl-v1-object.go Improve namespace lock API: (#3203) 2016-11-09 10:58:41 -08:00
xl-v1-utils_test.go xl: GetCheckSumInfo() shouldn't fail if hash not available. (#2984) 2016-10-18 11:13:25 -07:00
xl-v1-utils.go performance: gjson parsing for readXLMeta, listParts, getObjectInfo. (#2631) 2016-09-13 21:18:30 -07:00
xl-v1.go Move housekeeping before object layer initialization (#3001) 2016-10-19 19:59:48 -07:00