Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update package/TODO as best memory allows | Steph Fox | 2008-05-12 | 1 | -2/+2 |
| | |||||
* | update TODO, re-order methods to be alphabetical, tweak extractTo to set ↵ | Greg Beaver | 2008-05-02 | 1 | -1/+1 |
| | | | | | | | permissions and handle NULL for files # this also matches the docs I just committed :) | ||||
* | prepare release of 2.0.0a1 | Greg Beaver | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | fix read/write for PharData object, update tests to current API | Greg Beaver | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | check for invalid aliases, add tests for this and direct setting of stub/alias | Greg Beaver | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | prevent direct setting of stub or alias in tar/zip | Greg Beaver | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | update TODO | Greg Beaver | 2008-03-23 | 1 | -10/+12 |
| | |||||
* | update TODO | Steph Fox | 2008-03-07 | 1 | -4/+4 |
| | |||||
* | Kill an unnecessary bit of internal docu and add 'compression' to the TODO | Steph Fox | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | Update TODO | Steph Fox | 2008-02-27 | 1 | -0/+3 |
| | |||||
* | Make it possible to read the TODO file on a laptop :) | Steph Fox | 2008-02-25 | 1 | -39/+49 |
| | |||||
* | update TODO | Greg Beaver | 2008-02-25 | 1 | -2/+4 |
| | |||||
* | A bunch of stuff to do with filename conversion. Hopefully it won't sink the ↵ | Steph Fox | 2008-02-24 | 1 | -6/+5 |
| | | | | ship. | ||||
* | Implement $phar->setDefaultStub() | Steph Fox | 2008-02-20 | 1 | -3/+3 |
| | | | | | Note that Phar::createDefaultStub() still exists at this point | ||||
* | update TODO to reflect must-haves prior to 2.0 | Greg Beaver | 2008-02-12 | 1 | -0/+9 |
| | |||||
* | update TODO | Greg Beaver | 2008-02-11 | 1 | -2/+18 |
| | |||||
* | s/1.3.0/2.0.0/ | Greg Beaver | 2008-01-19 | 1 | -1/+1 |
| | |||||
* | implement whole-file compression of phars for phar/tar-based phars | Greg Beaver | 2008-01-09 | 1 | -2/+1 |
| | | | | | | | still not 100% working, add failing test add Phar::isCompressed(), which returns either 0, Phar::GZ, or Phar::BZ2 [DOC] | ||||
* | add tests to package.xml, note new empty directory feature | Greg Beaver | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | use zip_free() instead of zip_close(), and don't add a stub if it already ↵ | Greg Beaver | 2008-01-04 | 1 | -5/+3 |
| | | | | exists in phar_zip_flush(), update TODO | ||||
* | implement cleaning of crap paths - major functionality boost | Greg Beaver | 2007-12-20 | 1 | -2/+1 |
| | |||||
* | fully implement Phar->copy(), fix test | Greg Beaver | 2007-12-16 | 1 | -1/+1 |
| | |||||
* | implement Phar::buildFromIterator() | Greg Beaver | 2007-12-12 | 1 | -2/+1 |
| | | | | | | | | | first argument is an iterator that returns as values paths to files to add to the phar archive the key should be the path that the file should be saved as within the phar archive if the optional second parameter is passed, then the key is ignored and substr(value, strlen(base_directory)) is used as the save path within the phar archive [DOC] | ||||
* | move to 1.3.0 development | Greg Beaver | 2007-08-25 | 1 | -1/+1 |
| | | | | | add Phar::delete() | ||||
* | implement Phar->setAlias() | Greg Beaver | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | - Update | Marcus Boerger | 2007-05-27 | 1 | -1/+1 |
| | |||||
* | - Update | Marcus Boerger | 2007-05-21 | 1 | -1/+3 |
| | |||||
* | - Update TODO | Marcus Boerger | 2007-05-18 | 1 | -0/+5 |
| | |||||
* | - Update todo | Marcus Boerger | 2007-05-18 | 1 | -1/+5 |
| | | | | | - Drop EXPERIMENTAL | ||||
* | - Reduce overhead of Phar's RINIT | Marcus Boerger | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | - Update after conference discussions | Marcus Boerger | 2007-05-16 | 1 | -0/+3 |
| | |||||
* | - Add Phar::getSupportedCompression() | Marcus Boerger | 2007-05-14 | 1 | -5/+6 |
| | |||||
* | - Update | Marcus Boerger | 2007-05-14 | 1 | -1/+6 |
| | |||||
* | - Update TODO, we most likely release current state as 1.1.0 | Marcus Boerger | 2007-04-04 | 1 | -3/+5 |
| | |||||
* | - Split TODO | Marcus Boerger | 2007-03-26 | 1 | -0/+3 |
| | |||||
* | [DOC] | Greg Beaver | 2007-03-26 | 1 | -0/+2 |
| | | | | | implement setSignatureAlgorithm() and add class constants Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, Phar::PGP | ||||
* | - Add general SHA-2 support by optional pecl/hash dependency | Marcus Boerger | 2007-03-25 | 1 | -1/+1 |
| | | | | | # We actually need support to select the signature type somehow | ||||
* | typo | Greg Beaver | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | - Add ini: phar.extract_list | Marcus Boerger | 2007-03-25 | 1 | -0/+5 |
| | | | | | | | - Add Phar::getExtractList - Both allow to set a mapping <phar-file> to <extract-dir> [[DOC]] | ||||
* | fix mem leak on error, fix cwd issue. go back to BadMethodCallException for ↵ | Greg Beaver | 2007-02-03 | 1 | -2/+2 |
| | | | | Phar->set*CompressedAllFiles(). ALL TESTS PASS, RELEASE IS IMMINENT | ||||
* | - Update TODO | Marcus Boerger | 2007-01-30 | 1 | -2/+6 |
| | | | | | | - Add Phar::isFlushing() - Improve test | ||||
* | update TODO for needed things | Greg Beaver | 2007-01-29 | 1 | -1/+5 |
| | |||||
* | throw exceptions from Phar object, and errors from stream wrapper | Greg Beaver | 2007-01-29 | 1 | -2/+2 |
| | | | | | # we need to account for uncaught exceptions in shutdown, 2 tests leak because of this | ||||
* | implement Phar->getMetadata() Phar->setMetadata(), add tests, implement ↵ | Greg Beaver | 2007-01-29 | 1 | -1/+1 |
| | | | | meta-data in the header | ||||
* | make Phar metadata todo more explicit | Greg Beaver | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | add rename support | Greg Beaver | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | note finishing of docs (whew) | Greg Beaver | 2007-01-28 | 1 | -2/+2 |
| | |||||
* | add rename() to TODO for 1.0 | Greg Beaver | 2007-01-28 | 1 | -0/+1 |
| | |||||
* | add todo about metadata, and 1.1 todo to search/match metadata [take 2] | Greg Beaver | 2007-01-28 | 1 | -0/+2 |
| | |||||
* | add todo about metadata, and 1.1 todo to search/match metadata | Greg Beaver | 2007-01-28 | 1 | -0/+1 |
| |