Harshavardhana
|
62f6ffb6db
|
xl: Moved to minio/minio - fixes #1112
|
9 years ago |
Harshavardhana
|
762b798767
|
Migrate this project to minio micro services code
|
9 years ago |
Krishna Srinivas
|
1ea91d2fa2
|
Use missingEncodedBlocksCount directly instead of "-1" workaround in missingEncodedBlocks[]
Makes Code more readable
|
9 years ago |
Harshavardhana
|
63c9cf0c4b
|
Move from Minimalist Object Storage to Minio Cloud Storage
|
9 years ago |
Harshavardhana
|
7fd1cc073c
|
Add everything back into one project hood, still missing iodine
|
10 years ago |
Harshavardhana
|
92f408af5d
|
Add erasure to godep
|
10 years ago |
Anand Babu (AB) Periasamy
|
bd39768de2
|
janitor duty on erasure-decode
|
10 years ago |
Harshavardhana
|
2cbd15b690
|
Golint fixes
|
10 years ago |
Anand Babu (AB) Periasamy
|
fa9b1f341b
|
erasure encode janitor duty
|
10 years ago |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
10 years ago |
Harshavardhana
|
d992bccd9a
|
Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups
|
10 years ago |
Harshavardhana
|
432275e966
|
Full restructure in accordance with
- pkg/{subsystem}/{package} style
- modify Makefile to reflect the new style,
consolidate various entries
- add a dummy ``main.go`` at top level
|
10 years ago |
Harshavardhana
|
6b36b5c551
|
A full restructure
|
10 years ago |
Harshavardhana
|
235949eafe
|
Build fixes after moving to go1.4
|
10 years ago |
Harshavardhana
|
7314b5e37d
|
Fixes #71 - some crazy races inside erasure and simplify the code
- This change also brings in changing 'unsigned char' to 'uint8_t'
for brevity
|
10 years ago |
Harshavardhana
|
7e79721452
|
No caps for stdint
|
10 years ago |
Harshavardhana
|
922e6bac0b
|
Erasure restructuring
|
10 years ago |
Harshavardhana
|
3cefaf5ad8
|
Restructure directory, add 'pkgs' folder now
|
10 years ago |
Harshavardhana
|
1e7515a7df
|
Add erasure coding and decoding using Intel Storage Acceleration library
- move contrib/erasure --> contrib/isal
- bring in low level 'isal' package for Go for exposing C functions
- Implement Erasure 'encoding'
Supports - Reed Solomon Codes, Cauchy Codes
- Implement Erasure 'decoding'
Supports - Reed Solomon Codes, Cauchy Codes
- Renames Minios -> Minio at all the references
|
10 years ago |