aboutsummaryrefslogtreecommitdiff
path: root/src/db/lmdb_adapter.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-181-0/+10
|\
| * [db-snapshot] Implement db snapshotting logic in garage_dbAlex Auvolat2024-03-151-0/+10
* | [rm-sled] Make proper use of pinning in LMDB adapter + comment unsaferm-sledAlex Auvolat2024-03-081-6/+22
* | [rm-sled] Implement iterators in sqlite & lmdb transactionsAlex Auvolat2024-03-081-14/+34
* | [rm-sled] Implement some missing functionality in garage_dbAlex Auvolat2024-03-081-2/+8
* | [rm-sled] Remove counted_tree_hackAlex Auvolat2024-03-081-4/+0
|/
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-5/+5
* Fix undefined macro warn! on 32-bitJakub Jirutka2023-05-071-1/+1
* cli: prettier table in garage statsAlex Auvolat2022-12-131-0/+4
* Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-buildAlex Auvolat2022-07-151-1/+0
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+8
* Fix garage_db build on 32-bit systemsfix-buildAlex Auvolat2022-06-091-0/+14
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-0/+329