summaryrefslogtreecommitdiff
path: root/ext/phar/tar.c
Commit message (Expand)AuthorAgeFilesLines
* basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* Support for ext/phar (all tests passed)Dmitry Stogov2014-05-121-2/+0
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-9/+14
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-46/+61
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove some more unnecessary macros from pharNikita Popov2013-09-131-5/+5
* more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-141-5/+20
* bump yearXinchen Hui2013-01-061-1/+1
* - Removed PHP 6 checksFelipe Pena2012-08-211-4/+1
* fix unchecked emallocStanislav Malyshev2012-05-301-3/+3
* fix bug #61065Stanislav Malyshev2012-05-161-0/+10
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())Ilia Alshanetsky2010-05-031-2/+7
* fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar t...Greg Beaver2009-11-111-2/+49
* re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-261-0/+4
* fix Bug #49021: phar tar signature algorithm reports as Unknown (0) in getSig...Greg Beaver2009-07-221-1/+2
* Fix Bug #49020: phar misinterprets ustar long filename standardGreg Beaver2009-07-221-3/+15
* fix php bug #49018 (phar tar stores long filenames with prefix/name reversed)Greg Beaver2009-07-221-2/+5
* fixed bug #48681 (openssl signature verification for tar archives broken)Greg Beaver2009-06-301-3/+6
* MFPECL: fix security vulnerability in phar's handling of long tar filenamesGreg Beaver2009-06-041-9/+20
* fix Bug #48257: PharData throws exception with non-phar tarGreg Beaver2009-05-131-8/+8
* MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-5/+5
* fix setting of 32-bit value on big-endian systemsGreg Beaver2009-02-151-4/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
* MFH: fix ZTS buildAntony Dovgal2008-10-121-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-121-0/+1
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-11/+10
* use TAR_FILE instead of '0' and '\0' instead of 0Greg Beaver2008-08-311-1/+1
* hadn't saved tar.c, use '\0' instead of 0 for char values, removes warning in...Greg Beaver2008-08-311-2/+2
* remove superfluous variable declarations, merge WS from pecl/pharGreg Beaver2008-08-311-3/+1
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-14/+101
* fix foldingAntony Dovgal2008-07-291-5/+20
* fix tar-related failuresGreg Beaver2008-06-231-91/+13
* - Revert the tar.c part of the inode calculation fixSteph Fox2008-06-221-5/+5
* fix inode calculation, we need fname to be set for phar/tar formats prior to ...Greg Beaver2008-06-221-5/+5
* - Kill the last compiler warning under 5.3 (release-only)Steph Fox2008-06-201-1/+1
* - 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-2/+9
* fix hashtable creation for tar to be estimated size neededGreg Beaver2008-06-161-3/+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/+29
* - Fix build (ZTS)Felipe Pena2008-06-131-1/+1
* [DOC] implement full signature support for tar-based archives. By default, d...Greg Beaver2008-06-131-3/+153
* [DOC] add phar.cache_list, a PATH_SEPARATOR-separated list of full paths to p...Greg Beaver2008-06-121-20/+22
* refactor function names for clarity. No functionality changeGreg Beaver2008-05-301-1/+1
* major fixesGreg Beaver2008-05-221-0/+7
* fix offset detection in tar filesGreg Beaver2008-05-211-2/+2
* add full metadata support for tar-based archives and testGreg Beaver2008-05-151-1/+177
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+831