summaryrefslogtreecommitdiff
path: root/ext/phar/tar.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-041-0/+9
|\
| * Fix #75102: `PharData` says invalid checksum for valid tarChristoph M. Becker2020-12-041-0/+9
* | [RFC] Only unserialize Phar metadata when getMetadata() is calledTyson Andre2020-08-031-31/+25
* | Fix [-Wundef] warning in PHAR extensionGeorge Peter Banyard2020-05-201-1/+1
|/
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-221-0/+8
|\
| * Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-221-0/+8
* | Fix build warningsRemi Collet2019-07-251-3/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-031-1/+6
|\ \ | |/
| * 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
* | | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Fix some sign-related issues in comparisonsjvoisin2019-01-091-1/+1
* | | | Future-proof email addresses...Zeev 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
|\ \ \ \ | |/ / /