summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\
| * - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * 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/+4
| * - Year++Felipe Pena2011-01-011-1/+1
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-2/+2
| * begin work on making phar php6-readyGreg Beaver2009-07-241-0/+12
| * 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
| * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| * - MFH Fix dependency from Phar to hashMarcus Boerger2008-11-041-0/+3
| * fix several errors found by valgrindGreg Beaver2008-10-261-2/+3
| * add tests for copy-on-write supportGreg Beaver2008-10-121-1/+15
| * fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-111-8/+13
| * fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-2/+2
| * fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-4/+4
| * fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-131-5/+5
| * use '\0' instead of 0 for chars, removes intel warningGreg Beaver2008-08-311-4/+4
| * remove unnecessary double variable declarationsGreg Beaver2008-08-311-4/+1
| * use safer strlcpy, patch by Tony DovgalGreg Beaver2008-08-311-2/+2
| * 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/...Greg Beaver2008-08-311-9/+13
| * fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-211-0/+25
| * - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-47/+236
| * don't segfault if given invalid/empty private keyAntony Dovgal2008-07-291-0/+7
| * don't free function name before calling the functionAntony Dovgal2008-07-291-2/+6
| * fix foldingAntony Dovgal2008-07-291-13/+35
| * - Fix openssl checkMarcus Boerger2008-07-271-1/+2
| * Fixed directory reanming/deletionDmitry Stogov2008-07-201-44/+5
| * Fixed wrong refcount updatesDmitry Stogov2008-07-101-14/+14
| * - One solution for the openssl issuesSteph Fox2008-06-231-7/+2
| * - ws, typo fixSteph Fox2008-06-221-1/+1
| * - Don't free stuff you still needSteph Fox2008-06-211-2/+2
| * - fix for segfault in 5.2 (patch from Greg)Steph Fox2008-06-211-4/+4
| * - wsSteph Fox2008-06-211-4/+7
| * fix leakGreg Beaver2008-06-211-0/+1
| * - 5_2 compatibility stuff (so we can stay in sync with PECL)Steph Fox2008-06-201-1/+1
| * minor performance improvementGreg Beaver2008-06-201-0/+7
| * making progress - up to 42/phar vs. 48/disk with these optimizationsGreg Beaver2008-06-201-7/+79
| * - really fix the windows builds, don't cast many times when only the hash fun...Pierre Joye2008-06-181-2/+2
| * fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-43/+206
| * fix memleakGreg Beaver2008-06-151-0/+2
| * HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-45/+67
| * [DOC] implement full signature support for tar-based archives. By default, d...Greg Beaver2008-06-131-1/+1
| * full refactor of signatures complete - now to implement them for tar as a sta...Greg Beaver2008-06-131-8/+145
| * - Fix build (ZTS)Felipe Pena2008-06-131-0/+2
| * partial refactor - move signature verification into its own function, in prep...Greg Beaver2008-06-131-0/+388
| * fix memleak on errorGreg Beaver2008-06-101-0/+3
| * major fixesGreg Beaver2008-05-221-0/+3
| * fix potentially major security hole: modification/creation of files in .phar ...Greg Beaver2008-05-151-8/+19