summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-111-2/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-111-2/+4
| |\
| | * Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-011-2/+4
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-101-72/+1
| |\ \ |/ / / | | _
| * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-101-72/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-06-251-1/+72
|\ \ | |/
| * Add more constants, improve comments, and add testsMatthew Trescott2017-06-251-1/+72
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-18/+15
|\ \ | |/
| * Remove invalid check of dictionary content and add initialization of dictiona...wapmorgan2017-06-251-18/+15
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-03-151-4/+2
|\ \ | |/
| * Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-151-4/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-081-2/+1
|\ \ | |/
| * deflate_add(): Don't add unnecessary +1 to sizeNikita Popov2017-01-081-2/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-2/+17
|\ \ | |/
| * Fixed bug #73373 (deflate_add does not verify that output was not truncated)Bob Weinand2016-12-221-2/+17
* | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
|/
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-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
* | Removed dead codeJulien Pauli2015-08-171-2/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-32/+32
* | Add support for string dictionaries, fix array dictionaries ({de,in}flate)Bob Weinand2015-05-211-48/+75
* | Fix unrelated tests and zlib window sizeBob Weinand2015-05-151-4/+4
* | Minor typo in warning messageBob Weinand2015-05-151-1/+13
* | Add strategy option to deflate_init()Bob Weinand2015-05-151-4/+23
* | Add dictionary option to {in,de}flate_init()Bob Weinand2015-05-151-3/+98
* | Add window option to {de,in}flate_init()Bob Weinand2015-05-151-33/+63
* | Improve ZBLOCK handling with zlib < 1.2.4Daniel Lowrey2015-05-071-14/+10
* | Fix Z_BLOCK breakage when built against zlib < 1.2.4Daniel Lowrey2015-05-071-0/+13
* | Clean up some type conversionsNikita Popov2015-04-271-1/+1
* | Tweak new deflate/inflate implementationsNikita Popov2015-04-251-21/+7
* | Fix vim folding blockDaniel Lowrey2015-04-241-0/+1
* | Merge branch 'deflate'Daniel Lowrey2015-04-241-1/+323
|\ \
| * | Add incremental zlib inflate APIDaniel Lowrey2015-04-231-3/+150
| * | Several deflate_* changes (more after the jump)Daniel Lowrey2015-04-231-64/+86
| * | Add incremental zlib deflate APIBob Weinand2015-04-221-0/+153
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-2/+2
| |\ \
| | * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-2/+2
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
| |_|/ |/| |
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-4/+1
|\ \ \ | |/ /