1655 Commits (7ab16b5b8380f4f0cdbee85229918c48d2f54050)
 

Author SHA1 Message Date
Harshavardhana 23a545673d Verify incoming md5sum for invidual parts in complete multipart request and some simplification of the code 10 years ago
Harshavardhana a16a10afa9 Merge pull request #579 from harshavardhana/pr_out_re_enable_bucket_deletion_this_time_with_uploadid_sitting_there 10 years ago
Harshavardhana 616241a2c1 Re-enable bucket deletion, this time with uploadID sitting there 10 years ago
Harshavardhana 2ea10c798b Implement proper errors for Multipart 10 years ago
Harshavardhana 39e0875699 Merge pull request #578 from harshavardhana/pr_out_now_objectstorage_go_works_properly_with_multipart_upload 10 years ago
Harshavardhana 82c3656f79 Reply back CompleteMultipartUploadResult properly with final ETag computed 10 years ago
Harshavardhana 5a372f4dd7 Merge pull request #577 from fkautz/pr_out_router_should_work_with_uploads_unescaped_now 10 years ago
Frederick F. Kautz IV ae5c99d7bb Router should work with ?uploads unescaped now 10 years ago
Frederick F. Kautz IV 9dc7b82b39 Merge pull request #576 from fkautz/pr_out_adding_multipart_support 10 years ago
Frederick F. Kautz IV 0266ec4bf6 Merge pull request #575 from fkautz/pr_out_fixing_panic_in_intelligent_attempted_to_delete_nonexistent_key 10 years ago
Frederick F. Kautz IV f050d5e974 Adding multipart support 10 years ago
Frederick F. Kautz IV ed71c28c37 Fixing panic in intelligent, attempted to delete nonexistent key 10 years ago
Frederick F. Kautz IV a4b4e9c148 Merge pull request #574 from fkautz/pr_out_adding_feature_flags 10 years ago
Frederick F. Kautz IV d0c4334834 Adding feature flags 10 years ago
Harshavardhana f1dbdbd234 Merge pull request #573 from harshavardhana/pr_out_get_rid_of_sub_domain_code_and_some_other_formatting_changes 10 years ago
Harshavardhana 1df28f3060 Get rid of sub-domain code and some other formatting changes 10 years ago
Harshavardhana 8c5a83ddcf Merge pull request #572 from harshavardhana/pr_out_add_marker_support_for_donut_also_add_a_testing_code 10 years ago
Harshavardhana 6d3d92694f Add Marker support for donut, also add a testing code 10 years ago
Harshavardhana 142f9263e1 Merge pull request #571 from harshavardhana/pr_out_add_lexicographic_marker_nextmarker_support_for_recursive_listing_of_objects_wip_do_not_merge 10 years ago
Harshavardhana 75028c2ad1 Add lexicographic Marker/NextMarker support for recursive listing of objects. 10 years ago
Frederick F. Kautz IV 7a87f89604 Merge pull request #570 from fkautz/pr_out_adding_xmlns 10 years ago
Frederick F. Kautz IV 24af2222c9 Adding xmlns 10 years ago
Harshavardhana 9d484719ae Merge pull request #568 from harshavardhana/pr_out_fix_a_potential_race_between_expireobjects_and_set_over_items_map 10 years ago
Harshavardhana 193a6606db Fix a potential race between ExpireObjects() and Set() over items map 10 years ago
Harshavardhana 3fc9b4554f Merge pull request #567 from harshavardhana/pr_out_convert_groupcache_lru_to_be_memory_size_based_rather_than_entry_based_calling_it_lru_memory 10 years ago
Harshavardhana ed1259d6f0 Deprecate LRU use just map[string]interface{} and call it intelligent 'cache' 10 years ago
Harshavardhana 63edb1e9a0 Nullify list memory to nil as we remove the element 10 years ago
Harshavardhana d63064b8af Optimize memory usage in GetPartialObject() for memory driver 10 years ago
Harshavardhana c8f31d97a8 Modify LRU further to add object expiration 10 years ago
Harshavardhana 670f997b07 Bring blockingWriter from client and use it here 10 years ago
Harshavardhana d0df548eb5 Use new LRU inside memory driver 10 years ago
Harshavardhana f7caef2d26 Change CreateObject() to take size argument from content-length 10 years ago
Harshavardhana c342ce1588 New LRU based on GroupCache which keeps track of memory rather than entries 10 years ago
Frederick F. Kautz IV 66e0fe23be Merge pull request #566 from fkautz/pr_out_deleting_key_from_lastaccessedobjects_on_eviction 10 years ago
Frederick F. Kautz IV 3cf045fd1b Deleting key from lastAccessedObjects on eviction 10 years ago
Frederick F. Kautz IV ad2037f446 Merge pull request #565 from fkautz/pr_out_removing_groupcache_lru_in_favor_of_imported_local_version 10 years ago
Frederick F. Kautz IV c80bbc86d5 Removing groupcache lru in favor of imported local version 10 years ago
Harshavardhana 600a75a786 Merge pull request #564 from harshavardhana/pr_out_rename_isvalidobject_to_isvalidobjectname_ 10 years ago
Harshavardhana 9ec8925f1c Rename IsValidObject() to IsValidObjectName() 10 years ago
Frederick F. Kautz IV 944d88c8ae Merge pull request #563 from fkautz/pr_out_fixing_documentation_issues_with_expire 10 years ago
Frederick F. Kautz IV ac595b1f2e Fixing documentation issues with expire 10 years ago
Frederick F. Kautz IV faaa647b0d Merge pull request #562 from fkautz/pr_out_reimagining_memory_settings_cli_input 10 years ago
Frederick F. Kautz IV 33ecba8e49 Reimagining memory settings cli input 10 years ago
Frederick F. Kautz IV b624072dbb Merge pull request #561 from fkautz/pr_out_attempt_to_fix_memory_lock_on_get_preventing_write 10 years ago
Frederick F. Kautz IV d158284cd5 Merge pull request #560 from fkautz/pr_out_removing_log_message_from_test 10 years ago
Frederick F. Kautz IV 25c268ac88 Attempt to fix memory lock on Get preventing write 10 years ago
Frederick F. Kautz IV 85f1b46492 Removing log message from test 10 years ago
Frederick F. Kautz IV 8e093eb6f6 Merge pull request #559 from fkautz/pr_out_fix_docker_support 10 years ago
Frederick F. Kautz IV 7cf86e6114 Fix docker support 10 years ago
Harshavardhana 1f3dd2374c Merge pull request #558 from harshavardhana/pr_out_even_mux_vars_don_t_help_handle_it_by_looking_at_req_url_path 10 years ago