Commit Graph

55 Commits

Author SHA1 Message Date
Felix Pojtinger
f73c99e5cf fix: Use compression flag for compressor config, not encryption flag 2021-12-08 22:21:07 +01:00
Felix Pojtinger
7b9b528e4f fix: Prevent recipient and identity parsing errors from being indistinguishable 2021-12-08 22:01:30 +01:00
Felix Pojtinger
103e9d1099 refactor: Normalize internal and pkg packages 2021-12-08 21:44:57 +01:00
Felix Pojtinger
15287f7f93 refactor: Decompose all utilities from cmd package 2021-12-08 00:27:46 +01:00
Felix Pojtinger
0e7daed4f3 refactor: Decompose move func 2021-12-07 23:27:47 +01:00
Felix Pojtinger
14e2ffa14b refactor: Decompose delete func 2021-12-07 23:01:44 +01:00
Felix Pojtinger
3c13fe84eb refactor: Decompose update func 2021-12-07 22:53:59 +01:00
Felix Pojtinger
9a0d910146 refactor: Decompose restore func 2021-12-07 22:39:44 +01:00
Felix Pojtinger
ff7803416d refactor: Decompose archive func 2021-12-07 21:12:23 +01:00
Felix Pojtinger
23784eed97 refactor: Decompose keygen func 2021-12-07 01:54:47 +01:00
Felix Pojtinger
62d613ef04 refactor: Unify delete and move indexing behavior 2021-12-07 01:43:04 +01:00
Felix Pojtinger
4278781267 fix: Prevent moving headers from corrupting last indexed record & block 2021-12-07 01:37:16 +01:00
Felix Pojtinger
bcb74057b4 fix: Prevent deletion of headers from corrupting last indexed record & block 2021-12-07 00:41:02 +01:00
Felix Pojtinger
15382ffcfd 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
Felix Pojtinger
7abca5f164 refactor: Drop offset in favor of ignoring the first index 2021-12-06 23:31:55 +01:00
Felix Pojtinger
9d7ae88622 refactor: Decompose find func 2021-12-06 22:51:07 +01:00
Felix Pojtinger
b37214cf1c refactor: Decompose list func 2021-12-06 22:48:23 +01:00
Felix Pojtinger
4f8a6a12a4 refactor: Decompose tell and eject funcs 2021-12-06 22:43:37 +01:00
Felix Pojtinger
01c75dfa65 refactor: Decompose query func 2021-12-06 22:37:40 +01:00
Felix Pojtinger
7ac5346ec0 refactor: Decompose fetch func 2021-12-06 22:15:28 +01:00
Felix Pojtinger
fdafd1a57a refactor: Decompose index func 2021-12-06 21:27:59 +01:00
Felix Pojtinger
3efa2fe308 refactor: Start implementation of public API 2021-12-06 21:01:41 +01:00
Felix Pojtinger
b29460c753 feat: Start implementation of signed headers 2021-12-04 20:55:25 +01:00
Felix Pojtinger
43e23190bc feat: Add basic signature support to archive cmd based on Minisign 2021-12-04 16:44:31 +01:00
Felix Pojtinger
45d08b8d46 feat: Encrypt header by embedding it to prevent metadata sniffing 2021-12-03 00:39:53 +01:00
Felix Pojtinger
22e4f6052b feat: Implement encryption for more text header fields 2021-12-02 23:57:21 +01:00
Felix Pojtinger
7d4214c328 refactor: Decompose key checks 2021-12-02 23:10:34 +01:00
Felix Pojtinger
d36fd01b1c feat: Implement transparent compression based on GZip 2021-11-30 17:51:09 +01:00
Felix Pojtinger
372fbe90d7 feat: Add support for nested root directories 2021-11-28 23:26:20 +01:00
Felix Pojtinger
fe21a93576 feat: Implement reliable direct child directory searches 2021-11-28 22:56:27 +01:00
Felix Pojtinger
4bb8c54eae feat: Add support for metadata-only UPDATE PAX headers 2021-11-28 14:59:23 +01:00
Felix Pojtinger
4cafd1df2c feat: Add support for tape format update actions 2021-11-26 19:00:32 +01:00
Felix Pojtinger
5bac5b12f5 feat: Add move command with support for moving children 2021-11-26 18:36:00 +01:00
Felix Pojtinger
dd030c5ac6 fix: Overwrite archive if -o flag is specified 2021-11-26 17:51:47 +01:00
Felix Pojtinger
70937a4d85 feat: Implement ReplacesName PAX record 2021-11-25 17:38:13 +01:00
Felix Pojtinger
8c4b3e5432 feat: Add basic STFS.ReplacesContent PAX record support in indexer 2021-11-25 17:21:44 +01:00
Felix Pojtinger
d6e571c20e feat: Add ls equivalent to query cmd 2021-11-24 20:07:51 +01:00
Felix Pojtinger
c064dced62 feat: Add support for deleting directories 2021-11-23 12:17:24 +01:00
Felix Pojtinger
7d53509a73 feat: Implement automatic indexing after archival 2021-11-21 21:20:46 +01:00
Felix Pojtinger
9b63130c5e feat: Enable indexing with tape as single source of truth after deletions 2021-11-21 19:58:02 +01:00
Felix Pojtinger
563c1e5fab fix: Ensure that full records are written to tape so that EOF marks work 2021-11-21 19:14:47 +01:00
Felix Pojtinger
356b5a399c feat: Implement deletion based on PAX record meta information 2021-11-21 15:33:06 +01:00
Felix Pojtinger
a072e273c9 feat: Implement basic remove command which modifies the index 2021-11-21 14:02:21 +01:00
Felix Pojtinger
318fdaf76f feat: Implement stcache list command 2021-11-21 01:44:08 +01:00
Felix Pojtinger
fe1a30b7ba feat: Add generic persister for metadata 2021-11-21 00:50:11 +01:00
Felix Pojtinger
386f95c1b0 feat: Start implementation of SQLite index backend 2021-11-21 00:28:25 +01:00
Felix Pojtinger
c4469a5281 feat: Port to more UNIXes 2021-11-20 14:55:58 +01:00
Felix Pojtinger
db4623d728 feat: Add eject cmd 2021-11-19 14:42:13 +01:00
Felix Pojtinger
546e858870 feat: Add structured CSV output to archive, list and restore commands 2021-11-19 01:46:12 +01:00
Felix Pojtinger
73d92e3b39 refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00