summaryrefslogtreecommitdiff
path: root/lib/Support/TarWriter.cpp
AgeCommit message (Expand)Author
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar
2017-09-28Fix a UBsan bot.Rui Ueyama
2017-09-27Fix off-by-one error in TarWriter.Rui Ueyama
2017-01-09TarWriter: Fix a bug in Ustar header.Rui Ueyama
2017-01-09TarWriter: Set "00" to Ustar version field.Rui Ueyama
2017-01-09Define sys::path::convert_to_slashRui Ueyama
2017-01-07TarWriter: Use fitsInUstar function.Rui Ueyama
2017-01-07TarWriter: Use Ustar header's "prefix" field to store long filenames.Rui Ueyama
2017-01-06Use %z for size_t and avoid deprecated string functionsReid Kleckner
2017-01-06TarWriter: Emit PAX headers only when needed.Rui Ueyama
2017-01-06Add a class to create a tar archive file.Rui Ueyama