minio/pkg
Harshavardhana 4ed50a8004 Fix encoding bug in donut during encoding phase
Stream reading needs to check for length parameter being non zero,
after Reading() a predefined set of buffer length an EOF might be returned
with length == 0.

Erasure taking this zeroed data in might wrongly encode it as part of existing
data blocks which leads to errors while decoding even when the other contents
are intact.
2015-10-05 22:12:53 -07:00
..
atomic Move atomic package to the top and simplify its tests 2015-09-20 13:51:38 -07:00
cpu Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled 2015-08-22 18:35:37 -07:00
crypto Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled 2015-08-22 18:35:37 -07:00
donut Fix encoding bug in donut during encoding phase 2015-10-05 22:12:53 -07:00
erasure Implement presigned policy 2015-10-04 00:01:34 -07:00
hash/crc32c Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
minhttp Restructure server code, controller now runs in silo 2015-08-27 17:07:32 -07:00
probe Prober stringer should avoid frivolous newlines 2015-09-29 10:13:11 -07:00
quick A better way to print prettified json syntax error msg 2015-10-03 12:25:44 -07:00
signature First time mode for controller 2015-10-04 16:42:16 -07:00