summaryrefslogtreecommitdiff
path: root/src/cmd/show_gen.rs
AgeCommit message (Expand)AuthorFilesLines
2022-10-23refactor: use clap instead of structoptLars Wirzenius1-3/+3
2022-05-03refactor: add a type for plain integers we store in a databaseLars Wirzenius1-2/+3
2022-04-21feat: show-generation shows size of the generation's SQLite dbLars Wirzenius1-0/+9
2022-04-21feat: change "show-generation" output to JSONLars Wirzenius1-4/+34
2022-03-22feat! store list of generations in a "client trust root" chunkLars Wirzenius1-1/+7
2022-03-06refactor: use new database abstraction for generationsLars Wirzenius1-2/+1
2022-01-16refactor: rename AsyncBackupClient to just BackupClientLars Wirzenius1-2/+2
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+5
2021-08-01refactor: add a type alias for generation idsLars Wirzenius1-1/+1
2021-07-23refactor: async for "obnam show-generation"Lars Wirzenius1-5/+10
2021-04-26Extend the iterator to users of LocalGeneration::files()Alexander Batischev1-2/+3
2021-04-26Expose fallibility of individual SQL resultsAlexander Batischev1-7/+10
2021-04-10refactor: struct ShowGeneration subcommandLars Wirzenius1-20/+29
2021-04-10refactor: move ClientConfig into its own moduleLars Wirzenius1-1/+1
2021-03-03fix: allow generation temporary files to be automatically deletedLars Wirzenius1-11/+2
2021-02-06feat: client verifies server's TLS certificate by defaultLars Wirzenius1-1/+1
2021-02-04refactor: have per-module error enumsLars Wirzenius1-6/+2
2021-01-16feat: add "obnam show-generation" subcommandLars Wirzenius1-0/+46