Harshavardhana
c63a6dba2f
Add 'tiedot' integration package, first cut - more improvements needed
2015-01-27 18:15:23 -08:00
Harshavardhana
063832baaf
Implement TLS server
...
$ ./minio --tls --cert <your_cert> --key <your_private_key>
This patchset also provides crypto/x509 - which is a wrapper package
to generate X509 certificates.
This is necessary to provide certificates later through management console
2015-01-25 17:20:00 -08:00
Frederick F. Kautz IV
f550e84cf4
Removing old server
...
Removing storage drivers
2015-01-18 14:54:46 -08:00
Frederick F. Kautz IV
992dea1bf3
Adding index command
2015-01-06 22:26:09 +13:00
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.
2014-12-13 21:42:23 -08:00
Frederick F. Kautz IV
c2290dd1d4
Updates for cli and context
...
cli adds new global options. We'll be able to specify flags that
apply to multiple options now.
context update fixes parallelWriter function, actually writes a value out now.
2014-12-11 09:19:20 -08:00
Frederick F. Kautz IV
af273c5d0f
Removing groupcache lru dependency
2014-11-30 13:49:06 -08:00
Harshavardhana
3ad5f2d955
Add groupcache/lru into godep
2014-11-13 22:41:44 -08:00
Frederick F. Kautz IV
e0b9a59ad4
In memory object storage now uses patricia tree
2014-11-07 23:34:21 -08:00
Frederick F. Kautz IV
9275afa173
Changing minios to minio
2014-11-07 22:23:52 -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