minio/pkg/donut
Harshavardhana e082f26e10 Improving EncoderStream to return error only upon non io.EOF.
io.EOF is okay since io.ReadFull will not have read any bytes at all.

Also making error channel receive only for go routine.
2015-07-25 15:57:30 -07:00
..
cache Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
disk Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
acl.go Across donut, split, nimble some code cleanup 2015-07-06 21:55:21 -07:00
bucket.go Improving EncoderStream to return error only upon non io.EOF. 2015-07-25 15:57:30 -07:00
common.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
config.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
definitions.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
donut-v1.go Encoder now directly reads from the object stream. Using split.Stream() was causing lot of redundant memory operations. 2015-07-26 03:54:39 +05:30
donut-v1_test.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
donut-v2.go Encoder now directly reads from the object stream. Using split.Stream() was causing lot of redundant memory operations. 2015-07-26 03:54:39 +05:30
donut-v2_test.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
encoder.go Encoder now directly reads from the object stream. Using split.Stream() was causing lot of redundant memory operations. 2015-07-26 03:54:39 +05:30
errors.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
heal.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
interfaces.go Rename more 2015-07-24 18:09:53 -07:00
LICENSE Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
management.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
multipart.go Encoder now directly reads from the object stream. Using split.Stream() was causing lot of redundant memory operations. 2015-07-26 03:54:39 +05:30
node.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
README.md Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
signature-v4.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00

Donut

donut - Donut (do not delete) on disk format implementation released under Apache license v2.