summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2022-01-04chore: update outdated dependenciesLars Wirzenius1-2/+3
2021-12-04chore: prepare release 0.6.0Lars Wirzenius1-1/+1
2021-11-20chore: update version number to 0.5.0Lars Wirzenius1-1/+1
2021-11-20chore: bump dependency on rusqlite to 0.26.1 and fix breakageLars Wirzenius1-1/+1
2021-11-20chore: update dependency on pbkdf2 to 0.9 and fix breakageLars Wirzenius1-1/+1
2021-09-15chore: change license to AGPL3-or-laterLars Wirzenius1-2/+1
2021-07-18feat: add Engine and WorkQueue abstractions for async processingLars Wirzenius1-1/+3
2021-06-19chore: bump dependency on indicatif to 0.16, and fix what's neededLars Wirzenius1-1/+1
2021-06-19chore: bump dependency on rusqlite to 0.25Lars Wirzenius1-1/+1
2021-06-19chore: bump dependency on pbkdf2 to 0.8Lars Wirzenius1-1/+1
2021-06-19chore: change dependency on aes-gcm be less stringentLars Wirzenius1-1/+1
2021-06-19chore: update warp and tokio dependenciesLars Wirzenius1-2/+2
2021-06-06Release version 0.4.0v0.4.0Lars Wirzenius1-1/+1
2021-06-06docs: update NEWS, Cargo.toml, debian/changelo for new releaseLars Wirzenius1-1/+2
2021-05-29update Cargo.toml, Cargo.lock with new dependenciesLars Wirzenius1-0/+1
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+3
2021-03-24refactor: switch from dirs crate to directories-nextLars Wirzenius1-1/+1
2021-03-24chore: use warp's bytes instead of bytes crate directlyLars Wirzenius1-1/+0
2021-03-24chore: bump reqwest dependencyLars Wirzenius1-1/+1
2021-03-24chore: bump thisfile dependencyLars Wirzenius1-1/+1
2021-03-23chore: bump version numberLars Wirzenius1-1/+1
2021-03-14build: bump version numberLars Wirzenius1-1/+1
2021-03-05pers: enable debug symbols in release builds for flamegraphLars Wirzenius1-0/+3
2021-03-03feat: store user and group who own each fileLars Wirzenius1-0/+1
2021-02-16refactor: use bytesize::MIB constant for clearer sizeLars Wirzenius1-0/+1
2021-01-29release: version 0.2.2Lars Wirzenius1-1/+1
2021-01-29fix: Cargo.toml to be ready for publishingLars Wirzenius1-0/+5
2021-01-29release: version 0.2.1Lars Wirzenius1-1/+1
2021-01-29release: version 0.2Lars Wirzenius1-1/+1
2021-01-26release: Obnam2 version 0.1.9Lars Wirzenius1-1/+1
2021-01-24release: fake a release for testing release scripting and CILars Wirzenius1-1/+1
2021-01-17feat: add a default configuration fileLars Wirzenius1-0/+1
2020-12-30feat! store and show timestamp for each backup generationLars Wirzenius1-0/+1
2020-12-23feat: add log file to clientLars Wirzenius1-0/+1
2020-12-12feat: restore metadata as well as file contententsLars Wirzenius1-0/+1
2020-11-08chore: add new dependencies to Cargo.tomlLars Wirzenius1-0/+3
2020-10-03feat: add rudimentary backup clientLars Wirzenius1-0/+5
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-2/+6
2020-09-17feat: store chunks persistentlyLars Wirzenius1-0/+1
2020-09-17feat: add initial ChunkMeta structLars Wirzenius1-0/+2
2020-09-17feat: add an initial ChunkId implementationLars Wirzenius1-0/+1
2020-09-17iniitial commitLars Wirzenius1-0/+9