]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/lru_cache.rs
move ChunkStream to pbs-client
[proxmox-backup.git] / src / tools / lru_cache.rs
2021-06-08 Wolfgang Bumillerfixup minimum lru capacity
2021-06-08 Stefan Reitertools/lru_cache: make minimum capacity 1
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-01-25 Fabian Grünbichlerclippy: add is_empty() when len() is implemented
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: remove/replace needless explicit lifetimes
2020-06-19 Wolfgang Bumillerlru_cache: restrict and annotate Send impl
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnersrc/backup/dynamic_index.rs: Add LruCache for chunks.
2020-02-27 Christian Ebnertools::lru_cache: Improve access() and insert() by...
2020-02-27 Christian Ebnertools::lru_cache: Separate LinkedList part of LruCache...
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-01-29 Wolfgang Bumillertools: LruCache: add dropcheck marker
2020-01-24 Christian Ebnertools: add access method to LruCache
2020-01-22 Christian Ebnertools: LRU cache to use for pxar FUSE implementation.