Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix list API bug | Alex Auvolat | 2021-03-15 | 2 | -12/+18 |
| | |||||
* | Optim & refactor | Alex Auvolat | 2021-03-12 | 1 | -8/+11 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 8 | -73/+120 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 14 | -59/+303 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 3 | -33/+43 |
| | |||||
* | Refactor CLI and prettify CLI outpu | Alex Auvolat | 2021-03-12 | 4 | -508/+570 |
| | |||||
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 5 | -3/+102 |
| | |||||
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 2 | -21/+16 |
| | |||||
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 3 | -30/+73 |
| | |||||
* | Don't sync at beginning | Alex Auvolat | 2021-03-12 | 1 | -3/+7 |
| | |||||
* | Fix merkle updater not being notified; improved logging | Alex Auvolat | 2021-03-12 | 4 | -16/+18 |
| | |||||
* | whoops | Alex Auvolat | 2021-03-11 | 2 | -2/+11 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 3 | -1/+12 |
| | |||||
* | Add comment, and also whoops, this wasn't doing what we expected | Alex Auvolat | 2021-03-11 | 1 | -8/+14 |
| | |||||
* | Add a nice warning | Alex Auvolat | 2021-03-11 | 1 | -2/+5 |
| | |||||
* | Tiny changes | Alex Auvolat | 2021-03-11 | 1 | -3/+6 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 11 | -985/+765 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 15 | -320/+381 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 10 | -82/+450 |
| | |||||
* | Very minor changes | Alex Auvolat | 2021-03-10 | 5 | -10/+16 |
| | |||||
* | Correctly implement CompleteMultipartUpload with etag check of parts | Alex Auvolat | 2021-03-10 | 2 | -19/+36 |
| | |||||
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 6 | -144/+1 |
| | |||||
* | Switch to blake2 sum for identifying blocks by their data | Alex Auvolat | 2021-03-10 | 2 | -28/+28 |
| | |||||
* | Change hash function to blake2 for partition keys based on strings | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 20 | -456/+590 |
| | |||||
* | Rename n_tokens into capacity | Alex Auvolat | 2021-03-10 | 2 | -15/+15 |
| | |||||
* | update condition | Alex Auvolat | 2021-03-05 | 1 | -3/+2 |
| | |||||
* | Not fully tested: new multi-dc MagLev | Alex Auvolat | 2021-03-05 | 3 | -81/+139 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 7 | -94/+71 |
| | | | | all nodes | ||||
* | Simulate stuff moving around | Alex Auvolat | 2021-02-25 | 1 | -0/+3 |
| | |||||
* | fix tracing | Alex Auvolat | 2021-02-24 | 1 | -2/+1 |
| | |||||
* | Arrange block manager | Alex Auvolat | 2021-02-24 | 1 | -83/+65 |
| | |||||
* | I was tired yesterday | Alex Auvolat | 2021-02-24 | 2 | -3/+10 |
| | |||||
* | fix misuse of sled transactions | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 11 | -19/+58 |
| | |||||
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 8 | -83/+62 |
| | |||||
* | Handle correctly deletion dues to offloading | Alex Auvolat | 2021-02-23 | 2 | -42/+38 |
| | |||||
* | Several changes in table_sync: | Alex Auvolat | 2021-02-23 | 2 | -116/+188 |
| | | | | | - separate path for case of offloading a partition we don't store - use sync::Mutex instead of tokio::Mutex, make less fn's async | ||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 12 | -32/+67 |
| | |||||
* | Replace some checksums where it makes sense | Alex Auvolat | 2021-02-23 | 3 | -6/+7 |
| | |||||
* | Add blake2 and xxhash hash functions | Alex Auvolat | 2021-02-23 | 2 | -1/+25 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 9 | -32/+30 |
| | |||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 8 | -120/+141 |
| | |||||
* | More precise logging (warn only when returning a 500) | Alex Auvolat | 2021-02-20 | 1 | -1/+5 |
| | |||||
* | Add verification of part numbers in CompleteMultipartUpload (WIP #30) | Alex Auvolat | 2021-02-20 | 4 | -26/+77 |
| | |||||
* | add application/xml header and missing xml escapes | Alex Auvolat | 2021-02-19 | 3 | -5/+11 |
| | |||||
* | Add compatibility list | Alex Auvolat | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | S3 compatibility: return 404 instead of 400 on some multipart commands | Alex Auvolat | 2021-02-19 | 1 | -13/+3 |
| | |||||
* | Implement ListObjectsV2 | Alex Auvolat | 2021-02-19 | 3 | -67/+157 |
| | |||||
* | Fix #28, extra headers being ignored (because of profound stupidity) | Alex Auvolat | 2021-02-19 | 2 | -1/+5 |
| |