aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * Fix base64/hex checksum comparisonQuentin2020-11-222-44/+53
* | Fix wrong http status codeQuentin2020-11-211-0/+1
* | Merge branch 'master' into feature/websiteQuentin2020-11-218-225/+352
|\|
| * data hexdump in warningfeature/better-crdtAlex Auvolat2020-11-202-0/+4
| * Warning when cannot decode entry (data format incompatibilities)Alex Auvolat2020-11-201-8/+13
| * less type boundsAlex Auvolat2020-11-201-6/+6
| * simplifyAlex Auvolat2020-11-202-6/+4
| * oopsAlex Auvolat2020-11-202-1/+2
| * Convert bucket table to better CRDT representationAlex Auvolat2020-11-208-185/+150
| * Begin improve model to use better CRDTsAlex Auvolat2020-11-205-96/+245
* | Handle HEADQuentin2020-11-211-4/+8
* | Use handle_getQuentin2020-11-218-129/+20
* | We are able to serve a fileQuentin2020-11-212-5/+108
* | Fix host to keyQuentin2020-11-211-5/+19
* | Merge remote-tracking branch 'origin/master' into feature/websiteQuentin2020-11-2111-55/+91
|\|
| * Fix reconciliation logicAlex Auvolat2020-11-202-5/+6
| * Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-2011-50/+85
* | Support punnycodeQuentin2020-11-202-2/+4
* | Make it compile againQuentin2020-11-193-2/+56
* | Merge branch 'master' into feature/websiteQuentin2020-11-1917-213/+228
|\|
| * 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-0816-131/+193
* | Build errorQuentin2020-11-111-3/+22
* | Build path correctlyQuentin2020-11-112-4/+37
* | WIP fetch objectQuentin2020-11-111-0/+7
* | Add documentation to host_to_bucketQuentin2020-11-101-0/+6
* | Panic when it is a logical errorQuentin2020-11-101-4/+1
* | Rewrite for clarityQuentin2020-11-101-8/+11
* | Fix indent againQuentin2020-11-101-6/+11
* | Fixes due to integration testsQuentin2020-11-101-2/+1
* | Rewrite authority to host while staying on stackQuentin2020-11-101-21/+22
* | Fix formattingQuentin2020-11-103-37/+36
* | Extract bucketQuentin2020-11-103-6/+53
* | Log hostQuentin2020-11-081-2/+2
* | Add some documentationQuentin2020-11-081-1/+9
* | Merge branch 'master' into feature/websiteQuentin2020-11-081-9/+46
|\|
| * 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
* | Parse host headerQuentin2020-11-081-3/+68
* | It compiles!Quentin2020-11-031-0/+1
* | Fix description of the crateQuentin2020-11-021-1/+1