summaryrefslogtreecommitdiff
path: root/ext/phar/tar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-031-1/+6
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-031-1/+6
| |\
| | * Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-031-1/+6
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-16/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Move to unsigned types in pharAnatol Belski2018-04-181-10/+13
* | | year++Xinchen Hui2018-01-021-1/+1
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-3/+3
|/
* fix erroneous resource destructionAnatol Belski2016-09-141-18/+2
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-1/+1
|\
| * Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-121-1/+1
* | fix leakAnatol Belski2016-09-021-0/+25
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-011-8/+3
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-291-8/+3
| |\
| | * Fixed bugs #71317 and #71504Jos Elstgeest2016-02-291-1/+3
* | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-12/+12
|/ /
* | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-7/+17
|\ \ | |/
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-6/+19
| |\
| | * Fixed bug #71488: Stack overflow when decompressing tar archivesStanislav Malyshev2016-01-311-6/+16
| | * Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()Stanislav Malyshev2016-01-161-0/+3
| * | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-01-141-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | | cleanup duplicated stat declarations in ext/pharAnatol Belski2015-05-251-3/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-1/+1
| | |\
| | | * Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-04-291-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Merge branch 'PHP-5.6'Michael Wallner2015-03-301-2/+5
|\ \ \ \ | |/ / /
| * | | 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