summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-31feat: configure log verbosity with OBNAM_SERVER_LOG envvarAlexander Batischev1-1/+1
2021-07-30cleanup: fix things rustc/clipppy now complain aboutLars Wirzenius9-19/+19
2021-07-28Backup: exit non-zero if new tags are foundAlexander Batischev2-2/+11
2021-07-28Store backup_roots() outcome in a structAlexander Batischev2-12/+30
2021-07-28After the backup, print out a list of new CACHEDIR.TAGsAlexander Batischev2-7/+26
2021-07-28FsIter: annotate entries belonging to CACHEDIR.TAGsAlexander Batischev2-23/+31
2021-07-28Mark CACHEDIR.TAGs in the databaseAlexander Batischev2-24/+126
2021-07-23refactor: async for "obnam show-generation"Lars Wirzenius1-5/+10
2021-07-23refactor: use async for "obnam restore"Lars Wirzenius1-18/+27
2021-07-23refactor: use async for "obnam list-files"Lars Wirzenius2-4/+39
2021-07-23refactor: use async for "obnam list"Lars Wirzenius2-3/+26
2021-07-23refactor: use async for "obnam get-chunk"Lars Wirzenius2-4/+123
2021-07-22Merge branch 'feature/114-replace-string-with-chunkid' into 'main'Lars Wirzenius2-4/+6
2021-07-21Replace StoreResult with plain ResultAlexander Batischev1-6/+3
2021-07-21Replace IndexedResult with plain ResultAlexander Batischev1-11/+8
2021-07-21Replace IndexResult with plain ResultAlexander Batischev1-19/+16
2021-07-21Replace LocalGenerationResult with plain ResultAlexander Batischev1-24/+32
2021-07-21Replace NascentResult with plain ResultAlexander Batischev1-5/+3
2021-07-21Replace FsIterResult with plain ResultAlexander Batischev2-8/+6
2021-07-21Replace FsEntryResult with plain ResultAlexander Batischev1-4/+2
2021-07-21Replace ClientConfigResult with plain ResultAlexander Batischev1-3/+1
2021-07-21Replace RestoreResult with plain ResultAlexander Batischev1-11/+9
2021-07-21Replace ClientResult with plain ResultAlexander Batischev1-20/+22
2021-07-21Replace ChunkerResult with plain ResultAlexander Batischev1-5/+3
2021-07-21Replace GenerationChunkResult with plain ResultAlexander Batischev1-5/+2
2021-07-21backup_run: replace tuple with a structAlexander Batischev2-9/+25
2021-07-21Replace BackupResult with plain ResultAlexander Batischev2-7/+8
2021-07-21In errors, store chunk ids as `ChunkId`, not `String`Alexander Batischev2-4/+6
2021-07-18docs: clarify comments in engine.rsLars Wirzenius1-2/+2
2021-07-18fix: use an explicit tokio runtimeLars Wirzenius1-2/+3
2021-07-18feat: add "chunkify" subcommandLars Wirzenius3-0/+108
2021-07-18feat: add Engine and WorkQueue abstractions for async processingLars Wirzenius3-0/+183
2021-07-05refactor: code to run backups to have less repetitionLars Wirzenius3-132/+86
2021-07-05refactor: have main explicitly print error messageLars Wirzenius1-8/+11
2021-06-19chore: bump dependency on indicatif to 0.16, and fix what's neededLars Wirzenius2-4/+3
2021-06-13feat: restore symlink metadataAlexander Batischev1-7/+14
2021-06-04feat: do not panic if chunk nonce is unexpectedly shortAlexander Batischev1-8/+27
2021-05-31feat: add subcommands for encrypting, decrypting individual chunksLars Wirzenius2-0/+65
2021-05-31refactor: only send/receive encrypted chunks with serverLars Wirzenius1-65/+65
2021-05-31feat: add chunk encryptionLars Wirzenius3-0/+205
2021-05-29feat! drop MAC passphrase, fix key derivationLars Wirzenius1-5/+10
2021-05-29refactor: make metadata part of a chunkLars Wirzenius2-2/+21
2021-05-29refactor: only have client config without passwordsLars Wirzenius6-96/+49
2021-05-29refactor: count chunks via file system, not via chunk server APILars Wirzenius2-26/+1
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius11-53/+62
2021-05-29refactor: split bare chunk server client into its own structLars Wirzenius1-71/+84
2021-04-29feat: improve error messagesLars Wirzenius9-97/+161
2021-04-26Port chunkids() to the iterator APIAlexander Batischev3-12/+24
2021-04-26Generalize the machinery to arbitrary result typesAlexander Batischev1-18/+55
2021-04-26Extend the iterator to users of LocalGeneration::files()Alexander Batischev4-7/+8