Skip to content

Commit

Permalink
chore: update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 20, 2024
1 parent 6ea9e58 commit 1d1f9f3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- Case-insensitive mounting? (github #232)

- Metadata rebuilding (see also below). It should be
possible to rebuild the metadata block and change
features like packing without having to rebuild the
whole image.

- Sparse files: implement by adding a "chunk type" field
to each chunk; for now, there are only "normal" and
"sequence" chunks, with sequence chunks encoding as
follows:

block: byte value
offset: sequence_length / block_size
size: sequence_length % block_size

Will need a feature bit. Also, we probably want a
sparse file categorizer? (see further below)

We'll probably have to do this along with refactoring
the code to support both mmap- and read-based APIs.

- Add support for logging to file (with different level?)

- Add support for libarchive filters in dwarfsextract.
Expand Down

0 comments on commit 1d1f9f3

Please sign in to comment.