This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
mirror of
https://github.com/minio/minio.git
Watch
1
Star
0
Fork
You've already forked minio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15e832de64
minio
/
.gitignore
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Working build system, builds gopath dynamically
2014-11-01 20:04:24 -04:00
**/*.swp
Adding cover.out to gitignore
2014-11-22 21:31:19 -05:00
cover.out
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
2014-11-05 06:09:40 -05:00
*~
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
2015-01-14 14:29:04 -05:00
minio