2834 Commits (8828fd1e5c9bf02cd50d4758aef58b94bd7dd54a)
 

Author SHA1 Message Date
Harshavardhana 8828fd1e5c vendor: Remove unused packages. 8 years ago
Harshavardhana 7de206cb85 XL: ListVols should provide consistent view. (#1648) 8 years ago
Harshavardhana 498ce1e9bb handler: Add a waitgroup to avoid expect100Continue crash. (#1623) 8 years ago
Harshavardhana 5b29cefd40 api: DeleteObject should always return 204. (#1645) 8 years ago
Hori Ryota e03ebfd13b Add default cmd (#1625) 8 years ago
Harshavardhana 74c23a3544 docs: Move developer docs from top-level to its own directory. (#1642) 8 years ago
Harshavardhana 025054fb36 XL: CreateFile/ReadFile should write and read from all disks in parallel. (#1612) 8 years ago
Bala FA 7264cd2ab3 Fix error message when wrong set of disks are passed (#1634) 8 years ago
Harshavardhana 0e4e9c4bc1 XL: ListDir should return each List from a random disk in the set. (#1613) 8 years ago
Krishna Srinivas 8099396ff0 xl/putObject: Should take care of the situation if an object already exists at the location. (#1606) 8 years ago
Krishna Srinivas d267696110 Validation: Reject object names with trailing "/". (#1619) 8 years ago
Bala FA 43539a0c86 posix: parseDirents() should follow symlink and get values. (#1631) 8 years ago
Krishnan Parthasarathi 9e45d138cc Closed readCloser for each multipart in xl.GetObject (#1629) 8 years ago
karthic rao ee8605e333 Make bucket failure fix with high concurrent load (#1630) 8 years ago
karthic rao e4958f9757 Removing regexp check and adding string based check, regexp check was unnecessary here (#1627) 8 years ago
Harshavardhana b62774d32f storage/xl: Return errVolumeAccessDenied if disks cannot be accessed. (#1621) 8 years ago
koolhead17 d6e0f3ab33 added awscli commands & minor typo fix. (#1578) 8 years ago
Bala FA 3ff0a56e62 XL: Ignore errDiskNotFound in certain situations (#1610) 8 years ago
Harshavardhana 50431e91a6 erasure: Handle failed disks so that we initialize properly if they are missing. (#1607) 8 years ago
Harshavardhana d4745c7d6a object: PutObjectHandler should set the md5Sum properly. (#1604) 8 years ago
Bala FA adbcafefad xl/CreateFile: handle errFileNameTooLong error properly (#1523) 8 years ago
Harshavardhana 86e5d71519 erasure: MakeVol, DeleteVol and StatVol should hold locks. (#1597) 8 years ago
Harshavardhana 72748d2073 erasure: healVolume err should be different from shadowed version. (#1590) 8 years ago
Harshavardhana 49141eb3e4 http: Remove minhttp package and use standard Golang http. (#1587) 8 years ago
Harshavardhana d1fa1d9352 Remove binary files from previous commit. 8 years ago
karthic rao 26e2c4bf4d Replacing fastsha256 with crypto/sha256 package from golang standard package (#1584) 8 years ago
Krishna Srinivas b044336329 XL/GetObject: If the offset does not fall in the first "dataBlock" it gives incorrect data. (#1583) 8 years ago
Krishna Srinivas e99cb05516 XL/GetObject: offset should be reset to 0 after reading first part. (#1580) (#1581) 8 years ago
Krishna Srinivas 409e09c1e5 XL/Selfheal: skip reading from disk if ReadFile had returned error. (#1575) 8 years ago
Krishna Srinivas c314a98c1a XL/list: fix panic on list when a disk is down. (#1562) 8 years ago
Harshavardhana 5f0ca64346 erasure: listOnlineDisks should return errFileNotFound for errReadQuorum. (#1573) 8 years ago
Harshavardhana 0db3218d5d xl: getPartsMetadata fetch parts and decode in go-routine. (#1569) 8 years ago
Harshavardhana eec41c369c posix: Return diskNotFound error rather than errVolumeNotFound (#1568) 8 years ago
Harshavardhana b66c3bf35e server: Enable server profiling as needed. (#1565) 8 years ago
Harshavardhana f733120d3d xl: CompleteMultipartUpload make sure to delete uploads.json (#1539) 8 years ago
Krishna Srinivas 6627388dc3 posix: remove dead code related to posix reserved suffixes. (#1555) 8 years ago
Harshavardhana 9d41414fb5 posix: reserved files should be filtered out at posix not object layer. (#1554) 8 years ago
Harshavardhana 722abe2d0f xl/fs: pathJoin now takes variadic inputs. (#1550) 8 years ago
Krishna Srinivas 04a5b25929 Multipart: Minimum part size limit does not apply to the last part during CompleteMultipartUpload. (#1518) (#1538) 8 years ago
Harshavardhana 90ea494338 erasure: waitCloser should implement CloseWithError. (#1543) 8 years ago
Harshavardhana a8fdd04e62 erasure: ReadFile should honor proper offsets. (#1542) 8 years ago
Harshavardhana 76c511c9fe api: Extend S3 errors with Minio errors. (#1533) 8 years ago
Krishna Srinivas 75320f70d0 multipart: reject part upload if size is less than 5MB. (#1518) 8 years ago
Krishna Srinivas 88e1c04259 XL/ListDir: break out of loop if list on one disk is a success. (#1534) 8 years ago
Krishna Srinivas a205aca6d2 init: Cleanup .minio/tmp directories recursively. Also takes care of cleaning up of parts directory during abortMultipartUpload. (#1532) 8 years ago
Harshavardhana 3f51dd4fd4 xl: CompleteMultipartUpload should rename files in a routine. (#1527) 8 years ago
Harshavardhana 56b7df90e1 xl/fs: ListObjectParts should set nextPartNumberMarker properly. (#1528) 8 years ago
Harshavardhana a56d5ef415 xl/fs: isFunctions should only return boolean. (#1525) 8 years ago
Harshavardhana 937d68202d server: Deadcode removal. (#1517) 8 years ago
Harshavardhana bf563afb80 xl: DeleteObject regression over errChannel. (#1521) 8 years ago