Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tar: support for creating archives with long filenames | Andreas Gohr | 2012-11-04 |
| | | | | | The library now creates either a POSIX ustar prefix or a GNU longlink entry for files which have a name longer than 100 bytes | ||
* | Tar: Added extraction support for long file names | Andreas Gohr | 2012-11-04 |
| | | | | Supports POSIX ustar prefixes and GNU longlink entries | ||
* | Completely rewritten Tar library | Andreas Gohr | 2012-11-03 |
This new class is only losely based on our previous library. The whole API was changed to make it more flexible and memory saving. Some fisrt unit tests are included |