Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in db convert: map size up to 1TB on 64-bit systems | Alex Auvolat | 2022-06-06 | 1 | -1/+9 |
* | Fix more .unwrap()'s | Alex Auvolat | 2022-06-06 | 3 | -13/+28 |
* | fix | Alex Auvolat | 2022-06-06 | 1 | -1/+1 |
* | add comment | Alex Auvolat | 2022-06-06 | 1 | -0/+9 |
* | Improve things in block manager & correctly propagate .len() errors | Alex Auvolat | 2022-06-06 | 4 | -40/+70 |
* | Table updated trigger now happens in transaction, this is waaaay better! | Alex Auvolat | 2022-06-06 | 9 | -110/+178 |
* | Fix clippy | Alex Auvolat | 2022-06-06 | 2 | -11/+9 |
* | Simplify lmdb adapter (one less indirection) | Alex Auvolat | 2022-06-06 | 1 | -27/+6 |
* | Whoops | Alex Auvolat | 2022-06-06 | 2 | -2/+2 |
* | Small syntax changes | Alex Auvolat | 2022-06-06 | 6 | -32/+18 |
* | Safe choice: revert "Update rmp-serde" | Alex Auvolat | 2022-06-06 | 16 | -20/+22 |
* | Safe choice: return Vec<u8> and not some fancy zero-copy type | Alex Auvolat | 2022-06-06 | 9 | -205/+49 |
* | Fix more sqlite deadlocks | Alex Auvolat | 2022-06-06 | 2 | -74/+79 |
* | fixes | Alex Auvolat | 2022-06-06 | 5 | -12/+32 |
* | Integrate LMDB with rest | Alex Auvolat | 2022-06-03 | 4 | -3/+58 |
* | Implement iterator for LMDB | Alex Auvolat | 2022-06-03 | 1 | -8/+98 |
* | LMDB: use Heed wrapper (much more complete) | Alex Auvolat | 2022-06-03 | 3 | -39/+33 |
* | Start LMDB adapter, with fixed semantics | Alex Auvolat | 2022-06-03 | 11 | -85/+372 |
* | Update rmp-serde | Alex Auvolat | 2022-06-03 | 16 | -22/+20 |
* | small fixes | Alex Auvolat | 2022-06-03 | 2 | -6/+3 |
* | whoops | Alex Auvolat | 2022-06-03 | 2 | -2/+17 |
* | Fix block repair to not deadlock with sqlite | Alex Auvolat | 2022-06-03 | 1 | -0/+8 |
* | fix clipy lint | Alex Auvolat | 2022-06-03 | 1 | -5/+4 |
* | Slightly prettier code | Alex Auvolat | 2022-06-03 | 5 | -78/+42 |
* | Garage works on sqlite, but it's a hack | Alex Auvolat | 2022-06-03 | 7 | -34/+118 |
* | Conversion utility | Alex Auvolat | 2022-06-03 | 5 | -78/+130 |
* | Fix most clippy lints | Alex Auvolat | 2022-06-03 | 8 | -85/+90 |
* | Change value type to be a dyn thing | Alex Auvolat | 2022-06-03 | 10 | -45/+165 |
* | Drop later | Alex Auvolat | 2022-06-03 | 2 | -14/+16 |
* | Just refactor a bit | Alex Auvolat | 2022-06-02 | 1 | -71/+45 |
* | Horrible implementation of range for sqlite | Alex Auvolat | 2022-06-02 | 1 | -2/+92 |
* | Sqlite iter with unsafe code | Alex Auvolat | 2022-06-02 | 7 | -60/+162 |
* | Add back Send | Alex Auvolat | 2022-06-02 | 1 | -1/+1 |
* | Begin sqlite adapter | Alex Auvolat | 2022-06-02 | 5 | -102/+394 |
* | Use Cell instead of ArcSwap | Alex Auvolat | 2022-06-02 | 3 | -42/+27 |
* | Complete sled abstraction | Alex Auvolat | 2022-06-02 | 2 | -17/+133 |
* | Do not put sled in garage's cargo.toml | Alex Auvolat | 2022-06-02 | 3 | -4/+6 |
* | Adapt Garage to use new DB abstraction | Alex Auvolat | 2022-06-02 | 25 | -210/+351 |
* | Implement iter() and range() on db | Alex Auvolat | 2022-06-02 | 3 | -15/+98 |
* | First iteration of a generic DB layer | Alex Auvolat | 2022-06-02 | 5 | -0/+379 |
* | Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-type | Alex Auvolat | 2022-05-25 | 8 | -43/+30 |
* | K2V client improvements (#307)v0.7.2 | Alex | 2022-05-24 | 4 | -4/+61 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 60 | -857/+2551 |
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 10 | -29/+1138 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 2 | -2/+93 |
* | Make background runner terminate correctly | Alex Auvolat | 2022-05-17 | 1 | -15/+22 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 78 | -1141/+5520 |
* | Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4 | Alex Auvolat | 2022-05-09 | 1 | -1/+1 |
* | Fix `layout show` to not show changes when there are no changes (#297) | Alex | 2022-05-09 | 2 | -5/+22 |
* | fix clippyfix-multipart-fragmentation | Alex Auvolat | 2022-04-19 | 1 | -1/+1 |