1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 06:24:14 -04:00

7 Commits

Author SHA1 Message Date
Harshavardhana
faa6b1e925 vendorize deps for snappy, blake2b and sha256 ()
Bring in new optimization and portability changes.

Fixes https://github.com/minio/minio-go/issues/578
2016-12-19 19:32:55 -08:00
Harshavardhana
ed676667d0 vendor: update reedsolomon package with new changes. ()
- Cached inverse matrices for better reconstruct performance.
- New error reconstruction required is returned, helpful in
  initiating healing.
2016-10-06 21:57:42 -07:00
Harshavardhana
35d438e0ff vendorize: update all vendorized packages. ()
Bring in new changes from upstream for all the packages.

Important ones include
   - gorilla/mux
   - logrus
   - jwt
2016-07-14 14:59:20 -07:00
Harshavardhana
7f38f46e20 vendor: update klauspost/reedsomon package with upstream changes. () 2016-06-17 15:16:26 +05:30
Harshavardhana
ba7a55c321 xl: ReedSolomon code fix small file erasure bug. ()
For files less than 'dataBlocks', erasure encoding would fail
with short data due to a bug in the implementation itself.

Relax the error return, even a single byte can be properly
erasure coded without issues.

Fixes 
2016-05-01 15:30:40 -07:00
Harshavardhana
a9935f886c vendor: update reedsolomon package with new perm improvements. () 2016-04-29 14:59:03 -07:00
Harshavardhana
a98a7fb1ad Implement XL layer - preliminary work. 2016-04-25 12:47:31 -07:00