summaryrefslogtreecommitdiff
path: root/ext/phar/zip.c
Commit message (Expand)AuthorAgeFilesLines
* master renames phase 3Anatol Belski2014-08-251-6/+6
* master renames phase 1Anatol Belski2014-08-251-8/+8
* ported ext/pharAnatol Belski2014-08-191-8/+8
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-4/+8
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-67/+102
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-6/+6
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove some more unnecessary macros from pharNikita Popov2013-09-131-10/+10
* Remove version checks in pharNikita Popov2013-09-131-10/+0
* other fix for #64214, unmodified file may not have old fp set, causing other ...Pierre Joye2013-05-171-4/+5
* more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-141-2/+16
* php_stream_fopen_tmpfile may file, causing any following stream usage to crashPierre Joye2013-05-141-0/+4
* bump yearXinchen Hui2013-01-061-1/+1
* - Removed PHP 6 checksFelipe Pena2012-08-211-16/+0
* - Year++Felipe Pena2012-01-011-1/+1
* - Handle error if tempfile can't be opened, found by parfaitJohannes Schlüter2011-05-161-0/+3
* Fixed variable overloadingIlia Alshanetsky2011-01-201-3/+3
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())Ilia Alshanetsky2010-05-031-2/+8
* re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-261-0/+16
* fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.php...Greg Beaver2009-07-241-14/+26
* fix minor memory leakGreg Beaver2009-07-241-0/+6
* fix signature generation/validation for zip archives by phar extension, fix a...Greg Beaver2009-07-241-6/+156
* MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-9/+13
* update NEWS with phar enabling, fix swapping of time/date in timestamp saving...Greg Beaver2009-03-011-2/+2
* cosmetics: fix warning (only affects suncc)Greg Beaver2009-02-211-1/+1
* fix zip access to work in all compilers, present and future, and on all arche...Greg Beaver2009-02-201-54/+69
* fix memleaks on zip corruptionGreg Beaver2009-02-161-0/+2
* fix remaining big-endian issues with pharGreg Beaver2009-02-151-6/+9
* fix getting/setting of all 16/32 values in zipGreg Beaver2009-02-151-7/+13
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix ZTS buildAntony Dovgal2008-10-121-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-121-0/+1
* cosmetics/maintainability: reduce code redundancy on error conditionsGreg Beaver2008-10-111-35/+13
* work around crap stream filter implementation, update tests for compressed al...Greg Beaver2008-10-111-0/+13
* workaround for Bug #46147 for PHP < 5.2.7Greg Beaver2008-09-221-0/+4
* increase code coverage, fix bzip2-compressed alias in zipGreg Beaver2008-09-141-3/+19
* 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/...Greg Beaver2008-08-311-3/+1
* fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-211-1/+10
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-24/+156
* fix foldingAntony Dovgal2008-07-291-3/+15
* Fixed wrong arguments orderDmitry Stogov2008-07-171-1/+1
* - pefree pemalloc'd filenameSteph Fox2008-06-211-3/+3
* - Fix macro definition syntaxSteph Fox2008-06-211-8/+4
* - 5_2 compatibility stuff (so we can stay in sync with PECL)Steph Fox2008-06-201-0/+8
* - Kill 10 MSVC compiler warnings due to type conflictSteph Fox2008-06-181-3/+3
* fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-0/+8
* fix hashtable creation for zip to be exact size needed, fix endian issue for ...Greg Beaver2008-06-161-4/+4
* another optimization - move inode hash to initial manifest parsing, improves ...Greg Beaver2008-06-151-0/+1
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-0/+5