Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FileSystem] Split up the OpenFlags enumeration. | Zachary Turner | 2018-06-07 | 1 | -1/+3 |
* | [Support/TarWriter] - Don't allow TarWriter to add the same file more than once. | George Rimar | 2017-12-05 | 1 | -0/+4 |
* | Fix a UBsan bot. | Rui Ueyama | 2017-09-28 | 1 | -0/+1 |
* | Fix off-by-one error in TarWriter. | Rui Ueyama | 2017-09-27 | 1 | -26/+31 |
* | TarWriter: Fix a bug in Ustar header. | Rui Ueyama | 2017-01-09 | 1 | -1/+1 |
* | TarWriter: Set "00" to Ustar version field. | Rui Ueyama | 2017-01-09 | 1 | -5/+10 |
* | Define sys::path::convert_to_slash | Rui Ueyama | 2017-01-09 | 1 | -10/+2 |
* | TarWriter: Use fitsInUstar function. | Rui Ueyama | 2017-01-07 | 1 | -2/+2 |
* | TarWriter: Use Ustar header's "prefix" field to store long filenames. | Rui Ueyama | 2017-01-07 | 1 | -1/+27 |
* | Use %z for size_t and avoid deprecated string functions | Reid Kleckner | 2017-01-06 | 1 | -4/+4 |
* | TarWriter: Emit PAX headers only when needed. | Rui Ueyama | 2017-01-06 | 1 | -23/+20 |
* | Add a class to create a tar archive file. | Rui Ueyama | 2017-01-06 | 1 | -0/+169 |