summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
...
| * - MFHSteph Fox2008-05-141-8/+16
| * This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+1296
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-3/+3
* Fixed bug#53872 (internal corruption of phar)Hannes Magnusson2011-08-291-4/+6
* Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-1/+3
* - Year++Felipe Pena2011-01-011-1/+1
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-191-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
* begin work on making phar php6-readyGreg Beaver2009-07-241-0/+12
* merge unmerged changes between branches, remove unnecessary test for zip sign...Greg Beaver2009-07-241-0/+3
* fix signature generation/validation for zip archives by phar extension, fix a...Greg Beaver2009-07-241-0/+11
* MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-3/+3
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: fix several errors found by valgrindGreg Beaver2008-10-261-2/+3
* MFB: add tests for copy-on-write supportGreg Beaver2008-10-121-1/+15
* MFB: fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-111-8/+13
* MFB: fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-2/+2
* MFB: fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-4/+4
* MFB: fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-131-5/+5
* remove weird relic of development past that somehow made it in here on the la...Greg Beaver2008-09-111-11/+0
* MFPHP5: fix Bug #46032: PharData::__construct wrong memory readGreg Beaver2008-09-111-0/+11
* - MFBSteph Fox2008-08-311-15/+41
* - This is as good as it gets in HEAD at present (~30% tests fail here)Steph Fox2008-08-011-121/+1098
* - MFB major fixesSteph Fox2008-05-241-0/+5
* MFB: plug security hole of unfettered creation access to .phar magic directoryGreg Beaver2008-05-151-8/+19
* - Make internal code back-compatible. This included a binary cast in the defa...Steph Fox2008-05-141-8/+16
* - 'It builds on my box'.Steph Fox2008-05-131-8/+8
* fix weird alias issues, add tests to check for new-found problemsGreg Beaver2008-05-121-0/+6
* increase code coverage in util.cGreg Beaver2008-05-121-2/+4
* simplify phar_get_link_location and increase its coverage to 100%Greg Beaver2008-05-111-6/+3
* increase code coverage and fix tiny bug in handling of absolute linksGreg Beaver2008-05-111-1/+1
* increase code coverage of funcinterceptors to 90%+, fix many bugs, fix errant...Greg Beaver2008-05-111-7/+4
* fix serious logic error and potential security issue with phar_compiled_file andGreg Beaver2008-05-081-4/+4
* fix alias overloading handling for archives that are not in useGreg Beaver2008-05-061-0/+20
* fix cwd test in php 5.2, now all tests pass in 5.2 on unixGreg Beaver2008-04-301-5/+14
* fix Bug #13786 on unix (Steph can you verify?)Greg Beaver2008-04-301-0/+3
* fix double freeGreg Beaver2008-04-301-1/+0
* more fixes for PHAR_G(cwd)Greg Beaver2008-04-281-5/+14
* fix crash (this area really needs code coverage)Greg Beaver2008-04-281-0/+2
* finish code coverage work (whew)Greg Beaver2008-04-261-4/+6
* - implemented Phar::buildFromDirectorySteph Fox2008-04-251-2/+14
* finish code coverage testing of phar_object.c (except for iterator building, ...Greg Beaver2008-04-251-0/+1
* - Fix Windows buildSteph Fox2008-04-241-2/+2
* implement symbolic link support within a tar-based phar archiveGreg Beaver2008-04-211-31/+129
* COMPLETELY rework filename extension detection. Now the only requirements are:Greg Beaver2008-04-181-4/+4
* fix compression zip testsGreg Beaver2008-04-161-1/+1
* fix potential segfault if some idiot tries to remove the root directory of a ...Greg Beaver2008-04-141-1/+1
* fix edge case where a new phar is created via mkdir(), add to dir.phpt testGreg Beaver2008-04-141-0/+1
* add addFile/addFromString/addEmptyDir. API is identical to ext/zipGreg Beaver2008-04-091-5/+7