aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TarWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-1/+3
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar1-0/+4
2017-09-28Fix a UBsan bot.Rui Ueyama1-0/+1
2017-09-27Fix off-by-one error in TarWriter.Rui Ueyama1-26/+31
2017-01-09TarWriter: Fix a bug in Ustar header.Rui Ueyama1-1/+1
2017-01-09TarWriter: Set "00" to Ustar version field.Rui Ueyama1-5/+10
2017-01-09Define sys::path::convert_to_slashRui Ueyama1-10/+2
2017-01-07TarWriter: Use fitsInUstar function.Rui Ueyama1-2/+2
2017-01-07TarWriter: Use Ustar header's "prefix" field to store long filenames.Rui Ueyama1-1/+27
2017-01-06Use %z for size_t and avoid deprecated string functionsReid Kleckner1-4/+4
2017-01-06TarWriter: Emit PAX headers only when needed.Rui Ueyama1-23/+20
2017-01-06Add a class to create a tar archive file.Rui Ueyama1-0/+169