summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)AuthorFilesLines
2020-11-27feat! make obnam-server always use TLSLars Wirzenius1-3/+3
2020-11-25feat: add programs to benchmark server chunk storageLars Wirzenius4-0/+118
2020-11-24refactor: add an abstraction for an indexed storeLars Wirzenius1-61/+31
2020-11-22feat! use temporary files for SQLite databasesLars Wirzenius1-9/+1
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-1/+3
2020-11-13refactor: put all client functionality into one programLars Wirzenius4-186/+52
2020-11-10feat: restore a generationLars Wirzenius2-17/+80
2020-11-09fetch gen sqlite file when restoringLars Wirzenius1-75/+15
2020-11-09start on obnam-listLars Wirzenius2-1/+32
2020-11-08feat(src/bin/obnam-backup.rs): new backup client, walks live dataLars Wirzenius1-202/+23
2020-10-16feat: obnam-restore restores generation to stdoutLars Wirzenius2-18/+201
2020-10-14refactor: rename Chunk to DataChunkLars Wirzenius2-7/+7
2020-10-14refactor: move chunk metadata out of chunk structLars Wirzenius2-19/+19
2020-10-10feat: add logging of problems, and generally what's going onLars Wirzenius1-14/+28
2020-10-10feat: add logging to all requestsLars Wirzenius1-1/+3
2020-10-03feat: add rudimentary backup clientLars Wirzenius2-3/+161
2020-09-26refactor: add helper functions to reduce code clutterLars Wirzenius1-57/+81
2020-09-19feat: search, delete chunks on chunk serverLars Wirzenius1-10/+131
2020-09-18use to_string method for ChunkId instead of format! macroLars Wirzenius1-1/+1
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-0/+224