Commit Graph

29 Commits

Author SHA1 Message Date
08e7cfd8eb add a flag to ec3_image_ioctx_open to always delete an existing image if it already exists 2025-02-24 15:43:40 +00:00
d4d26f53d6 add pointer to b_tree as a parameter to all callbacks 2025-02-24 15:42:23 +00:00
8571a4bfec fix lots of memory leaks 2025-02-23 22:00:50 +00:00
9aeae388a4 replace ec3_reader and ec3_writer with a unified image and tag io interface 2025-02-23 20:52:59 +00:00
2e4ee5c1b6 implement separate buffering of tag data and cluster table 2025-02-16 08:46:22 +00:00
8b10c344d6 fix container tag count being interpreted as extent count 2025-02-16 08:43:57 +00:00
e61e7afaff add string_table to manage container STAB data 2025-02-16 08:42:02 +00:00
c2094e0211 implement unwrap command to retrieve binary files from containers 2025-02-15 12:36:57 +00:00
de99b88097 move cluster table management from ec3_reader/writer to ec3_pipeline 2025-02-15 12:36:37 +00:00
6ffbb791fe support wrapping multiple tagged/untagged blobs and executables 2025-02-04 12:58:27 +00:00
d174baf97e display container, tag, and extent details in query command 2025-02-04 12:58:01 +00:00
d94edfa8ee read tag and extent table in ec3_reader_create 2025-02-04 12:57:55 +00:00
eabdc8777b track the number of cluster groups written by a cluster_table 2025-02-04 12:56:49 +00:00
02258f6403 fix incorrect extent bounds 2025-02-04 12:53:45 +00:00
5c79b8140c implement converting container/tag identifiers to/from strings 2025-02-04 12:52:37 +00:00
605a4ba810 add header decode and pipeline construction to image reader 2025-02-02 20:57:43 +00:00
0a2919a424 move cluster size functions and pipeline stage finders to pipeline system 2025-02-02 20:56:29 +00:00
c5d8b4e881 create cluster table while writing tag data to image 2025-02-02 15:20:11 +00:00
8ca50e4888 start implementing cluster table using b_tree 2025-02-01 22:13:00 +00:00
fea949f1f4 start packing some binary image structures 2025-02-01 22:12:46 +00:00
4f3fe09440 add node and entry size as parameters to b_tree_init 2025-02-01 22:12:31 +00:00
8e7995a2da test generic b-tree interface 2025-01-31 21:39:29 +00:00
e181ca6b65 finish implementing generic b-tree put() interface 2025-01-31 21:39:19 +00:00
8d2d937861 start implementing generic b-tree interface 2025-01-30 21:51:00 +00:00
6a0e3b41f6 fix void pointer arithmetic 2025-01-30 21:50:45 +00:00
dad7c27bf6 add cluster i/o pipeline 2025-01-30 18:10:38 +00:00
a69595b324 add zstd test 2024-12-18 20:51:01 +00:00
eb210fa167 add binary data structure definitions and image writer function prototypes 2024-12-18 18:01:28 +00:00
f68ac974d8 initial commit 2024-11-02 11:17:36 +00:00