This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
430
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
4b586a51cf
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4b586a51cf'
${ noResults }
minio
/
.gitignore
4 lines
27 B
Raw
Normal View
History
Unescape
Escape
Working build system, builds gopath dynamically
10 years ago
**/*.swp
Adding cover.out to gitignore
10 years ago
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
10 years ago
*~
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
minio