Commit Graph

200 Commits

Author SHA1 Message Date
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
Felicitas Pojtinger
8924b9de91 feat: Add support for deleting directories 2021-11-23 12:17:24 +01:00
Felicitas Pojtinger
764dabad99 feat: Implement automatic indexing after archival 2021-11-21 21:20:46 +01:00
Felicitas Pojtinger
d4c4eb41ef feat: Enable indexing with tape as single source of truth after deletions 2021-11-21 19:58:02 +01:00
Felicitas Pojtinger
5bf40bf7cb fix: Ensure that full records are written to tape so that EOF marks work 2021-11-21 19:14:47 +01:00
Felicitas Pojtinger
7681c5517e feat: Implement deletion based on PAX record meta information 2021-11-21 15:33:06 +01:00
Felicitas Pojtinger
b78e577ed0 feat: Implement basic remove command which modifies the index 2021-11-21 14:02:21 +01:00
Felicitas Pojtinger
4ad796bb17 feat: Implement stcache list command 2021-11-21 01:44:08 +01:00
Felicitas Pojtinger
a413ba8fa5 feat: Add generic persister for metadata 2021-11-21 00:50:11 +01:00
Felicitas Pojtinger
ddadeace61 feat: Start implementation of SQLite index backend 2021-11-21 00:28:25 +01:00
Felicitas Pojtinger
fd3606ae4b feat: Port to more UNIXes 2021-11-20 14:55:58 +01:00
Felicitas Pojtinger
8e822c39f8 feat: Add eject cmd 2021-11-19 14:42:13 +01:00
Felicitas Pojtinger
6976438bb4 feat: Add structured CSV output to archive, list and restore commands 2021-11-19 01:46:12 +01:00
Felicitas Pojtinger
f426874cbd refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00
Felicitas Pojtinger
562e733236 feat: Start implementation of PAX header based metadata 2021-11-16 01:15:46 +01:00
Felicitas Pojtinger
deec1feb42 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felicitas Pojtinger
0adfde5e1f feat: Add support for UNIX-specific tar info 2021-11-14 20:24:17 +01:00
Felicitas Pojtinger
9014286405 feat: Add command which writes a tar file's headers into a SQLite database index 2021-11-14 15:01:16 +01:00
Felicitas Pojtinger
d5577a5398 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00