Harshavardhana
c3ad0906e0
Add deadcode code which recursivley goes into all directories and verifies dangling variables.
10 years ago
Anand Babu (AB) Periasamy
6fc11932ec
make test -> test-all
10 years ago
Harshavardhana
a3fe948c8b
Remove setup development environment script
10 years ago
Harshavardhana
741e14f749
Remove go cover and remove unncessary Makefiles
10 years ago
Harshavardhana
0a1a47da1b
remove govet dependency for now
10 years ago
Harshavardhana
fab954f13f
Run govet and fix
10 years ago
Harshavardhana
79455c3f9d
No symlink, fail when not in GOPATH
10 years ago
Harshavardhana
0d91e7d540
Move to devscripts to avoid top level dir clutter
10 years ago
Harshavardhana
d036bf3a2a
Restructure docs and move mkdocs.yml to top-level
10 years ago
Harshavardhana
19267fa29a
Create the non-existent directory
10 years ago
Frederick F. Kautz IV
0646e7ae40
Fixing symlink test to not link if file exists
10 years ago
Harshavardhana
88af9ba666
Consolidate developers docs and Makefile, create symlink automatically
10 years ago
Frederick F. Kautz IV
84c5df8441
Using generic make test ./... and make build ./..., disabled signers code for now to fix build.
10 years ago
Harshavardhana
ac99968796
Add x509 tests and should be part of the build
10 years ago
Harshavardhana
d78cd581c5
Authorization validation in accordance with S3 signer AWSv2
10 years ago
Harshavardhana
07a1ad8b2d
Remote syso files in 'make clean'
10 years ago
Harshavardhana
2547163cb2
Add erasure package in its full form v1.0
10 years ago
Harshavardhana
4c0804c5bc
Cosmetic change 'minio' to be installed with Makefile
10 years ago
Harshavardhana
01d15ca3b2
Implement crc32c for Darwin, update documentation
10 years ago
Harshavardhana
3d43305b1f
Make gcc mandatory on OSX, since clang lacks certain GAS features
10 years ago
Harshavardhana
8582391ef6
Add arch=osx for isal to compile properly on MacOSX
10 years ago
Harshavardhana
e7c74fdde2
Add ARCH flags
10 years ago
Harshavardhana
9401262f75
Remove linux specific code for now, bring them in later
10 years ago
Harshavardhana
5b67da7d96
Add PutBucket and ListBuckets service
10 years ago
Frederick F. Kautz IV
f550e84cf4
Removing old server
...
Removing storage drivers
10 years ago
Harshavardhana
68de9ac19e
Further restructure
10 years ago
Anand Babu (AB) Periasamy
d4d43fa018
clean isal files as well
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
f347a1e590
Merge with Intel ISAL changes from github.com/minio-io/isal
...
- These changes bring in a much needed Mac OSX port for
Intel ISAL library
- At the current stage this MacOSX part of code is
considered beta
- pkg/cpu now supports OSX
- pkg/checksum/crc32c - is still WIP, rest of the packages
have been validated
10 years ago
Frederick F. Kautz IV
992dea1bf3
Adding index command
10 years ago
Harshavardhana
fff6b589cf
Rename split-file --> split
10 years ago
Harshavardhana
6b36b5c551
A full restructure
10 years ago
Harshavardhana
13650e088c
Implement md5c function, slower than Golang's implementation
...
keeping it in repo to make further improvements and also rename
minio-hash ---> crypto
10 years ago
Frederick F. Kautz IV
25c8bfee24
Adding minio-hash to install via Makefile
10 years ago
Frederick F. Kautz IV
ff55d40432
Adding md5, sha256, sha512 to Makefile
10 years ago
Harshavardhana
d4c05f11c7
Update documentation
10 years ago
Harshavardhana
5268a62166
Add minio-cli stub generator
10 years ago
Harshavardhana
e1b6f5391f
Add pkgs/scsi to build
10 years ago
Harshavardhana
3ec5c2fb8f
Implement commands
...
Commands implemented
$ minio put <objectname> <file>
$ minio encode <objectname>
$ minio get <objectname>
$ minio list
TODO :
$ minio init
$ minio verify
...
...
10 years ago
Frederick F. Kautz IV
05baa6d9a2
Removing fsstorage
10 years ago
Harshavardhana
0148237e22
Refactor checksum code, and add Objectname hashing per uploaded objects
...
Add placeholder sha256, sha512 implementations from Intel with AVX, AVX2
and SSE4.1 extensions - with some boilerplate Go code.
10 years ago
Harshavardhana
fc50291cac
fsStorage should use appendStorage with offsets
...
- also takes in 'blockSize' cli option.
- robustness fixes
10 years ago
Harshavardhana
235949eafe
Build fixes after moving to go1.4
10 years ago
Harshavardhana
c0724b38b9
Ignore io.EOF for gob decoding
10 years ago
Frederick F. Kautz IV
568ca4e1bc
erasure encoded demo
10 years ago
Frederick F. Kautz IV
e670608226
Fixing build
10 years ago
Harshavardhana
f6a5b61b00
Make get/put more robust
...
- init folder if not present already in 'get()' call
- put.go was referencing wrong args - fix it
- if no OBJECTNAME is specified during 'get' - grab a
list of files under "~/.minio"
- Provide new API GetList() for ObjectStorage struct
10 years ago
Harshavardhana
43680cd7b6
Add sha1 - AVX2 supported fast implementation, with some crc32c cleanup
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
c3fca84f25
Add git and mercurial as dependencies
10 years ago