summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-19Merge branch 'pywrite' into 'main'Lars Wirzenius2-4/+8
2021-07-19test: use better way to write files in PythonLars Wirzenius2-4/+8
2021-07-18Merge branch 'async-chunking' into 'main'Lars Wirzenius11-12/+422
2021-07-18docs: clarify comments in engine.rsLars Wirzenius1-2/+2
2021-07-18test: add scenario to verify chunkify worksLars Wirzenius3-11/+66
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 Wirzenius5-1/+247
2021-07-16Merge branch 'subplot-needs' into 'main'Alexander Batischev2-0/+33
2021-07-16test: have ./check verify all needed tools are installedLars Wirzenius1-0/+23
2021-07-16docs: document Rust as a build dependencyLars Wirzenius1-0/+10
2021-07-05Merge branch 'asyncify' into 'main'Lars Wirzenius4-140/+97
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-23Merge branch 'feature/ndash-to-mdash' into 'main'Lars Wirzenius2-32/+32
2021-06-22Replace n-dashes with m-dashesAlexander Batischev2-32/+32
2021-06-20Merge branch 'deps' into 'main'Lars Wirzenius1-0/+50
2021-06-19Merge branch 'feature/migrate-ci-to-docker' into 'main'Alexander Batischev1-29/+9
2021-06-19Merge branch 'dep-update' into 'main'Lars Wirzenius4-456/+206
2021-06-19chore: new cargo updateLars Wirzenius1-31/+34
2021-06-19chore: bump dependency on indicatif to 0.16, and fix what's neededLars Wirzenius4-11/+8
2021-06-19chore: bump dependency on rusqlite to 0.25Lars Wirzenius2-11/+22
2021-06-19chore: bump dependency on pbkdf2 to 0.8Lars Wirzenius2-9/+10
2021-06-19chore: change dependency on aes-gcm be less stringentLars Wirzenius1-1/+1
2021-06-19chore: update warp and tokio dependenciesLars Wirzenius2-379/+117
2021-06-19chore: cargo updateLars Wirzenius1-18/+18
2021-06-19docs: document dependencies in READMELars Wirzenius1-0/+50
2021-06-19Merge branch 'feature/restore-symlink-metadata' into 'main'Lars Wirzenius1-7/+14
2021-06-15Migrate CI to DockerAlexander Batischev1-29/+9
2021-06-13Merge branch 'hmm' into 'main'Lars Wirzenius3-20/+25
2021-06-13Merge ssh://gitlab.com/obnam/obnam into mainLars Wirzenius2-11/+18
2021-06-13Merge branch 'bugfix/124-link-readme-to-html' into 'main'Lars Wirzenius1-2/+5
2021-06-13fix(readme.md): link to rendered versions of other docsAlexander Batischev1-2/+5
2021-06-13feat: restore symlink metadataAlexander Batischev1-7/+14
2021-06-06Merge branch 'feature/tutorial-passphrase-cleanup' into 'main'Lars Wirzenius1-9/+13