| Commit message (Expand) | Author | Age | Files | Lines |
* | OK so let's kill the bug-hider | Steph Fox | 2008-01-30 | 1 | -1/+1 |
* | - One last tweak (so Phar and no-phar work the same again now) | Steph Fox | 2008-01-29 | 7 | -199/+273 |
* | fix PharFileInfo->setAlias (was wildly broken) | Greg Beaver | 2008-01-28 | 7 | -23/+37 |
* | Get rid of zip requirement in the last few tests | Steph Fox | 2008-01-28 | 10 | -10/+0 |
* | Get rid of zip requirement | Steph Fox | 2008-01-28 | 42 | -58/+0 |
* | remove ext/zip dependency entirely, write better native zip support | Greg Beaver | 2008-01-28 | 6 | -7/+11 |
* | - Added is_writable() check on temp directory | Steph Fox | 2008-01-26 | 5 | -21/+23 |
* | - Rewrite stub to take up slightly less space | Steph Fox | 2008-01-25 | 4 | -96/+80 |
* | fix 2 tests, add phar.readonly checks to rmdir/mkdir | Greg Beaver | 2008-01-22 | 2 | -4/+4 |
* | fix tests to match CVS | Greg Beaver | 2008-01-22 | 7 | -6/+10 |
* | add web-based support for default stub, now phars written with webPhar() will... | Greg Beaver | 2008-01-20 | 7 | -39/+681 |
* | bump API version if the created phar has directories in it, so that it won't ... | Greg Beaver | 2008-01-19 | 3 | -2/+3 |
* | add Phar::createDefaultStub(), which can take as an argument the filename | Greg Beaver | 2008-01-19 | 4 | -5/+384 |
* | major improvement: | Greg Beaver | 2008-01-18 | 6 | -5/+217 |
* | add new test for opening a zip-based phar with no zip ext, update skipif for ... | Greg Beaver | 2008-01-17 | 2 | -0/+18 |
* | add optional whole-file compression to convertToTar/convertToPhar | Greg Beaver | 2008-01-16 | 4 | -0/+180 |
* | add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() | Greg Beaver | 2008-01-16 | 4 | -0/+158 |
* | add support for creation of gzipped and bzipped tar-based phars | Greg Beaver | 2008-01-15 | 2 | -0/+72 |
* | fix test (make OS-agnostic) | Greg Beaver | 2008-01-14 | 1 | -1/+1 |
* | fix test to be OS-agnostic | Greg Beaver | 2008-01-14 | 1 | -1/+1 |
* | add missing skip sections in zip tests | Greg Beaver | 2008-01-14 | 35 | -1/+35 |
* | fix test (make OS-agnostic) | Greg Beaver | 2008-01-14 | 2 | -2/+2 |
* | fix test (make OS-agnostic) | Greg Beaver | 2008-01-14 | 1 | -1/+1 |
* | new test for inclusion within phar that takes CWD into account | Greg Beaver | 2008-01-12 | 3 | -0/+32 |
* | 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 | 4 | -1/+109 |
* | fix gzipped phars in phar file format, add test | Greg Beaver | 2008-01-09 | 3 | -3/+63 |
* | 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 | 3 | -0/+88 |
* | add rmdir() support, add rmdir to dir test | Greg Beaver | 2008-01-09 | 1 | -1/+17 |
* | fix empty directories in phar, add test | Greg Beaver | 2008-01-09 | 6 | -8/+46 |
* | complete set of new tests for zip-based phars (need to test compression for z... | Greg Beaver | 2008-01-08 | 87 | -21/+2132 |
* | 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 |
* | make test OS-agnostic | Greg Beaver | 2008-01-07 | 1 | -1/+3 |
* | 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 |
* | fix test | Greg Beaver | 2008-01-07 | 1 | -2/+0 |
* | 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 |
* | modify test to ensure that query string is preserved when munging server vars | Greg Beaver | 2008-01-05 | 1 | -3/+3 |
* | complete tests for Phar::mungServer | Greg Beaver | 2008-01-05 | 12 | -0/+139 |
* | new tests, fix mime type overrides (all web front controller primary features... | Greg Beaver | 2008-01-05 | 13 | -1/+132 |
* | new test, free resources on error in webPhar() (thanks new test\!) | Greg Beaver | 2008-01-05 | 3 | -0/+29 |
* | new test | Greg Beaver | 2008-01-05 | 4 | -0/+29 |