summaryrefslogtreecommitdiff
path: root/inc/Tar.class.php
Commit message (Collapse)AuthorAge
* Tar: support for creating archives with long filenamesAndreas Gohr2012-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 namesAndreas Gohr2012-11-04
| | | | Supports POSIX ustar prefixes and GNU longlink entries
* Completely rewritten Tar libraryAndreas Gohr2012-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