3266 Commits (9dd0e3dc4490a27984fa91ddeca2b2d3a6482151)
 

Author SHA1 Message Date
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
Harshavardhana 8ddf52021a server: Bring in s3 compatibility fixes. (#2099) 8 years ago
Harshavardhana 8a028a9efb handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
Bala FA 0540863663 fix: use readSizeV1 wherever applicable. (#2093) 8 years ago
Harshavardhana 4cfbdb1bf0 server: Remove deadcode/deprecated code. (#2088) 8 years ago
Krishna Srinivas 1ec86dac2c server-tests: unify XL and FS tests into common code. server_test.go contains common test code. server_xl_test.go contains XL tests specific to XL. (#2089) 8 years ago
Krishna Srinivas 7a8b8cd0a1 tree-walk: unify FS and XL tree-walk with functional approach. (#2027) 8 years ago
karthic rao a8a3e95835 Api/Bucket-Policy: Handler tests (#2074) 8 years ago
Bala FA 1ad5fb8f76 posix: checkDiskFree() also checks free inodes. (#2086) 8 years ago
Bala FA 52b55afce0 FS: check whether disk format is FS or not. (#2083) 8 years ago
Harshavardhana 355f06cfea tests: Add urlEncode tests. (#2078) 8 years ago
Harshavardhana d2557bb538 XL: GetObject caching implemented for XL. (#2017) 8 years ago
Bala FA 8d4365d23c tests: add unit test for posix functions. (#2037) 8 years ago
karthic rao 55ae7cac42 api/bucket-policy: Refactor, Handler test. (#2071) 8 years ago
Harshavardhana 48ac34919f browser: Add new release for ui-assets.go (#2070) 8 years ago
Harshavardhana d64c3fd464 posix: Return errDiskNotWritable during disk initialization. (#2048) 8 years ago
Harshavardhana e5dd917c37 handlers/generic: Remove support for 'x-minio-date' (#2064) 8 years ago
Krishna Srinivas eb5f782c74 object-handler: skip sha256 calculation if x-amz-content-sha256=="UNSIGNED-PAYLOAD" (#2038) 8 years ago
Harshavardhana 734e779b19 XL/erasureCreate: Create a limit reader if size is specified. (#2059) 8 years ago
Krishna Srinivas 3f2b4d9dc2 Show "https" in the "minio server export/" output if certificates are available. (#2065) 8 years ago
Bala FA cd1c2db864 posix-utils: fix path handling in windows. (#2053) 8 years ago
karthic rao 48aa5f2199 api/bucket-policy: Add unit tests for more coverage, fixes couple of bugs. (#2055) 8 years ago
Krishnan Parthasarathi bcb822c390 Send XML header before the first of whitespace chars (#2046) 8 years ago
Krishnan Parthasarathi 285a94d2c0 Ignored errors in cleanup in commitXLMetadata (#2044) 8 years ago
Krishnan Parthasarathi 64899e5197 xl: Used unique tmp file to update xl.json in putObjectPart (#2043) 8 years ago
Danilo Pereira 812554087f getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039) 8 years ago
Bala FA 57bc08cc7e posix: remove disk free space check for read-only and delete methods. (#2033) 8 years ago
Harshavardhana 0e3907072c XL/fs: Initialize export paths supplied on command line (#2020) 8 years ago
karthic rao 8e8f6f90a4 adding detailed comments to server_test (#2032) 8 years ago
Bala FA 4c1a11aae6 XL: allow meta bucket name appended with tmp meta prefix. (#2007) 8 years ago
Harshavardhana ae936a0147 XL: Relax write quorum further to N/2 + 1. (#2018) 8 years ago
Harshavardhana d484157d67 XL/bitrot: Migrate to new blake2b-simd SIMD optimized implementation. (#2031) 8 years ago
Harshavardhana 796fe165c7 server: Minor command line doc change for XL. (#2022) 8 years ago
Harshavardhana 3ac39ff107 XL: Change minimum disks supported to 6 now. (#2023) 8 years ago
Krishnan Parthasarathi b6b9e88e47 Added unit-tests for treeWalkPool (#1969) 8 years ago
karthic rao 59366d8f4c Benchmarks for ObjectLayer.PutObject() (#2029) 8 years ago
Harshavardhana 748dc80047 API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005) 8 years ago
karthic rao 6dcfa7b046 Fix for tests leaving out temp directories (#2025) 8 years ago