index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
tarfile.cc
Age
Commit message (
Expand
)
Author
2024-08-08
tree-wide: automated migration to charptr_cast
Jade Lovelace
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-07-23
tree-wide: NULL -> nullptr
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
2024-03-04
Merge pull request #9557 from bryanhonof/bryanhonof.fix-apple-double-shenanigans
eldritch horrors
2023-04-25
TarArchive: Remove a duplicate constant and increase the buffer size
Eelco Dolstra
2022-11-01
tarfile: set directory mode to at least 0500, don't extract fflags
Yorick van Pelt
2022-03-24
Revert "TarArchive: Small refactoring"
Maximilian Bosch
2021-12-10
extract_archive: fix "Hard-link target '...'" error
Yorick van Pelt
2021-12-10
extract_archive: use copy_pathname instead of set_pathname.
Yorick van Pelt
2021-08-30
TarArchive: Small refactoring
Eelco Dolstra
2021-08-30
Don't segfault if archive_entry_pathname() returns null
Eelco Dolstra
2021-04-15
Drop libbz2 / zlib / lzma dependency + style fixes
Eelco Dolstra
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2019-12-19
tarfile.cc: Restore timestamps
Eelco Dolstra
2019-12-19
tarfile.cc: Don't change the cwd
Eelco Dolstra
2019-12-19
tarfile.cc: Style fixes
Eelco Dolstra
2019-12-09
further clean up libarchive code
Yorick van Pelt
2019-12-07
Clean up libarchive support
Puck Meerburg
2019-12-07
remove rust unpack_tarfile ffi
Yorick van Pelt
2019-12-07
code 'cleanup'
Yorick van Pelt
2019-12-07
add wrapper function around libarchive to c++ errors
Yorick van Pelt
2019-12-07
fixup! libarchive proof of concept
Yorick van Pelt
2019-12-07
libarchive proof of concept
Yorick van Pelt
2019-11-27
Fix segfault on i686-linux
Eelco Dolstra
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2019-11-26
Move code around
Eelco Dolstra