aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* trace testAlex Auvolat2020-07-151-0/+8
* prettyAlex Auvolat2020-07-151-6/+9
* Validate content MD5 and SHA256 sums for PutObject and UploadPartAlex Auvolat2020-07-154-25/+104
* Implement correct ETag for objects created with PutObjectAlex Auvolat2020-07-132-8/+21
* More headers taken into accountAlex Auvolat2020-07-092-11/+33
* cargo fmtAlex Auvolat2020-07-085-80/+102
* Migrate S3 api to use new modelAlex Auvolat2020-07-085-70/+100
* Add support for model migrationsAlex Auvolat2020-07-081-3/+3
* Apply cargo fmt; add trace output when request signature is badAlex Auvolat2020-07-084-13/+9
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-079-135/+40
* Add versions to dependencies0.1.0Alex Auvolat2020-07-071-3/+3
* Add license, description and repository to .toml filesAlex Auvolat2020-07-071-0/+3
* Rename garage_core to garage_modelAlex Auvolat2020-07-078-18/+18
* Implement HTTP ranges in getAlex Auvolat2020-05-045-97/+220
* Implement DeleteObjectsAlex Auvolat2020-05-014-25/+132
* Slightly improved S3 compatibilityAlex Auvolat2020-05-015-47/+82
* Compatibility fixesAlex Auvolat2020-04-282-9/+5
* Work on APIAlex Auvolat2020-04-289-118/+355
* Abort multipart uploadAlex Auvolat2020-04-262-4/+44
* Implement multipart uploadsAlex Auvolat2020-04-265-55/+280
* Update delete codeAlex Auvolat2020-04-261-13/+17
* Prepare for multipart uploadsAlex Auvolat2020-04-264-21/+25
* S3 compatibility: fix bucket listing and HEAD and PUT on bucketAlex Auvolat2020-04-262-31/+46
* Remove leading / in keys; better delimiter handlingAlex Auvolat2020-04-242-3/+8
* Less verbosityAlex Auvolat2020-04-241-3/+1
* xml escapeAlex Auvolat2020-04-241-2/+8
* Some basic S3 functionnalityAlex Auvolat2020-04-245-302/+477
* Starting to be S3 compatibleAlex Auvolat2020-04-244-35/+419
* Split code for modular compilationAlex Auvolat2020-04-244-10/+41
* Make table objects slightly more fool-proof; add key tableAlex Auvolat2020-04-231-41/+36
* Reorganize codeAlex Auvolat2020-04-233-0/+444