Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+0 | |
* | Print stats | Alex Auvolat | 2021-04-27 | 1 | -1/+1 | |
* | Cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+3 | |
* | Keep old data | Alex Auvolat | 2021-04-27 | 2 | -5/+31 | |
* | Persist directly and not in background | Alex Auvolat | 2021-04-27 | 1 | -12/+11 | |
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 10 | -79/+224 | |
* | update to v0.2.1v0.2.1release-v0.2.1 | Alex Auvolat | 2021-03-19 | 7 | -26/+26 | |
* | Support old CPUsmaster | Alex Auvolat | 2021-03-19 | 2 | -6/+5 | |
* | Update Cargo.toml files with AGPL license infov0.2.0 | Alex Auvolat | 2021-03-18 | 7 | -43/+45 | |
* | garage node configure --replace <old_node_id> <new_node_id> | Alex Auvolat | 2021-03-18 | 1 | -28/+36 | |
* | resolve domain to multiple addresses | Trinity Pointard | 2021-03-18 | 1 | -10/+17 | |
* | remove domain resolution for *_bind_addr | Trinity Pointard | 2021-03-18 | 1 | -16/+0 | |
* | simplify addresse deserialialiser and limit allocations | Trinity Pointard | 2021-03-18 | 1 | -23/+7 | |
* | add support for using domain name in configuration | Trinity Pointard | 2021-03-18 | 1 | -1/+52 | |
* | Add trinity's comment in the code | Alex Auvolat | 2021-03-18 | 1 | -0/+5 | |
* | Merge pull request 'add support for caching headers' (#49) from trinity-1686a... | Alex | 2021-03-18 | 3 | -3/+46 | |
|\ | ||||||
| * | add support for caching headers | Trinity Pointard | 2021-03-18 | 3 | -3/+46 | |
* | | Prepare for release 0.2 | Alex Auvolat | 2021-03-18 | 7 | -26/+26 | |
* | | Allow to import keys from previous Garage instancedev-0.2 | Alex Auvolat | 2021-03-18 | 3 | -0/+37 | |
|/ | ||||||
* | Todo make a test for the Merkle updater | Alex Auvolat | 2021-03-16 | 1 | -44/+59 | |
* | Leader-based GC | Alex Auvolat | 2021-03-16 | 2 | -4/+18 | |
* | GC object table in a specific case | Alex Auvolat | 2021-03-16 | 2 | -1/+4 | |
* | Small changes | Alex Auvolat | 2021-03-16 | 2 | -23/+26 | |
* | Update dependencies | Alex Auvolat | 2021-03-16 | 17 | -90/+71 | |
* | Simpler Merkle & sync | Alex Auvolat | 2021-03-16 | 6 | -146/+85 | |
* | some reordering | Alex Auvolat | 2021-03-16 | 3 | -9/+7 | |
* | Refactor code | Alex Auvolat | 2021-03-16 | 6 | -167/+175 | |
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 9 | -58/+60 | |
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 14 | -148/+169 | |
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 20 | -144/+147 | |
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 7 | -48/+50 | |
* | Small fixes | Alex Auvolat | 2021-03-15 | 5 | -16/+37 | |
* | Make it case-insensitive | Alex Auvolat | 2021-03-15 | 1 | -1/+2 | |
* | Allow manipulation of keys by their shorthand in the CLI | Alex Auvolat | 2021-03-15 | 3 | -31/+48 | |
* | Tiny things | Alex Auvolat | 2021-03-15 | 2 | -1/+2 | |
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 3 | -34/+40 | |
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 15 | -44/+110 | |
* | Fix race condition | Alex Auvolat | 2021-03-15 | 5 | -58/+79 | |
* | 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 |