3303 Commits (895471afa1c101327cdc353a433c4962eae5b931)
 

Author SHA1 Message Date
Harshavardhana 623e0f9243 XL: listOnlineDisks should use modTime instead of version. (#2166) 8 years ago
utsl42 e5cd35aad0 XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189) 8 years ago
Anis Elleuch 5cd629adca XL/fs: DeleteVol should not return error cleaning multipart dir for errVolumeNotFound (#2188) 8 years ago
Anis Elleuch 0fddf3fe17 Avoid creating tmp directories under .minio/tmp/ to facilitate cleaning (#2187) 8 years ago
karthic rao ac6ff67546 Tool for running benchmark comparison of 2 commits (#2161) 8 years ago
Harshavardhana 126865e8df XL/bucket: Remove bucket should cleanup incomplete uploads as well. (#2173) 8 years ago
Krishnan Parthasarathi 1c82b81408 Rename parts/objects only on onlineDisks (#2185) 8 years ago
Bala FA 749a94f6c9 tests: Add tests for signature-jwt code (#2169) 8 years ago
Harshavardhana e9647b5f12 API/CopyObject: Refactor the code and handle if-modified-since as well. (#2183) 8 years ago
Krishnan Parthasarathi bef72f26db xl: Make locking more granular for PutObjectPart requests (#2168) 8 years ago
Harshavardhana ede4dd0f9c server: update command should check for 3s from 1ms. (#2175) 8 years ago
Bala FA bfc59b7d50 tests: improve unit tests for xl-v1-metadata. (#2172) 8 years ago
Remco Verhoef a162198623 implemented systemd script (#2167) 8 years ago
Harshavardhana de468f92ec posix: ReadAll should handle the case when parent is not a dir. (#2163) 8 years ago
Harshavardhana d676e660c9 API/CopyObject: If-None-Match should return Precondition failed. (#2164) 8 years ago
Krishna Srinivas aa7079fc7b XL/GetObject: If quorum not available during GetObject appropriate error should be returned. (#2135) 8 years ago
Harshavardhana bdff0848ed server: Implement --ignore-disks for ignoring disks from healing. (#2158) 8 years ago
Bala FA 0793237d94 tests: Move signature calculation in separate function. (#2160) 8 years ago
Bala FA 2a95eabb8a benchmarks: add parallel benchmarks for PutObject/GetObject. (#2159) 8 years ago
Krishnan Parthasarathi bc8720406d Added specific error for InvalidObjectName (#2157) 8 years ago
Krishna Srinivas ae80f8ca35 ObjectLayer/GetObject: Should return the right error value. Fix done in FS and XL. (#2133) 8 years ago
Harshavardhana 5102a5877e API/handler: CopyObject make it behave in accordance with S3 spec. (#2155) 8 years ago
karthic rao 3341fe9b28 organizing the benchmarks in the right test files (#2154) 8 years ago
Harshavardhana c0c8a8430e XL/PutObject: Add single putObject and multipart caching. (#2115) 8 years ago
karthic rao b0c180b77c Test for ObjectLayer.GetObject() (#2153) 8 years ago
karthic rao 778b870b77 placing the http range error in objct-api-errors. (#2150) 8 years ago
Harshavardhana cb415ef12e Merge pull request #2149 from harshavardhana/hash-order 8 years ago
Harshavardhana 6266328a85 XL/metadata: use new hashOrder algorithm for newXLMeta. (#2147) 8 years ago
frankw 63b3f1dcfd Use new algorithm to get fixed random order of disks (#2147) 8 years ago
Anis Elleuch 5ff1203fc0 Add PutObjectPart benchmark (#2145) 8 years ago
Harshavardhana c3ab8bbd51 Turning off OSX builds for now. 8 years ago
Harshavardhana a4a55bf134 tests: Fix erasure-readfile test formatting. 8 years ago
Harshavardhana ec35330ebb XL/fs: GetObject should validate all its inputs. (#2142) 8 years ago
Harshavardhana ca1b1921c4 XL: Implement ignore errors. (#2136) 8 years ago
Harshavardhana 4c21d6d09d tests: Remove racey failedDisks behavior in RenameObject tests. (#2138) 8 years ago
Bala FA 5ec7734d88 FS: Check offset is within object size in GetObject() (#2123) 8 years ago
karthic rao 2c837128ef Object layer tests revamp for individual execution (#2134) 8 years ago
Bala FA 282044d454 http: handle possible range requests properly. (#2122) 8 years ago
Harshavardhana 8e53064bb4 XL/format: Initialize missing meta volume. (#2131) 8 years ago
Krishna Srinivas f55093cdd6 multipart: During multipart list the listing go-routine should be saved to the List-pool. (#2130) 8 years ago
Harshavardhana ddf3245677 xl/fs: offset and length cannot be negative. (#2121) 8 years ago
Harshavardhana 169c72cdab vendor: Bring new updates from blake2b-simd repo. (#2094) 8 years ago
Nick Craig-Wood 8c767218a4 URL Encode X-Amz-Copy-Source as per the spec (#2114) 8 years ago
Bala FA a51bb1d728 http: handle request range like Amazon S3. (#2112) 8 years ago
Krishna Srinivas 26b7d79a85 XL/ObjectCache: DeleteObject() should delete the object from the object cache. (#2113) 8 years ago
Krishna Srinivas 01cbacd803 object-cache: use golang bytes.Buffer and bytes.NewReader instead of custom implementation. (#2108) 8 years ago
Harshavardhana 7bde27032d signv4: Validate preSigned payload properly. (#2106) 8 years ago
Bala FA 44ae7a037b fix: allocate buffer to required size than readSizeV1 (#2095) 8 years ago
karthic rao a35341448f XL: Cache: Purging partially cached content upon erasureReadFile failure (#2104) 8 years ago
Krishna Srinivas d6dfcd0ba7 unit-tests: Unit tests for functions in erasure-readfile.go (#2090) 8 years ago