summaryrefslogtreecommitdiff
path: root/ext/phar/tests/tar
Commit message (Expand)AuthorAgeFilesLines
* add optional whole-file compression to convertToTar/convertToPharGreg Beaver2008-01-162-0/+86
* add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()Greg Beaver2008-01-161-0/+37
* add support for creation of gzipped and bzipped tar-based pharsGreg Beaver2008-01-152-0/+72
* fix test to be OS-agnosticGreg Beaver2008-01-141-1/+1
* fix test (make OS-agnostic)Greg Beaver2008-01-142-2/+2
* always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has...Greg Beaver2008-01-111-0/+30
* new tests for bz2-compressed tar or phar-based phars (wow, worked on first tr...Greg Beaver2008-01-092-1/+51
* fix gzipped phars in phar file format, add testGreg Beaver2008-01-091-3/+4
* implement whole-file compression of phars for phar/tar-based pharsGreg Beaver2008-01-091-0/+50
* add tests for directory creation and management for tar and zip-based phars, ...Greg Beaver2008-01-091-0/+43
* fix empty directories in phar, add testGreg Beaver2008-01-091-2/+2
* complete set of new tests for zip-based phars (need to test compression for z...Greg Beaver2008-01-088-16/+16
* add tar-based to 2 testsGreg Beaver2008-01-072-2/+2
* eliminate potential double-free of aliasGreg Beaver2008-01-0717-22/+478
* new testsGreg Beaver2008-01-076-0/+383
* fp must be nulled on every write also when == phar->fp or we get stale fp and...Greg Beaver2008-01-071-0/+51
* add tar-based to test namesGreg Beaver2008-01-072-2/+2
* new testsGreg Beaver2008-01-076-0/+270
* new tests for tar formatGreg Beaver2008-01-0755-0/+909
* eliminated memleak, now to make it recognize "dir" as a directoryGreg Beaver2008-01-061-1/+1
* new test, exposes some memleaks, but not yet sure where they are (done for to...Greg Beaver2008-01-052-12/+65
* fix segfault, add separate tar test for readonly=0 on corrupted tarGreg Beaver2008-01-052-7/+36
* do not attempt to create a new phar if a file exists and is corrupted or is n...Greg Beaver2008-01-053-0/+203