summaryrefslogtreecommitdiff
path: root/ext/phar/tar.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-301-2/+5
| |\ \ \ | | |/ /
| | * | fix bug #67761Michael Wallner2015-03-301-2/+5
| | * | Fixed bug 64343Michael Wallner2015-03-301-0/+7
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | |/
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-301-0/+7
|\ \ \ | |/ /
| * | Fixed bug 64343Michael Wallner2015-03-301-0/+7
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-7/+7
* | | Fixed bug #68809 (Unchecked return value)Xinchen Hui2015-01-171-1/+8
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-53/+53
* | | fix conditionAnatol Belski2014-09-191-1/+1
* | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-3/+3
* | | ported ext/pharAnatol Belski2014-08-191-2/+2
* | | 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