Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer | |
In most cases, including unistd.h and fcntl.h was a left over anyway. In the cases where it was not, move it to compat.h. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-11-06 | Remove raw file descriptors from unpack write paths | David Oberhollenzer | |
Instead, use stdio FILE pointers. On POSIX systems, use fileno to get the file descriptor and hopefully create sparase files. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-10-07 | Cleanup: move write_data to libtar | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |