summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Merge branch 'update' into 'main'HEADmainLars Wirzenius7-410/+368
2024-03-03chore: update versions on dependenciesLars Wirzenius2-30/+30
2024-03-03chore: upgrade dependency on aes-gcmLars Wirzenius3-21/+32
2024-03-03chore: upgrade dependency on indicatifLars Wirzenius4-16/+59
2024-03-03chore: upgrade dependency on pbkdf2Lars Wirzenius3-16/+16
2024-03-03chore: upgrade dependency on rpasswordLars Wirzenius3-5/+16
2024-03-03chore: upgrade dependency on rusqliteLars Wirzenius2-10/+10
2024-03-03chore: upgrade dependency on pretty_env_loggerLars Wirzenius2-44/+20
2024-03-03chore: update dependency on serde_yamlLars Wirzenius2-50/+7
2024-03-03chore: update dependenciesLars Wirzenius1-2/+2
2024-03-03chore: update Cargo.lockLars Wirzenius1-248/+208
2024-02-24builg: drop build systemLars Wirzenius1-1/+1
2024-02-23build: drop unwanted build-depsLars Wirzenius1-2/+0
2024-02-07Merge branch 'disable' into 'main'Lars Wirzenius1-3/+19
2024-02-07tests: disable some tests that don't succeed when run as rootLars Wirzenius1-3/+19
2024-01-01Merge branch 'chore' into 'main'Lars Wirzenius5-592/+772
2024-01-01chore: bump version for upload to apt.liw.fiv0.8.1Lars Wirzenius3-2/+8
2024-01-01chore: cargo updateLars Wirzenius1-581/+759
2024-01-01fix: make debian/rules work offlineLars Wirzenius1-3/+3
2024-01-01chore: drop unnecessary build dependenciesLars Wirzenius1-5/+1
2024-01-01chore(Cargo.toml): bump rust-version to 1.75Lars Wirzenius1-1/+1
2024-01-01Merge branch 'liw/fix' into 'main'Lars Wirzenius2-8/+12
2024-01-01chore: fix warnings found by SubplotLars Wirzenius1-0/+10
2024-01-01chore: fix silliness found by clippyLars Wirzenius1-8/+2
2023-10-21Merge branch 'liw/fix' into 'main'Lars Wirzenius5-10/+9
2023-10-21chore: fix blemishes found by clippyLars Wirzenius4-9/+8
2023-10-21fix(obnam.md): adapt to error message that has changed slightlyLars Wirzenius1-1/+1
2023-04-14Merge branch 'fix' into 'main'Lars Wirzenius1-3/+0
2023-04-14fix: drop generation of a PDF of the subplotLars Wirzenius1-3/+0
2023-01-07Merge branch 'liw/chores' into 'main'Lars Wirzenius2-3/+5
2023-01-07refactor: implement Default trait, instead just a function defaultLars Wirzenius1-2/+4
2023-01-07refactor: use idiom to iterate over keys in HashMapLars Wirzenius1-1/+1
2022-11-18Merge branch 'liw/clap4' into 'main'Lars Wirzenius2-72/+64
2022-11-18chore: update dependencies, including clap to v4Lars Wirzenius2-72/+64
2022-11-12Merge branch 'liw/chore' into 'main'Lars Wirzenius5-11/+11
2022-11-12fix: unnecessary borrows, other things found by clippyLars Wirzenius5-11/+11
2022-11-02Merge branch 'fix/subplot' into 'main'Lars Wirzenius1-1/+2
2022-11-02fix: obnam.subplot to work with current SubplotLars Wirzenius1-1/+2
2022-11-02Merge branch 'liw/version' into 'main'Lars Wirzenius1-1/+1
2022-11-02fix: put back --versionLars Wirzenius1-1/+1
2022-10-28Merge branch 'liw/tidy-up' into 'main'Lars Wirzenius2-78/+0
2022-10-28chore: drop IndexedStore, which wasn't used anywhere, anymoreLars Wirzenius2-78/+0
2022-10-28Merge branch 'liw/minoru-async-store' into 'main'Lars Wirzenius8-211/+366
2022-10-28feat! finish chunk store abstractionLars Wirzenius4-63/+16
2022-10-26Make LocalStore Sync (provide interior mutability)Alexander Batischev1-10/+15
2022-10-26stashLars Wirzenius1-11/+8
2022-10-26change put to take a vector of bytesLars Wirzenius2-12/+7
2022-10-26use new chunk store for all of client.rsLars Wirzenius3-53/+21
2022-10-26drop dead codeLars Wirzenius1-58/+0
2022-10-26impl backup client find client trusts with new chunk storeLars Wirzenius1-9/+3