Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |