summaryrefslogtreecommitdiff
path: root/ext/phar/dirstream.c
Commit message (Expand)AuthorAgeFilesLines
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-16/+4
* Merge branch 'PHP-7.4'Nikita Popov2019-07-221-3/+3
|\
| * Report errors from stream read and write operationsNikita Popov2019-07-221-3/+3
* | Make zend_hash_sort() return voidrjhdby2019-03-221-4/+1
|/
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-271-1/+1
* Removed useless checkDmitry Stogov2018-12-271-2/+1
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-1/+2
* Move to unsigned types in pharAnatol Belski2018-04-181-7/+7
* Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-29/+29
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-9/+9
* fix useless assignmentAnatol Belski2016-09-011-1/+0
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-1/+2
|\
| * Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-01-141-1/+2
* | 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
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-1/+1
| |\
| | * Better fix for bug #70433Stanislav Malyshev2015-09-281-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-1/+1
| |\ \ | | |/
| | * FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry ...Stanislav Malyshev2015-09-281-1/+1
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-22/+22
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Faster sorting algoXinchen Hui2015-01-141-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* | | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr...Dmitry Stogov2014-12-301-3/+3
* | | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-6/+5
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-59/+59
* | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-4/+4
* | | ported ext/pharAnatol Belski2014-08-191-5/+5
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-39/+40
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+5
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5'Xinchen Hui2013-10-271-4/+0
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-10-271-4/+0
| |\
| | * remove "PHP 6" staffXinchen Hui2013-10-271-4/+0
* | | Remove PHAR_(Z)STR* usagesNikita Popov2013-09-131-38/+8