summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - MFHSteph Fox2008-05-141-8/+16
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+1296