aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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