Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | Remodel libtar/tar2sqfs to read data from an istream_t | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-09-02 | Fix nonexistant gnu tar sparse format 1.0 support | David Oberhollenzer | |
Contrary to previous claims, support for the GNU tar sparse format 1.0 was missing entirely (the newest of their 3 different sparse mapping formats). This oversight wasn't caught, because the unit test was compiling the wrong source file and tar2sqfs had no problem processing the test file because it is still a valid POSIX-ish tar archive (but the sparse part was missing and the mapping embedded in the file). Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-04-17 | Cleanup: split read_header.c in libtar.a | David Oberhollenzer | |
Simply moving the pax header decoding to a separate file and splitting out the common helper functions should be a good start. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |