Commit Graph

6 Commits

Author SHA1 Message Date
150b092d1b capture: implement directory structure capture 2025-04-26 21:28:43 +01:00
2bd030f13b remove string table and chunk table functions from ec3_image_ioctx 2025-02-24 15:47:49 +00:00
4598057553 each tag ioctx now keeps its own copy of the ec3_tag_info describing it
this fixes an issue where pointers to ec3_tag_info would become
invalid when the b_buffer containing them was resized.
2025-02-24 15:46:27 +00:00
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
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