| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-04 | libtar: some minor cleanups | David Oberhollenzer | |
| - Use is_memory_zero from libutil - Move checksum update function to tar writer code - Move checksum verify function to tar reader code - Only export the function to compute the checksum Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
| 2022-07-08 | Cleanup: split libtar header, move to sub directory | David Oberhollenzer | |
| Some of the on-disk format internals are moved to a separate header and some of the stuff from internal.h is moved to that format header. C++ guards are added in addtion. Everything PAX related is moved to pax_header.c, some internal functions are marked as static. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
