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.
|
10 years ago |
.. |
cache
|
Fix issues with multipart upload
|
10 years ago |
disk
|
Moving os.MkdirAll() inside atomic for auto parent directory creates
|
10 years ago |
split
|
Across donut, split, nimble some code cleanup
|
10 years ago |
LICENSE
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
README.md
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
acl.go
|
Across donut, split, nimble some code cleanup
|
10 years ago |
bucket.go
|
Add API tests for both donut on disk and donut cache
|
10 years ago |
common.go
|
Across donut, split, nimble some code cleanup
|
10 years ago |
config.go
|
Add API tests for both donut on disk and donut cache
|
10 years ago |
definitions.go
|
Implement metadata cache, metadata cache is used by top level donut right now. Rename trove as data cache
|
10 years ago |
donut-v1.go
|
Make donut do everything as an atomic operation, this avoids all the deadlocks and races
|
10 years ago |
donut-v1_test.go
|
Add API tests for both donut on disk and donut cache
|
10 years ago |
donut-v2.go
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
10 years ago |
donut-v2_test.go
|
Add API tests for both donut on disk and donut cache
|
10 years ago |
encoder.go
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
errors.go
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
10 years ago |
interfaces.go
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
management.go
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
multipart.go
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
10 years ago |
node.go
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
rebalance.go
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
signature-v4.go
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
|
10 years ago |
Donut
donut - Donut (do not delete) on disk format implementation released under Apache license v2.