..
access-key.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -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.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
api-errors_test.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
2016-09-15 01:44:19 -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-headers_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -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
api/complete-multipart: fixes and tests. ( #2719 )
2016-09-21 20:08:08 -07:00
api-response.go
api: ListObjectsV1 compliance with AWS S3. ( #2856 )
2016-10-05 20:12:47 -07:00
api-router.go
Avoid checking date header of web requests by properly applying generic handlers ( #2914 )
2016-10-12 12:58:36 -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-handler_test.go
signature: Add legacy signature v2 support transparently. ( #2811 )
2016-09-30 14:32:13 -07:00
auth-rpc-client.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
benchmark-utils_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -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
tests: Missing anonymous tests for bucket-handlers. ( #2885 )
2016-10-09 09:21:37 -07:00
bucket-handlers_test.go
signature-v2 fix. ( #2918 )
2016-10-13 09:25:56 -07:00
bucket-notification-datatypes.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
bucket-notification-handlers.go
Fix listen-bucket ( Fixes #2942 ) ( #2949 )
2016-10-16 20:52:10 -07:00
bucket-notification-handlers_test.go
Listen bucket notification for multiple prefixes/suffixes ( #2911 )
2016-10-12 11:02:15 -07:00
bucket-notification-utils.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
bucket-notification-utils_test.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
bucket-policy-handlers.go
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -07:00
bucket-policy-handlers_test.go
tests: Enhance coverage for bucket policy handlers. ( #2895 )
2016-10-10 09:29:56 -07: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.go
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -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.go
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -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.go
Remove errors package, add comments and simplify. ( #2925 )
2016-10-14 12:31:00 -07:00
certs_test.go
Display SSL expiry warnings ( #2925 )
2016-10-14 12:30:36 -07:00
checkport.go
boot: checkPortAvailability() should fail only for EADDRINUSE error and ignore other errors. ( #2527 )
2016-08-22 10:20:01 -07:00
checkport_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
commands.go
Add global flags to all commands and subcommands ( #2605 )
2016-09-13 21:18:30 -07:00
config-migrate.go
config: Use migrateV8 to v9 function properly. ( #2852 )
2016-10-05 02:28:04 -07:00
config-migrate_test.go
Add PostgreSQL notifier ( #2739 ) ( #2824 )
2016-10-03 17:29:55 -07:00
config-old.go
Add PostgreSQL notifier ( #2739 ) ( #2824 )
2016-10-03 17:29:55 -07:00
config-v7_test.go
server: Startup message now prints configured ARNs. ( #2653 )
2016-09-10 02:23:28 -07:00
config-v9.go
Add PostgreSQL notifier ( #2739 ) ( #2824 )
2016-10-03 17:29:55 -07:00
config.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
control-handlers.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
control-heal-main.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
control-lock-main.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
control-lock-main_test.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -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
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
control-router.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
control-router_test.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
control-service-main.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
control_test.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -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.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -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
erasure-createfile.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
erasure-createfile_test.go
logging: Print stack trace in case of errors.
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-healfile_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
erasure-readfile.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
erasure-readfile_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
erasure-utils.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_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
errors.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
event-notifier.go
Fix listen-bucket ( Fixes #2942 ) ( #2949 )
2016-10-16 20:52:10 -07:00
event-notifier_test.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
format-config-v1.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
format-config-v1_test.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
fs-createfile.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07: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.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
fs-v1-metadata_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
fs-v1-multipart-common.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
fs-v1-multipart-common_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
fs-v1-multipart.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
fs-v1-multipart_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
fs-v1.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
fs-v1_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
generic-handlers.go
Redirect /minio to /minio/ when requests come from browsers ( #2937 )
2016-10-15 06:21:51 -07:00
globals.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
handler-utils.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
handler-utils_test.go
Better code coverage of handler-utils.go ( #2746 )
2016-09-20 10:40:46 -07:00
host-to-ip.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
host-to-ip_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
httprange_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
leak-detect_test.go
use runtime/debug.Stack() in leak detect test ( #2757 )
2016-09-21 22:04:35 -07:00
lock-instrument.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
lock-instrument_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-common_test.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
lock-rpc-server.go
Handle err returned by rpc.Server.RegisterName ( #2910 )
2016-10-12 23:13:24 -07:00
lock-rpc-server_test.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
lockinfo-handlers.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -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
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
logger_test.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
main.go
Do not print update message unless there is an update. ( #2919 )
2016-10-13 09:17:08 -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
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
namespace-lock_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
naughty-disk_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
net-rpc-client.go
rpc: Add RPC client tests. ( #2858 )
2016-10-06 02:30:54 -07:00
notifiers.go
Add PostgreSQL notifier ( #2739 ) ( #2824 )
2016-10-03 17:29:55 -07:00
notifiers_test.go
tests: Add tests for filterRuleMatch ( #2722 )
2016-09-16 16:44:44 -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
Fix listen-bucket ( Fixes #2942 ) ( #2949 )
2016-10-16 20:52:10 -07: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-getobject_test.go
misspell fixes. ( #2835 )
2016-10-04 00:09:21 -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
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
object-api-multipart_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-putobject_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-common.go
control: Implement service command 'stop,restart,status'. ( #2883 )
2016-10-09 23:03:10 -07:00
object-datatypes.go
control: Implement service command 'stop,restart,status'. ( #2883 )
2016-10-09 23:03:10 -07:00
object-errors.go
sha256: Verify sha256 along with md5sum, signature is verified on the request early. ( #2813 )
2016-10-02 15:51:49 -07: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
copy-object: Do not use ETag of source as MD5 as it will not be MD5 if source was uploaded as multipart. ( #2938 )
2016-10-15 06:20:55 -07:00
object-handlers_test.go
tests: V2 Signature tests for object-handlers. ( #2931 )
2016-10-14 20:52:46 -07:00
object-interface.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
object-multipart-common.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
object-utils.go
api: Relax object name validation. ( #2814 )
2016-09-30 16:56:36 -07:00
object-utils_test.go
api: Relax object name validation. ( #2814 )
2016-09-30 16:56:36 -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
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
server: Remove deadcode. ( #2699 )
2016-09-14 13:43:08 -07:00
posix-list-dir-nix.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -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-list-dir_test.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.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_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
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
posix-utils_windows_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
posix.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
posix_test.go
Avoid testing on system errors strings in posix ( #2583 )
2016-09-13 21:18:30 -07:00
post-policy_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
prepare-storage-msg.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
prepare-storage-msg_test.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
prepare-storage.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
prepare-storage_test.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
rate-limit-handler.go
Add unit test for rate-limit-handler ( #2661 ) ( #2784 )
2016-09-26 21:31:12 -07:00
rate-limit-handler_test.go
Add unit test for rate-limit-handler ( #2661 ) ( #2784 )
2016-09-26 21:31:12 -07:00
retry.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
routers.go
Fix missing error check for jsonrpc.Server.RegisterService() ( #2921 )
2016-10-13 17:34:10 -07: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.go
Fix listen-bucket ( Fixes #2942 ) ( #2949 )
2016-10-16 20:52:10 -07:00
s3-peer-router.go
Handle err returned by rpc.Server.RegisterName ( #2910 )
2016-10-12 23:13:24 -07:00
s3-peer-rpc-handlers.go
Bucket policy propagation ( Fixes #2930 ) ( #2932 )
2016-10-14 22:49:51 -07:00
scan-bar.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
server-main.go
Handle err returned by rpc.Server.RegisterName ( #2910 )
2016-10-12 23:13:24 -07:00
server-main_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
server-mux.go
control: Implement service command 'stop,restart,status'. ( #2883 )
2016-10-09 23:03:10 -07:00
server-mux_test.go
control: Implement service command 'stop,restart,status'. ( #2883 )
2016-10-09 23:03:10 -07: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.go
XL total/free space calculation is done inside xl module ( #2945 )
2016-10-16 14:24:15 -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_test.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
server_utils_test.go
tests: Add more streaming signature tests. ( #2713 )
2016-09-16 02:45:42 -07:00
server_v2_test.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
service.go
Fix a crash when service shutdown is signaled and object API is not ready yet ( #2939 )
2016-10-15 06:20:16 -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.go
Correct typo in error string ( #2902 )
2016-10-11 08:56:02 -07:00
signature-jwt_test.go
Correct typo in error string ( #2902 )
2016-10-11 08:56:02 -07:00
signature-v2.go
signature-v2 fix. ( #2918 )
2016-10-13 09:25:56 -07:00
signature-v2_test.go
signature-v2 fix. ( #2918 )
2016-10-13 09:25:56 -07:00
signature-v4-parser.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-v4-parser_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
signature-v4-postpolicyform.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-v4-postpolicyform_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-v4-utils.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
2016-09-19 10:17:46 -07:00
signature-v4-utils_test.go
signature: Add legacy signature v2 support transparently. ( #2811 )
2016-09-30 14:32:13 -07:00
signature-v4.go
Peer RPCs for bucket notifications ( #2877 )
2016-10-12 01:03:50 -07:00
signature-v4_test.go
signature: Region changes should be handled just like AWS. ( #2805 )
2016-09-29 15:51:00 -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
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
storage-rpc-client.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
storage-rpc-client_test.go
prep: Initialization should wait instead of exit the servers. ( #2872 )
2016-10-07 11:15:55 -07:00
storage-rpc-server-datatypes.go
controller/auth: Implement JWT based authorization for controller. ( #2544 )
2016-09-13 21:18:30 -07:00
storage-rpc-server.go
Handle err returned by rpc.Server.RegisterName ( #2910 )
2016-10-12 23:13:24 -07:00
strconv-bytes.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
strconv-bytes_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
streaming-signature-v4.go
Refactor streaming signatureV4 w/ state machine ( #2862 )
2016-10-10 01:42:32 -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
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -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-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
XL and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
tree-walk_test.go
XL and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
trie.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
trie_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
typed-errors.go
lock/instrumentation: Cleanup and print in user friendly form. ( #2807 )
2016-10-11 00:50:27 -07:00
update-main.go
Fix dockerfile container image. ( #2892 )
2016-10-12 18:09:08 -07:00
update-main_nix_test.go
Fix dockerfile container image. ( #2892 )
2016-10-12 18:09:08 -07:00
update-main_windows_test.go
Fix dockerfile container image. ( #2892 )
2016-10-12 18:09:08 -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.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
utils_nix_test.go
server: Validate server arguments for duplicates. ( #2554 )
2016-09-13 21:18:30 -07:00
utils_test.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
utils_windows_test.go
server: Validate server arguments for duplicates. ( #2554 )
2016-09-13 21:18:30 -07:00
version-main.go
Add global flags to all commands and subcommands ( #2605 )
2016-09-13 21:18:30 -07: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
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -07:00
web-handlers_test.go
Use Peer RPC to propagate bucket policy changes ( #2891 )
2016-10-13 09:19:04 -07:00
web-router.go
Fix missing error check for jsonrpc.Server.RegisterService() ( #2921 )
2016-10-13 17:34:10 -07:00
xl-v1-bucket.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
xl-v1-common.go
XL and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
xl-v1-errors.go
server: Remove deadcode. ( #2699 )
2016-09-14 13:43:08 -07:00
xl-v1-healing.go
Test: Add test case for xl.HealObject() ( #2884 )
2016-10-08 17:08:17 -07:00
xl-v1-healing_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
xl-v1-list-objects-heal.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07: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.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
2016-09-13 21:18:30 -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-multipart-common.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
xl-v1-multipart.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00
xl-v1-object.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
xl-v1-object_test.go
heal: Refactor heal command. ( #2901 )
2016-10-14 19:57:40 -07:00
xl-v1-utils.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
2016-09-13 21:18:30 -07:00
xl-v1-utils_test.go
tests: Add test for diskCount. ( #2717 )
2016-09-16 13:44:52 -07:00
xl-v1.go
XL total/free space calculation is done inside xl module ( #2945 )
2016-10-16 14:24:15 -07:00
xl-v1_test.go
server: Add more elaborate startup messages. ( #2731 )
2016-10-05 12:48:07 -07:00