aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
...
* Small optimisationAlex Auvolat2020-11-291-1/+1
* ETag patchAlex Auvolat2020-11-291-3/+7
* Small refactoringsAlex Auvolat2020-11-291-8/+2
* Also check hash for < 3KB filesbug/checksumsQuentin2020-11-221-0/+14
* Fix base64/hex checksum comparisonQuentin2020-11-222-44/+53
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-1/+1
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-1/+1
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-1/+3
* Simplify and_then(Some) as map() and remove moveAlex Auvolat2020-11-111-1/+1
* Replace with option syntaxic sugarQuentin2020-11-115-82/+35
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-089-79/+174
* Modif parse_bucket_key to fail when bucket is ""feature/unit-testsAlex Auvolat2020-11-081-10/+19
* Add a second testQuentin2020-11-071-1/+12
* Fix formattingQuentin2020-11-071-2/+2
* Add a test for parse_bucket_keyQuentin2020-11-071-0/+17
* 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