aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add blake2 and xxhash hash functionsAlex Auvolat2021-02-232-1/+25
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-219-32/+30
* Some refactoringAlex Auvolat2021-02-218-120/+141
* More precise logging (warn only when returning a 500)Alex Auvolat2021-02-201-1/+5
* Add verification of part numbers in CompleteMultipartUpload (WIP #30)Alex Auvolat2021-02-204-26/+77
* add application/xml header and missing xml escapesAlex Auvolat2021-02-193-5/+11
* Add compatibility listAlex Auvolat2021-02-191-1/+1
* S3 compatibility: return 404 instead of 400 on some multipart commandsAlex Auvolat2021-02-191-13/+3
* Implement ListObjectsV2Alex Auvolat2021-02-193-67/+157
* Fix #28, extra headers being ignored (because of profound stupidity)Alex Auvolat2021-02-192-1/+5
* Small improvements in the S3 put workflowAlex Auvolat2021-02-191-39/+70
* Fix S3 ListObjects result and replace println!s by debug!s0.1.1bAlex Auvolat2021-01-162-5/+5
* Forgot a bumpAlex Auvolat2021-01-151-1/+1
* Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type)Alex Auvolat2021-01-151-1/+1
* Bump everything to 0.1.1Alex Auvolat2021-01-156-12/+12
* Do not accept domains such as [hellofeature/websiteAlex Auvolat2021-01-151-5/+8
* Explicitly set code path unreachableQuentin2021-01-151-3/+1
* Behavior problem: do not panic anymore + add testsQuentin2021-01-151-5/+10
* Doc tests that do not compile/work must be tagged with ignoreQuentin2021-01-151-3/+3
* Simplify Error fileQuentin2021-01-151-17/+1
* Remove unused dependenciesQuentin2021-01-151-19/+0
* Replace an already done check by unreachable!()Quentin2021-01-151-3/+1
* Fix formattingQuentin Dufour2020-12-171-14/+14
* Merge branch 'master' into feature/websiteQuentin Dufour2020-12-175-38/+207
|\
| * Make less things publicAlex Auvolat2020-12-123-27/+28
| * More documentation on CRDTs (we should probably extract this to aAlex Auvolat2020-12-121-26/+138
| * Merge branch 'master' into doc/modeldoc/modelAlex Auvolat2020-12-125-43/+92
| |\
| * | Add some doc on LWWQuentin2020-11-231-1/+30
| * | CRDT docQuentin2020-11-232-4/+31
* | | Web server access controlQuentin Dufour2020-12-171-0/+16
* | | Push updateQuentin2020-12-151-0/+1
* | | First implementation of the CLIQuentin2020-12-152-32/+23
* | | Start to implement Website CLIQuentin2020-12-142-3/+5
* | | Migrate RPC to new schemaQuentin2020-12-142-6/+14
* | | Implement migrationQuentin2020-12-122-5/+17
* | | WIP table migrationQuentin2020-12-123-11/+58
* | | Merge branch 'master' into feature/websiteQuentin2020-12-105-14/+48
|\ \ \ | | |/ | |/|
| * | Improved compatibility on list API callAlex Auvolat2020-12-061-11/+25
| * | Propose ETag fixbug/etagAlex Auvolat2020-12-054-3/+23
* | | CLI structureQuentin2020-12-102-0/+18
* | | Merge branch 'master' into feature/websiteQuentin2020-12-061-17/+34
|\| |
| * | Reformulate patchAlex Auvolat2020-12-051-5/+7
| * | Fix Content-Lengthbug/content-rangeQuentin2020-12-051-4/+5
| * | Content-range fixAlex Auvolat2020-12-051-15/+29
* | | Merge branch 'master' into feature/websiteQuentin2020-11-291-12/+10
|\| |
| * | Small optimisationAlex Auvolat2020-11-291-1/+1
| * | ETag patchAlex Auvolat2020-11-291-3/+7
| * | Small refactoringsAlex Auvolat2020-11-291-8/+2
| |/
* | Merge branch 'master' into feature/websiteQuentin2020-11-222-44/+67
|\|
| * Also check hash for < 3KB filesbug/checksumsQuentin2020-11-221-0/+14