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
Frederick F. Kautz IV
c29677b245
Merge pull request #501 from fkautz/pr_out_exporting_writeerrorresponse
10 years ago
Frederick F. Kautz IV
e05d46a0b5
Exporting WriteErrorResponse
10 years ago
Frederick F. Kautz IV
3fb4f2894d
Merge pull request #500 from fkautz/pr_out_adding_connection_limits
10 years ago
Frederick F. Kautz IV
64f7d04cd1
Adding connection limits
10 years ago
Frederick F. Kautz IV
e68e0c28f7
Merge pull request #499 from fkautz/pr_out_bandwidth_quotas_now_work_on_data_returned_from_server
10 years ago
Frederick F. Kautz IV
7867ee89fa
Bandwidth quotas now work on data returned from server
10 years ago
Harshavardhana
5fe173edf1
Merge pull request #498 from harshavardhana/pr_out_bring_in_changes_from_minio_io_cli_properly_
...
Bring in changes from minio-io/cli properly :-)
10 years ago
Harshavardhana
f7d2711d60
Merge pull request #494 from abperiasamy/md5sum-path-bug
...
Version is now based on MD5SUM of its binary
10 years ago
Harshavardhana
6332a8d108
Bring in changes from minio-io/cli properly :-)
10 years ago
Harshavardhana
9bc0f61191
Merge pull request #497 from minio-io/revert-496-pr_out_bring_in_changes_from_minio_io_cli
...
Revert "Bring in changes from minio-io/cli"
10 years ago
Harshavardhana
d7a8f5a5a4
Revert "Bring in changes from minio-io/cli"
10 years ago
Harshavardhana
40c26cf9a3
Merge pull request #496 from harshavardhana/pr_out_bring_in_changes_from_minio_io_cli
10 years ago