Commit Graph

68 Commits

Author SHA1 Message Date
Felicitas Pojtinger 479def3d80 refactor: Introduce config struct for operations 2021-12-15 01:33:01 +01:00
Felicitas Pojtinger 1ea34eb02a refactor: Decompose all redudant parameters into Operations struct 2021-12-15 01:18:12 +01:00
Felicitas Pojtinger 71d28c8184 refactor: Inject metadata persister 2021-12-15 00:41:23 +01:00
Felicitas Pojtinger 263a4e05d7 refactor: Clear database tables instead of truncating 2021-12-15 00:40:31 +01:00
Felicitas Pojtinger b610287fad feat: Port tape access management to move, restore and update cmds 2021-12-14 22:54:53 +01:00
Felicitas Pojtinger ca905ef225 feat: Port tape access management to delete cmd 2021-12-14 22:21:09 +01:00
Felicitas Pojtinger 1a16fd2402 feat: Add centralized tape access management to archive cmd 2021-12-14 22:05:55 +01:00
Felicitas Pojtinger 9d1c6fb731 refactor: Add automatic indexing for update cmd 2021-12-13 22:20:07 +01:00
Felicitas Pojtinger f523bda5fa refactor: Add automatic indexing for archive cmd 2021-12-13 22:01:21 +01:00
Felicitas Pojtinger 6bd31d356c refactor: Use explicit reader/writer instead of filepath for drive 2021-12-13 00:26:30 +01:00
Felicitas Pojtinger 8ef3530b20 fix: Use offset to prevent re-indexing encrypted headers 2021-12-10 21:51:12 +01:00
Felicitas Pojtinger bc0951e476 refactor: Decompose logger completely 2021-12-10 21:20:35 +01:00
Felicitas Pojtinger bc7793360f refactor: Use simpler error messages 2021-12-09 17:48:57 +01:00
Felicitas Pojtinger 20f30d0135 fix: Use compression flag for compressor config, not encryption flag 2021-12-08 22:21:07 +01:00
Felicitas Pojtinger f6c672756f fix: Prevent recipient and identity parsing errors from being indistinguishable 2021-12-08 22:01:30 +01:00
Felicitas Pojtinger f6b1ab0320 refactor: Normalize internal and pkg packages 2021-12-08 21:44:57 +01:00
Felicitas Pojtinger 0be10a7698 refactor: Decompose all utilities from cmd package 2021-12-08 00:27:46 +01:00
Felicitas Pojtinger c5e7cab4f3 refactor: Decompose move func 2021-12-07 23:27:47 +01:00
Felicitas Pojtinger c6fbd58256 refactor: Decompose delete func 2021-12-07 23:01:44 +01:00
Felicitas Pojtinger a019ccd5ea refactor: Decompose update func 2021-12-07 22:53:59 +01:00
Felicitas Pojtinger ce55726d08 refactor: Decompose restore func 2021-12-07 22:39:44 +01:00
Felicitas Pojtinger db69d5f68c refactor: Decompose archive func 2021-12-07 21:12:23 +01:00
Felicitas Pojtinger b700a767cb refactor: Decompose keygen func 2021-12-07 01:54:47 +01:00
Felicitas Pojtinger d1dfe5c2be refactor: Unify delete and move indexing behavior 2021-12-07 01:43:04 +01:00
Felicitas Pojtinger f26f899612 fix: Prevent moving headers from corrupting last indexed record & block 2021-12-07 01:37:16 +01:00
Felicitas Pojtinger aa3b558340 fix: Prevent deletion of headers from corrupting last indexed record & block 2021-12-07 00:41:02 +01:00
Felicitas Pojtinger 943d92d052 fix: Enable computation of last known record and block based on lastknownrecord and lastknownblock even if last changes are updates 2021-12-06 23:55:31 +01:00
Felicitas Pojtinger ee5d3c72d9 refactor: Drop offset in favor of ignoring the first index 2021-12-06 23:31:55 +01:00
Felicitas Pojtinger df9cecd97e refactor: Decompose find func 2021-12-06 22:51:07 +01:00
Felicitas Pojtinger a0f1bdfea7 refactor: Decompose list func 2021-12-06 22:48:23 +01:00
Felicitas Pojtinger 8d991a8237 refactor: Decompose tell and eject funcs 2021-12-06 22:43:37 +01:00
Felicitas Pojtinger dd312727e1 refactor: Decompose query func 2021-12-06 22:37:40 +01:00
Felicitas Pojtinger bf0866550a refactor: Decompose fetch func 2021-12-06 22:15:28 +01:00
Felicitas Pojtinger 25fe4ddb04 refactor: Decompose index func 2021-12-06 21:27:59 +01:00
Felicitas Pojtinger 4f5d298c8e refactor: Start implementation of public API 2021-12-06 21:01:41 +01:00
Felicitas Pojtinger a21099cfb2 feat: Start implementation of signed headers 2021-12-04 20:55:25 +01:00
Felicitas Pojtinger ce7c9df3ac feat: Add basic signature support to archive cmd based on Minisign 2021-12-04 16:44:31 +01:00
Felicitas Pojtinger e19e086d97 feat: Encrypt header by embedding it to prevent metadata sniffing 2021-12-03 00:39:53 +01:00
Felicitas Pojtinger f67c9d2427 feat: Implement encryption for more text header fields 2021-12-02 23:57:21 +01:00
Felicitas Pojtinger 4aeef7f1f3 refactor: Decompose key checks 2021-12-02 23:10:34 +01:00
Felicitas Pojtinger 82621af612 feat: Implement transparent compression based on GZip 2021-11-30 17:51:09 +01:00
Felicitas Pojtinger 5f7136f625 feat: Add support for nested root directories 2021-11-28 23:26:20 +01:00
Felicitas Pojtinger 5f3d3598d8 feat: Implement reliable direct child directory searches 2021-11-28 22:56:27 +01:00
Felicitas Pojtinger 7115d0ecb4 feat: Add support for metadata-only UPDATE PAX headers 2021-11-28 14:59:23 +01:00
Felicitas Pojtinger 9ebe92a678 feat: Add support for tape format update actions 2021-11-26 19:00:32 +01:00
Felicitas Pojtinger f4e0b3a9b2 feat: Add move command with support for moving children 2021-11-26 18:36:00 +01:00
Felicitas Pojtinger b7501241c7 fix: Overwrite archive if -o flag is specified 2021-11-26 17:51:47 +01:00
Felicitas Pojtinger 6d4b3dfd93 feat: Implement ReplacesName PAX record 2021-11-25 17:38:13 +01:00
Felicitas Pojtinger 9a673ff0f2 feat: Add basic STFS.ReplacesContent PAX record support in indexer 2021-11-25 17:21:44 +01:00
Felicitas Pojtinger 0ae66d3263 feat: Add ls equivalent to query cmd 2021-11-24 20:07:51 +01:00