Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix S3 ListObjects result and replace println!s by debug!s0.1.1b | Alex Auvolat | 2021-01-16 | 2 | -5/+5 | |
* | Forgot a bump | Alex Auvolat | 2021-01-15 | 1 | -1/+1 | |
* | Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type) | Alex Auvolat | 2021-01-15 | 1 | -1/+1 | |
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 6 | -12/+12 | |
* | Do not accept domains such as [hellofeature/website | Alex Auvolat | 2021-01-15 | 1 | -5/+8 | |
* | Explicitly set code path unreachable | Quentin | 2021-01-15 | 1 | -3/+1 | |
* | Behavior problem: do not panic anymore + add tests | Quentin | 2021-01-15 | 1 | -5/+10 | |
* | Doc tests that do not compile/work must be tagged with ignore | Quentin | 2021-01-15 | 1 | -3/+3 | |
* | Simplify Error file | Quentin | 2021-01-15 | 1 | -17/+1 | |
* | Remove unused dependencies | Quentin | 2021-01-15 | 1 | -19/+0 | |
* | Replace an already done check by unreachable!() | Quentin | 2021-01-15 | 1 | -3/+1 | |
* | Fix formatting | Quentin Dufour | 2020-12-17 | 1 | -14/+14 | |
* | Merge branch 'master' into feature/website | Quentin Dufour | 2020-12-17 | 5 | -38/+207 | |
|\ | ||||||
| * | Make less things public | Alex Auvolat | 2020-12-12 | 3 | -27/+28 | |
| * | More documentation on CRDTs (we should probably extract this to a | Alex Auvolat | 2020-12-12 | 1 | -26/+138 | |
| * | Merge branch 'master' into doc/modeldoc/model | Alex Auvolat | 2020-12-12 | 5 | -43/+92 | |
| |\ | ||||||
| * | | Add some doc on LWW | Quentin | 2020-11-23 | 1 | -1/+30 | |
| * | | CRDT doc | Quentin | 2020-11-23 | 2 | -4/+31 | |
* | | | Web server access control | Quentin Dufour | 2020-12-17 | 1 | -0/+16 | |
* | | | Push update | Quentin | 2020-12-15 | 1 | -0/+1 | |
* | | | First implementation of the CLI | Quentin | 2020-12-15 | 2 | -32/+23 | |
* | | | Start to implement Website CLI | Quentin | 2020-12-14 | 2 | -3/+5 | |
* | | | Migrate RPC to new schema | Quentin | 2020-12-14 | 2 | -6/+14 | |
* | | | Implement migration | Quentin | 2020-12-12 | 2 | -5/+17 | |
* | | | WIP table migration | Quentin | 2020-12-12 | 3 | -11/+58 | |
* | | | Merge branch 'master' into feature/website | Quentin | 2020-12-10 | 5 | -14/+48 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Improved compatibility on list API call | Alex Auvolat | 2020-12-06 | 1 | -11/+25 | |
| * | | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 4 | -3/+23 | |
* | | | CLI structure | Quentin | 2020-12-10 | 2 | -0/+18 | |
* | | | Merge branch 'master' into feature/website | Quentin | 2020-12-06 | 1 | -17/+34 | |
|\| | | ||||||
| * | | Reformulate patch | Alex Auvolat | 2020-12-05 | 1 | -5/+7 | |
| * | | Fix Content-Lengthbug/content-range | Quentin | 2020-12-05 | 1 | -4/+5 | |
| * | | Content-range fix | Alex Auvolat | 2020-12-05 | 1 | -15/+29 | |
* | | | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 1 | -12/+10 | |
|\| | | ||||||
| * | | Small optimisation | Alex Auvolat | 2020-11-29 | 1 | -1/+1 | |
| * | | ETag patch | Alex Auvolat | 2020-11-29 | 1 | -3/+7 | |
| * | | Small refactorings | Alex Auvolat | 2020-11-29 | 1 | -8/+2 | |
| |/ | ||||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-22 | 2 | -44/+67 | |
|\| | ||||||
| * | Also check hash for < 3KB filesbug/checksums | Quentin | 2020-11-22 | 1 | -0/+14 | |
| * | Fix base64/hex checksum comparison | Quentin | 2020-11-22 | 2 | -44/+53 | |
* | | Fix wrong http status code | Quentin | 2020-11-21 | 1 | -0/+1 | |
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-21 | 8 | -225/+352 | |
|\| | ||||||
| * | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 2 | -0/+4 | |
| * | Warning when cannot decode entry (data format incompatibilities) | Alex Auvolat | 2020-11-20 | 1 | -8/+13 | |
| * | less type bounds | Alex Auvolat | 2020-11-20 | 1 | -6/+6 | |
| * | simplify | Alex Auvolat | 2020-11-20 | 2 | -6/+4 | |
| * | oops | Alex Auvolat | 2020-11-20 | 2 | -1/+2 | |
| * | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 8 | -185/+150 | |
| * | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 5 | -96/+245 | |
* | | Handle HEAD | Quentin | 2020-11-21 | 1 | -4/+8 |