summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TarWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+3
* [Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar2017-12-051-0/+4
* Fix a UBsan bot.Rui Ueyama2017-09-281-0/+1
* Fix off-by-one error in TarWriter.Rui Ueyama2017-09-271-26/+31
* TarWriter: Fix a bug in Ustar header.Rui Ueyama2017-01-091-1/+1
* TarWriter: Set "00" to Ustar version field.Rui Ueyama2017-01-091-5/+10
* Define sys::path::convert_to_slashRui Ueyama2017-01-091-10/+2
* TarWriter: Use fitsInUstar function.Rui Ueyama2017-01-071-2/+2
* TarWriter: Use Ustar header's "prefix" field to store long filenames.Rui Ueyama2017-01-071-1/+27
* Use %z for size_t and avoid deprecated string functionsReid Kleckner2017-01-061-4/+4
* TarWriter: Emit PAX headers only when needed.Rui Ueyama2017-01-061-23/+20
* Add a class to create a tar archive file.Rui Ueyama2017-01-061-0/+169
OpenPOWER on IntegriCloud