summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-01chore: drop unused fsentry::ErrorAlexander Batischev1-8/+0
2021-12-31feat: compare schema versions for compatibilityLars Wirzenius1-1/+63
2021-12-31docs: add documentation comments to crateLars Wirzenius39-17/+508
2021-12-05chore: drop unused fields in struct IndexLars Wirzenius1-13/+2
2021-12-05chore: tidy up things found by newer Rust toolchainLars Wirzenius3-26/+9
2021-11-27feat! turn errors from backup root directory into errorsLars Wirzenius2-2/+12
2021-11-20chore: bump dependency on rusqlite to 0.26.1 and fix breakageLars Wirzenius2-9/+9
2021-11-20chore: update dependency on pbkdf2 to 0.9 and fix breakageLars Wirzenius1-1/+1
2021-10-24feat! store schema version of generation database in the dbLars Wirzenius4-0/+155
2021-10-10chore: drop debug eprintln! callsLars Wirzenius1-2/+0
2021-09-23drop: benchmark programsLars Wirzenius4-242/+0
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius9-30/+72
2021-08-27Drop struct field which is always 0Alexander Batischev1-2/+0
2021-08-16refactor: rename function to have a clearer nameLars Wirzenius1-13/+8
2021-08-16refactor: move file reading, etc, for backups to backup_runLars Wirzenius3-103/+108
2021-08-16refactor: rename function for clarityLars Wirzenius1-2/+2
2021-08-16refactor for clarityLars Wirzenius1-30/+30
2021-08-16refactor: for clarityLars Wirzenius1-4/+4
2021-08-09refactor: for simplicityLars Wirzenius2-17/+4
2021-08-09refactor: split long func into twoLars Wirzenius2-28/+69
2021-08-09refactor: use async for "obnam backup"Lars Wirzenius3-229/+89
2021-08-09refactor: drop NascentGeneration::insert_iterLars Wirzenius1-31/+12
2021-08-09refactor: use for loop over an iterator instead of .insert_iterLars Wirzenius2-56/+66
2021-08-09refactor: call NascentGeneration::insert from ::insert_iterLars Wirzenius1-4/+1
2021-08-09Fix compilation on MacOSOssi Herrala2-2/+7
2021-08-04Merge branch 'bugfix/overlapping-progress-bars' into 'main'Lars Wirzenius1-8/+17
2021-08-03fix: do not overlap "download" and "incremental" progress barsAlexander Batischev1-8/+17
2021-08-02Merge branch 'feature/117-obnam_server_log' into 'main'Lars Wirzenius1-1/+1
2021-08-01refactor: use a struct for GenIdLars Wirzenius5-13/+36
2021-08-01refactor: add a type alias for generation idsLars Wirzenius8-19/+23
2021-08-01feat: add command to resolve a generation ref into a chunk idLars Wirzenius3-0/+37
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