Harshavardhana
76701187e3
Add minio cli changes and add CustomAppHelpTemplate
10 years ago
Anand Babu (AB) Periasamy
a3d03184ca
Merge pull request #526 from abperiasamy/messages
...
print using console functions
10 years ago
Anand Babu (AB) Periasamy
43e9cb203d
print using console functions
10 years ago
Frederick F. Kautz IV
b0a4d07736
Merge pull request #525 from fkautz/pr_out_adding_initial_logging_framework_to_api_router
10 years ago
Frederick F. Kautz IV
172cd18455
Adding initial logging framework to api_router
10 years ago
Frederick F. Kautz IV
e7f2fc9e4e
Merge pull request #524 from fkautz/pr_out_adding_json_logging_to_stderr
10 years ago
Frederick F. Kautz IV
88cca647ea
Adding json logging to stderr
10 years ago
Frederick F. Kautz IV
83cd299b23
Merge pull request #523 from fkautz/pr_out_setting_gimme_to_use_go1_4_2
10 years ago
Frederick F. Kautz IV
926b1e81e7
Setting gimme to use go1.4.2
10 years ago
Frederick F. Kautz IV
b1b6fd5da9
Merge pull request #521 from fkautz/pr_out_removing_quotas_will_handle_with_iptables
10 years ago
Frederick F. Kautz IV
b8ea1c234b
Setting gimme to use go1.4.2
10 years ago
Frederick F. Kautz IV
de091068e8
Removing quotas, will handle with iptables
10 years ago
Anand Babu (AB) Periasamy
6c0d95a98c
Merge pull request #522 from abperiasamy/console
...
simple console
10 years ago
Anand Babu (AB) Periasamy
5127dfb4fc
simple console
10 years ago
Frederick F. Kautz IV
f22390ccef
Merge pull request #520 from fkautz/pr_out_updating_godep_deps
10 years ago
Frederick F. Kautz IV
adaa0e1821
Merge pull request #519 from fkautz/pr_out_removing_short_flags
10 years ago
Frederick F. Kautz IV
0cca734bc9
Updating godep deps
10 years ago
Frederick F. Kautz IV
fc59401ac5
Removing short flags
10 years ago
Frederick F. Kautz IV
2fcaa63db0
Revert "remove single char args"
...
This reverts commit 1e307d2888
.
10 years ago
Frederick F. Kautz IV
2c3329a519
Merge pull request #518 from fkautz/pr_out_critical_sections_are_now_protected_by_lock
10 years ago
Frederick F. Kautz IV
f2257a643c
Critical sections are now protected by lock
10 years ago
Harshavardhana
b85595addf
Merge pull request #516 from harshavardhana/pr_out_add_some_logging_with_debug
10 years ago
Anand Babu (AB) Periasamy
e9b146c1d8
Merge pull request #517 from abperiasamy/janitor-is-back
...
remove single char args
10 years ago
Anand Babu (AB) Periasamy
1e307d2888
remove single char args
10 years ago
Harshavardhana
605edbc307
Add some logging with debug
10 years ago
Harshavardhana
7bdcf4bbf3
Merge pull request #515 from fkautz/pr_out_fix_multiple_response_writeheader_calls
...
Fix multiple response.WriteHeader calls
10 years ago
Frederick F. Kautz IV
db5870be28
Fix multiple response.WriteHeader calls
10 years ago
Harshavardhana
7e72cefd74
Merge pull request #514 from harshavardhana/pr_out_fix_build_date_typo
10 years ago
Harshavardhana
740e12e81d
Fix build date typo
10 years ago
Frederick F. Kautz IV
fc2537eef9
Merge pull request #513 from fkautz/pr_out_adding_software_fallback
10 years ago
Frederick F. Kautz IV
289c859675
Adding software fallback
10 years ago
Harshavardhana
943192f684
Merge pull request #512 from harshavardhana/pr_out_add_build_date_using_ldflags
10 years ago
Harshavardhana
096a994c7b
Add build date using ldflags
10 years ago
Harshavardhana
66747399fd
Merge pull request #511 from harshavardhana/pr_out_verify_if_request_date_is_5minutes_late_reject_such_a_request_as_it_could_be_a_possible_replay_attack
10 years ago
Harshavardhana
ade803a923
Verify if request date is 5minutes late, reject such a request as
...
it could be a possible replay attack.
This commit also fixes #505 , by returning MethodNotAllowed instead of NotImplemented
10 years ago
Harshavardhana
1531802b73
Merge pull request #510 from harshavardhana/pr_out_now_client_requests_for_acl_changes_are_honored_through_putbucketacl_api
10 years ago
Harshavardhana
9232ce3b4e
Now client requests for ACL changes are honored through PutBucketACL API
10 years ago
Harshavardhana
1b411f9e86
Merge pull request #509 from harshavardhana/pr_out_now_donut_supports_bucket_acl_s_bringing_in_this_support_for_dl_minio_io
10 years ago
Harshavardhana
c99d96dbc2
Now donut supports bucket ACL's, bringing in this support for dl.minio.io
10 years ago
Harshavardhana
f5a51ae1bb
Merge pull request #507 from harshavardhana/pr_out_limit_memory_at_100_buckets_and_return_error_appropriately
10 years ago
Harshavardhana
8beca83090
Limit memory mode at 100 buckets and return error appropriately
...
~~~
mc: <ERROR> Failed to create bucket for URL [http://localhost:9000/newbucket-101 ]. Reason: [You have attempted to create more buckets than allowed.].
~~~
Response from server
10 years ago
Harshavardhana
f20515b4ed
Merge pull request #506 from harshavardhana/pr_out_enhance_error_responses_for_request_limit_and_bring_some_code_from_api_errors
10 years ago
Harshavardhana
2d96d5ad57
Enhance error responses for request limit and bring some code from api errors
...
~~~
mc: <ERROR> Failed to create bucket for URL [http://localhost:9000/newbucket-101 ]. Reason: [Reduce your request rate.].
~~~
Client sees proper errors now.
10 years ago
Frederick F. Kautz IV
8a57006b36
Merge pull request #504 from fkautz/pr_out_making_lock_much_less_aggressive_fixes_multiple_uploads_blocking
10 years ago
Frederick F. Kautz IV
e2807a167f
Merge pull request #503 from fkautz/pr_out_bandwidth_quota_now_supports_100_continue
10 years ago
Frederick F. Kautz IV
a974e4d7c7
Making lock much less aggressive, fixes multiple uploads blocking
10 years ago
Frederick F. Kautz IV
258bf55e31
Bandwidth quota now supports 100-Continue
10 years ago
Frederick F. Kautz IV
9431a54a27
finish me
10 years ago
Frederick F. Kautz IV
d11803b125
Merge pull request #502 from fkautz/pr_out_revert_exporting_writeerrorresponse
10 years ago
Frederick F. Kautz IV
202fc26719
Revert "Exporting WriteErrorResponse"
...
This reverts commit e05d46a0b5
.
10 years ago