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.
Harshavardhana
375860077d
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
This patch also handles large individual part sizes > 5MB by using less memory copies.
|
9 years ago |
.. |
auth
|
Add server side signaturev4 check, not wired up to the readers yet.
|
9 years ago |
controller
|
Add auth rpc service to generate access keys, add corresponding test
|
9 years ago |
cpu
|
Implement new CPU detection using cpuid, cpuidex plan9 instructions from klauspost/cpuid project, remove C code
|
10 years ago |
crypto
|
Implement new CPU detection using cpuid, cpuidex plan9 instructions from klauspost/cpuid project, remove C code
|
10 years ago |
donut
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
9 years ago |
erasure
|
Go vet fixes for donut
|
10 years ago |
hash/crc32c
|
Restructure codebase move crypto, checksum to top-level, move ``split`` into donut, move crypto/keys into api/auth
|
10 years ago |
iodine
|
Trim iodine path properly, so that now errors have github.com/minio/minio prefixed
|
10 years ago |
quick
|
Move atomic file writes into its own package, use them inside quick and disk packages
|
9 years ago |
server
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
9 years ago |
utils
|
Moving os.MkdirAll() inside atomic for auto parent directory creates
|
9 years ago |