| Commit message (Expand) | Author | Age | Files | Lines |
* | add optional whole-file compression to convertToTar/convertToPhar | Greg Beaver | 2008-01-16 | 2 | -0/+86 |
* | add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() | Greg Beaver | 2008-01-16 | 1 | -0/+37 |
* | add support for creation of gzipped and bzipped tar-based phars | Greg Beaver | 2008-01-15 | 2 | -0/+72 |
* | fix test to be OS-agnostic | Greg Beaver | 2008-01-14 | 1 | -1/+1 |
* | fix test (make OS-agnostic) | Greg Beaver | 2008-01-14 | 2 | -2/+2 |
* | always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has... | Greg Beaver | 2008-01-11 | 1 | -0/+30 |
* | new tests for bz2-compressed tar or phar-based phars (wow, worked on first tr... | Greg Beaver | 2008-01-09 | 2 | -1/+51 |
* | fix gzipped phars in phar file format, add test | Greg Beaver | 2008-01-09 | 1 | -3/+4 |
* | implement whole-file compression of phars for phar/tar-based phars | Greg Beaver | 2008-01-09 | 1 | -0/+50 |
* | add tests for directory creation and management for tar and zip-based phars, ... | Greg Beaver | 2008-01-09 | 1 | -0/+43 |
* | fix empty directories in phar, add test | Greg Beaver | 2008-01-09 | 1 | -2/+2 |
* | complete set of new tests for zip-based phars (need to test compression for z... | Greg Beaver | 2008-01-08 | 8 | -16/+16 |
* | add tar-based to 2 tests | Greg Beaver | 2008-01-07 | 2 | -2/+2 |
* | eliminate potential double-free of alias | Greg Beaver | 2008-01-07 | 17 | -22/+478 |
* | new tests | Greg Beaver | 2008-01-07 | 6 | -0/+383 |
* | fp must be nulled on every write also when == phar->fp or we get stale fp and... | Greg Beaver | 2008-01-07 | 1 | -0/+51 |
* | add tar-based to test names | Greg Beaver | 2008-01-07 | 2 | -2/+2 |
* | new tests | Greg Beaver | 2008-01-07 | 6 | -0/+270 |
* | new tests for tar format | Greg Beaver | 2008-01-07 | 55 | -0/+909 |
* | eliminated memleak, now to make it recognize "dir" as a directory | Greg Beaver | 2008-01-06 | 1 | -1/+1 |
* | new test, exposes some memleaks, but not yet sure where they are (done for to... | Greg Beaver | 2008-01-05 | 2 | -12/+65 |
* | fix segfault, add separate tar test for readonly=0 on corrupted tar | Greg Beaver | 2008-01-05 | 2 | -7/+36 |
* | do not attempt to create a new phar if a file exists and is corrupted or is n... | Greg Beaver | 2008-01-05 | 3 | -0/+203 |