Harshavardhana
|
43680cd7b6
|
Add sha1 - AVX2 supported fast implementation, with some crc32c cleanup
|
2014-12-09 01:00:02 -08:00 |
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
|
2014-12-07 01:33:49 -08:00 |
Harshavardhana
|
c3fca84f25
|
Add git and mercurial as dependencies
|
2014-12-04 01:56:08 -08:00 |
Harshavardhana
|
fb34c5290c
|
Fast CRC implementations ported from Intel's efforts
Provides fast CRC32C with PCLMULQDQ instructions in Golang
The white papers on CRC32C calculations with PCLMULQDQ instruction can be
downloaded from:
http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/crc-iscsi-polynomial-crc32-instruction-paper.pdf
http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-paper.pdf
|
2014-12-03 01:20:31 -08:00 |
Harshavardhana
|
6e4583ef1d
|
Build restructure top level
|
2014-12-01 14:45:50 -08:00 |
Harshavardhana
|
a4676211cf
|
Enable cover profile and test for split and strbyteconv
|
2014-12-01 10:40:50 -08:00 |
Harshavardhana
|
67e9a27b34
|
Enable way to split files at input bytes
|
2014-12-01 01:00:56 -08:00 |
Frederick F. Kautz IV
|
d1f9704f25
|
Fixing build where cover and godep cause a break when system is offline
|
2014-11-30 21:58:39 -08:00 |
Harshavardhana
|
fa1a13a8bf
|
Cleanup makefile
|
2014-11-30 15:20:20 -08:00 |
Harshavardhana
|
eaf5379246
|
Update readme with clear instructions
|
2014-11-30 15:09:58 -08:00 |
Frederick F. Kautz IV
|
6382ee161e
|
Renaming minio-demo to erasure-demo
|
2014-11-30 13:54:31 -08:00 |
Frederick F. Kautz IV
|
3c09029049
|
Merging encode and decode to single minio-demo binary
|
2014-11-29 22:48:37 -08:00 |
Frederick F. Kautz IV
|
03beef3afc
|
Moving gateway and storage driver to packages
|
2014-11-29 14:42:22 -08:00 |
Harshavardhana
|
3cefaf5ad8
|
Restructure directory, add 'pkgs' folder now
|
2014-11-24 15:10:25 -08:00 |
Frederick F. Kautz IV
|
5a3eb47583
|
Adding minio-decode
|
2014-11-23 19:32:01 -08:00 |
Frederick F. Kautz IV
|
a15e935a33
|
Adding minio-encode binary
|
2014-11-22 18:39:59 -08:00 |
Matthew Farrellee
|
5047c055f6
|
stop requiring a cover directory
it is not automatically created. instead, store coverage output in the
current directory.
|
2014-11-22 21:13:56 -05:00 |
Frederick F. Kautz IV
|
9c18624e58
|
Removing binaries
|
2014-11-22 15:16:38 -08:00 |
Frederick F. Kautz IV
|
1a6b9ccfc8
|
Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891
|
2014-11-22 13:09:05 -08:00 |
Frederick F. Kautz IV
|
f8f9f65652
|
Moving minio command to cmd/minio
|
2014-11-14 18:20:40 -07:00 |
Frederick F. Kautz IV
|
9275afa173
|
Changing minios to minio
|
2014-11-07 22:23:52 -08:00 |
Frederick F. Kautz IV
|
5878dd5e50
|
Cleaning up more code, system generated by config
|
2014-11-06 22:45:27 -08:00 |
Frederick F. Kautz IV
|
0c68f52caf
|
Adding bucket management system with in memory storage driver
|
2014-11-06 21:34:46 -05:00 |
Frederick F. Kautz IV
|
e98a77ff1a
|
Moving to godep for dependency management
|
2014-11-03 20:59:07 -08:00 |
Frederick F. Kautz IV
|
fc6a2a45cb
|
Setting up initial cli options and http handlers
|
2014-11-02 17:33:40 -08:00 |
Frederick F. Kautz IV
|
dca2f84bc9
|
Refactoring miniosd and minios to a single binary minio
|
2014-11-02 14:33:53 -05:00 |
Frederick F. Kautz IV
|
2c73655b7c
|
Working build system, builds gopath dynamically
|
2014-11-01 19:44:30 -07:00 |
Frederick F. Kautz IV
|
26aad4eab2
|
Adding third_party dir support
|
2014-11-01 15:20:59 -07:00 |
Frederick F. Kautz IV
|
720ccbddee
|
Adding initial makefile and main.go
|
2014-11-01 04:22:16 -04:00 |