..
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
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
api-errors.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
2016-09-15 01:44:19 -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
Return Owner information in ListObjectV2 only when fetch-owner is specified ( #2654 )
2016-09-10 10:44:38 -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/complete-multipart: fixes and tests. ( #2719 )
2016-09-21 20:08:08 -07:00
api-router.go
distribute: Make server work with multiple remote disks
2016-09-13 21:18:30 -07:00
auth-handler.go
minor cleanup
2016-08-24 22:54:34 -07:00
auth-handler_test.go
tests: Add auth-handler. ( #2721 )
2016-09-16 15:17:49 -07:00
auth-rpc-client.go
Upgrade to new dsync version incl. stale lock detection ( #2708 )
2016-09-16 00:30:55 -07:00
benchmark-utils_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
bucket-handlers-listobjects.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
2016-09-19 10:17:46 -07:00
bucket-handlers.go
Signature-V4: Dump the request with error message on signature mismatch. ( #2734 )
2016-09-19 10:17:46 -07:00
bucket-handlers_test.go
tests: Fix ListMultipartUploadsHandler tests. ( #2705 )
2016-09-15 01:44:19 -07:00
bucket-notification-datatypes.go
api: BucketNotification should disallow duplicate notification. ( #2539 )
2016-08-23 18:42:30 -07:00
bucket-notification-handlers.go
Move the ObjectAPI() resource to be beginning of each handlers.
2016-09-13 21:18:30 -07:00
bucket-notification-handlers_test.go
Add bucket-notification-handler tests ( #2750 )
2016-09-21 17:41:34 -07:00
bucket-notification-utils.go
tests: Add tests for bucket-notification-utils ( #2723 )
2016-09-16 17:26:27 -07:00
bucket-notification-utils_test.go
tests: Add tests for bucket-notification-utils ( #2723 )
2016-09-16 17:26:27 -07:00
bucket-policy-handlers.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
bucket-policy-handlers_test.go
tests: Add GetBucketLocation, HeadBucket tests. ( #2644 )
2016-09-13 21:18:30 -07:00
bucket-policy-migrate.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
bucket-policy-parser.go
policies: Parser should handle Principals with various forms. ( #2733 )
2016-09-19 13:52:28 -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
Check for bucket existence in Set/Get/Remove bucket policy workflow + tests ( #2745 )
2016-09-21 16:38:50 -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
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
certs_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -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
configMigrate() returns errors + tests ( #2735 )
2016-09-21 09:44:57 -07:00
config-migrate_test.go
configMigrate() returns errors + tests ( #2735 )
2016-09-21 09:44:57 -07:00
config-old.go
Move config to v7 to fix previous v6 bug on null Notification entries. ( #2650 )
2016-09-10 00:51:25 -07:00
config-v7.go
Move config to v7 to fix previous v6 bug on null Notification entries. ( #2650 )
2016-09-10 00:51:25 -07:00
config-v7_test.go
server: Startup message now prints configured ARNs. ( #2653 )
2016-09-10 02:23:28 -07:00
config.go
configMigrate() returns errors + tests ( #2735 )
2016-09-21 09:44:57 -07:00
control-heal-main.go
Add global flags to all commands and subcommands ( #2605 )
2016-09-13 21:18:30 -07:00
control-lock-main.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
control-main.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
control-mains_test.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
control-shutdown-main.go
Add global flags to all commands and subcommands ( #2605 )
2016-09-13 21:18:30 -07:00
controller-handlers.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
controller-router.go
controller/auth: Implement JWT based authorization for controller. ( #2544 )
2016-09-13 21:18:30 -07:00
controller_test.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -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
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -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
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
event-notifier.go
events: ElasticSearch doesnt support objects with '/' in them. ( #2747 )
2016-09-20 16:36:18 -07:00
event-notifier_test.go
tests: Add tests for bucket-notification-utils ( #2723 )
2016-09-16 17:26:27 -07:00
format-config-v1.go
xl: Heal `format.json` properly on fresh disks.
2016-09-13 21:18:30 -07:00
format-config-v1_test.go
tests: Add ListBucketHandler tests. ( #2701 )
2016-09-14 23:53:42 -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
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
fs-v1-metadata_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -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
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
fs-v1-multipart.go
XL and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
fs-v1-multipart_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
fs-v1.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
fs-v1_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
generic-handlers.go
Forbid requests generated at least 15 min in the past or in the future ( #2648 )
2016-09-09 15:33:35 -07:00
globals.go
instrumentation: instrumentation for locks. ( #2584 )
2016-09-13 21:18:30 -07:00
handler-utils.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -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
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
lock-instrument.go
xl: Remove an unecessary lock with isBucketExist() ( #2593 )
2016-09-13 21:18:30 -07:00
lock-instrument_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
lock-rpc-server-common.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
lock-rpc-server-common_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
lock-rpc-server.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -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: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
logger_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
main.go
configMigrate() returns errors + tests ( #2735 )
2016-09-21 09:44:57 -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: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -07:00
namespace-lock_test.go
xl: Remove an unecessary lock with isBucketExist() ( #2593 )
2016-09-13 21:18:30 -07:00
naughty-disk_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
net-rpc-client.go
Upgrade to new dsync version incl. stale lock detection ( #2708 )
2016-09-16 00:30:55 -07:00
notifiers.go
pkg/wildcard: Simplify the wildcard logic further. ( #2555 )
2016-08-27 00:27:17 -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-redis.go
events: Change event notifiers to delete and update keys. ( #2742 )
2016-09-20 02:11:17 -07:00
object-api-getobject_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
object-api-getobjectinfo_test.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
2016-09-13 21:18:30 -07:00
object-api-listobjects_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
object-api-multipart_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
object-api-putobject_test.go
tests: Implemented more tests for fs-v1*.go ( #2686 )
2016-09-16 13:06:49 -07:00
object-common.go
Check for bucket existence in Set/Get/Remove bucket policy workflow + tests ( #2745 )
2016-09-21 16:38:50 -07:00
object-datatypes.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
object-errors.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
object-handlers-common.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
object-handlers.go
api/complete-multipart: fixes and tests. ( #2719 )
2016-09-21 20:08:08 -07:00
object-handlers_test.go
api/complete-multipart: fixes and tests. ( #2719 )
2016-09-21 20:08:08 -07:00
object-interface.go
PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. ( #2599 )
2016-09-13 21:18:30 -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
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -07:00
object-utils_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
object_api_suite_test.go
PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. ( #2599 )
2016-09-13 21:18:30 -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
Avoid testing on system errors strings in posix ( #2583 )
2016-09-13 21:18:30 -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
tests: Add ListBucketHandler tests. ( #2701 )
2016-09-14 23:53:42 -07:00
prepare-storage.go
tests: Add ListBucketHandler tests. ( #2701 )
2016-09-14 23:53:42 -07:00
prepare-storage_test.go
Add unit-tests for formatting disks during initialization ( #2635 )
2016-09-13 21:18:30 -07:00
rate-limit-handler.go
Lock-free rate-limit algorithm + bug-fix ( #2694 )
2016-09-14 11:27:37 -07:00
routers.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
runtime-checks.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
server-main.go
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
server-mux.go
server/mux: Remove unused waitgroup from listenerMux. ( #2614 )
2016-09-02 19:07:42 -07:00
server-mux_test.go
lock: Make some cleanup and moving the code around. ( #2718 )
2016-09-19 13:14:55 -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
server: We should fail properly during server startup. ( #2689 )
2016-09-14 01:11:03 -07:00
server_test.go
tests: Add tests for bucket-notification-utils ( #2726 )
2016-09-17 03:19:39 -07:00
server_utils_test.go
tests: Add more streaming signature tests. ( #2713 )
2016-09-16 02:45:42 -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
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
signature-jwt_test.go
Add rpc layer authentication.
2016-09-13 21:18:30 -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
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-v4.go
Use Set instead of Add in the event that the request already contains the content-length ( #2683 )
2016-09-13 10:59:40 -07:00
signature-v4_test.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
signature-verify-reader.go
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -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
distribute: Make server work with multiple remote disks
2016-09-13 21:18:30 -07:00
storage-interface.go
server: Fetch StorageInfo() from underlying disks transparently. ( #2549 )
2016-09-13 21:18:30 -07:00
storage-rpc-client.go
XL: Handle object layer initialization properly.
2016-09-13 21:18:30 -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
server: Fetch StorageInfo() from underlying disks transparently. ( #2549 )
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
strconv-bytes_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -07:00
streaming-signature-v4.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
server: Move all the top level files into cmd folder. ( #2490 )
2016-08-18 16:23:42 -07:00
test-utils_test.go
api/complete-multipart: fixes and tests. ( #2719 )
2016-09-21 20:08:08 -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
controller/auth: Implement JWT based authorization for controller. ( #2544 )
2016-09-13 21:18:30 -07:00
update-main.go
binary-update: Do not fetch update info for minio binary compiled from source.
2016-09-13 21:18:30 -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
Controller rpc tests ( #2709 )
2016-09-21 19:58:50 -07:00
utils_nix_test.go
server: Validate server arguments for duplicates. ( #2554 )
2016-09-13 21:18:30 -07:00
utils_test.go
server: Validate server arguments for duplicates. ( #2554 )
2016-09-13 21:18:30 -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
Move formatting of disks out of object layer initialization ( #2572 )
2016-09-13 21:18:30 -07:00
web-handlers_test.go
Check for bucket existence in Set/Get/Remove bucket policy workflow + tests ( #2745 )
2016-09-21 16:38:50 -07:00
web-router.go
distribute: Make server work with multiple remote disks
2016-09-13 21:18:30 -07:00
xl-v1-bucket.go
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -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
server: Remove deadcode. ( #2699 )
2016-09-14 13:43:08 -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
logging: Print stack trace in case of errors.
2016-09-13 21:18:30 -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
XL and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
xl-v1-object.go
performance: gjson parsing for readXLMeta, listParts, getObjectInfo. ( #2631 )
2016-09-13 21:18:30 -07:00
xl-v1-object_test.go
Fixing ineffssaign errors ( #2608 )
2016-09-13 21:18:30 -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 and FS use different tree walk ignored errors ( #2707 )
2016-09-15 13:43:40 -07:00
xl-v1_test.go
tests: Add ListBucketHandler tests. ( #2701 )
2016-09-14 23:53:42 -07:00