summaryrefslogtreecommitdiff
path: root/ext/phar/dirstream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-3/+3
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-5/+5
|/
* bump yearXinchen Hui2013-01-061-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Pointer returned is never usedPierrick Charron2011-08-071-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed string format validation inside phar extension. Reported by Stefan EsserIlia Alshanetsky2010-04-271-1/+1
* begin work on making phar php6-readyGreg Beaver2009-07-241-0/+14
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-121-42/+29
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-2/+1
* sync with pecl/phar, missed one line changeGreg Beaver2008-08-301-2/+2
* sync with pecl/phar, this does not change any functionality in PHP 5.3, but m...Greg Beaver2008-08-301-6/+10
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-22/+58
* fix foldingAntony Dovgal2008-07-291-0/+9
* Fixed directory reanming/deletionDmitry Stogov2008-07-201-33/+83
* fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-4/+14
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-2/+3
* refactor function names for clarity. No functionality changeGreg Beaver2008-05-301-3/+3
* fix potentially major security hole: modification/creation of files in .phar ...Greg Beaver2008-05-151-4/+12
* - MFHSteph Fox2008-05-141-15/+21
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+587