| Commit message (Expand) | Author | Age | Files | Lines |
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+12 |
| * | merge unmerged changes between branches, remove unnecessary test for zip sign... | Greg Beaver | 2009-07-24 | 1 | -0/+3 |
| * | fix signature generation/validation for zip archives by phar extension, fix a... | Greg Beaver | 2009-07-24 | 1 | -0/+11 |
| * | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -3/+3 |
| * | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | MFB: fix several errors found by valgrind | Greg Beaver | 2008-10-26 | 1 | -2/+3 |
| * | MFB: add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -1/+15 |
| * | MFB: fix reading links from streams (works with PharFileInfo->getContent()) | Greg Beaver | 2008-10-11 | 1 | -8/+13 |
| * | MFB: fix bug #45907: undefined reference to PHP_SHA512Init | Greg Beaver | 2008-10-09 | 1 | -2/+2 |
| * | MFB: fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -4/+4 |
| * | MFB: fix Bug #46060: addEmptyDir() breaks | Greg Beaver | 2008-09-13 | 1 | -5/+5 |
| * | remove weird relic of development past that somehow made it in here on the la... | Greg Beaver | 2008-09-11 | 1 | -11/+0 |
| * | MFPHP5: fix Bug #46032: PharData::__construct wrong memory read | Greg Beaver | 2008-09-11 | 1 | -0/+11 |
| * | - MFB | Steph Fox | 2008-08-31 | 1 | -15/+41 |
| * | - This is as good as it gets in HEAD at present (~30% tests fail here) | Steph Fox | 2008-08-01 | 1 | -121/+1098 |
| * | - MFB major fixes | Steph Fox | 2008-05-24 | 1 | -0/+5 |
| * | MFB: plug security hole of unfettered creation access to .phar magic directory | Greg Beaver | 2008-05-15 | 1 | -8/+19 |
| * | - Make internal code back-compatible. This included a binary cast in the defa... | Steph Fox | 2008-05-14 | 1 | -8/+16 |
| * | - 'It builds on my box'. | Steph Fox | 2008-05-13 | 1 | -8/+8 |
| * | fix weird alias issues, add tests to check for new-found problems | Greg Beaver | 2008-05-12 | 1 | -0/+6 |
| * | increase code coverage in util.c | Greg Beaver | 2008-05-12 | 1 | -2/+4 |
| * | simplify phar_get_link_location and increase its coverage to 100% | Greg Beaver | 2008-05-11 | 1 | -6/+3 |
| * | increase code coverage and fix tiny bug in handling of absolute links | Greg Beaver | 2008-05-11 | 1 | -1/+1 |
| * | increase code coverage of funcinterceptors to 90%+, fix many bugs, fix errant... | Greg Beaver | 2008-05-11 | 1 | -7/+4 |
| * | fix serious logic error and potential security issue with phar_compiled_file and | Greg Beaver | 2008-05-08 | 1 | -4/+4 |
| * | fix alias overloading handling for archives that are not in use | Greg Beaver | 2008-05-06 | 1 | -0/+20 |
| * | fix cwd test in php 5.2, now all tests pass in 5.2 on unix | Greg Beaver | 2008-04-30 | 1 | -5/+14 |
| * | fix Bug #13786 on unix (Steph can you verify?) | Greg Beaver | 2008-04-30 | 1 | -0/+3 |
| * | fix double free | Greg Beaver | 2008-04-30 | 1 | -1/+0 |
| * | more fixes for PHAR_G(cwd) | Greg Beaver | 2008-04-28 | 1 | -5/+14 |
| * | fix crash (this area really needs code coverage) | Greg Beaver | 2008-04-28 | 1 | -0/+2 |
| * | finish code coverage work (whew) | Greg Beaver | 2008-04-26 | 1 | -4/+6 |
| * | - implemented Phar::buildFromDirectory | Steph Fox | 2008-04-25 | 1 | -2/+14 |
| * | finish code coverage testing of phar_object.c (except for iterator building, ... | Greg Beaver | 2008-04-25 | 1 | -0/+1 |
| * | - Fix Windows build | Steph Fox | 2008-04-24 | 1 | -2/+2 |
| * | implement symbolic link support within a tar-based phar archive | Greg Beaver | 2008-04-21 | 1 | -31/+129 |
| * | COMPLETELY rework filename extension detection. Now the only requirements are: | Greg Beaver | 2008-04-18 | 1 | -4/+4 |
| * | fix compression zip tests | Greg Beaver | 2008-04-16 | 1 | -1/+1 |
| * | fix potential segfault if some idiot tries to remove the root directory of a ... | Greg Beaver | 2008-04-14 | 1 | -1/+1 |
| * | fix edge case where a new phar is created via mkdir(), add to dir.phpt test | Greg Beaver | 2008-04-14 | 1 | -0/+1 |
| * | add addFile/addFromString/addEmptyDir. API is identical to ext/zip | Greg Beaver | 2008-04-09 | 1 | -5/+7 |
| * | fix read/write for PharData object, update tests to current API | Greg Beaver | 2008-03-24 | 1 | -8/+8 |
| * | not all tests have been converted over to the new API, but it works | Greg Beaver | 2008-03-23 | 1 | -104/+0 |
| * | move all blah++ to ++blah where possible for those with crapass compilers | Greg Beaver | 2008-03-22 | 1 | -13/+11 |
| * | fix memleak in php 5.2, simplify code slightly | Greg Beaver | 2008-03-22 | 1 | -10/+3 |
| * | - Fix build for PHP < 5.3 | Marcus Boerger | 2008-03-22 | 1 | -0/+3 |
| * | fix the memleak - but this breaks the \*compressAllFiles\*() methods because ... | Greg Beaver | 2008-03-21 | 1 | -0/+7 |
| * | save work - sandbox is completely f**ed up, have to rm -rf and start again | Greg Beaver | 2008-03-20 | 1 | -85/+231 |
| * | implement full support and usage of phar stream in include_path, for both 5.2... | Greg Beaver | 2008-03-12 | 1 | -4/+59 |
| * | fix leaked var, fixes all tests for me | Greg Beaver | 2008-03-12 | 1 | -0/+3 |