summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-02-261-2/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-261-2/+2
| |\
| | * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-261-2/+2
| | * Improvement for bug73297Julien Pauli2016-11-171-1/+1
| | * http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-11-171-2/+6
|\ \ \ | |/ /
| * | Fixed bug #75535Nikita Popov2017-11-171-2/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-081-4/+3
|\ \ \ | |/ /
| * | Fix OOB read introduced by previous commitNikita Popov2017-01-081-4/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-071-15/+41
|\ \ \ | |/ /
| * | http_fopen_wrapper.c - Handle HTTP headers with varying white spaceRowan Collins2017-01-071-15/+41
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Improvement for bug73297Julien Pauli2016-11-171-1/+1
| * | http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Improvement for bug73297Julien Pauli2016-11-171-1/+1
* | | http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
* | | Avoid use of scratch space in HTTP fopen wrapperNikita Popov2016-08-071-55/+47
* | | Implement request #27814Ville Hukkamäki2016-08-041-17/+22
* | | Fixed compilation warningsDmitry Stogov2016-06-231-1/+2
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/ /
* | emalloc never returns NULL (partially fix for #71753)Xinchen Hui2016-03-101-4/+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
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-0/+1
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2015-09-041-7/+7
|\ \ | |/
| * Fix #70361: HTTP stream wrapper doesn't close keep-alive connectionsNiklas Keller2015-09-041-7/+7
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Restore fix for bug #69337Stanislav Malyshev2015-04-181-7/+15
* | Fixed recently introduced memory leakDmitry Stogov2015-04-141-8/+3
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-2/+12
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-38/+50
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-121-2/+7
| | |\
| | | * fix memory leak & add testStanislav Malyshev2015-04-121-2/+7
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-121-36/+43
| | |\ \ | | | |/
| | | * Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)Stanislav Malyshev2015-04-121-36/+43
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | |/
* | | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-051-1/+1
|\ \ \ | |/ /
| * | Fixed bug (#69195 Inconsistent stream crypto values across versions)Daniel Lowrey2015-03-051-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
| * | fix C89 compatAnatol Belski2014-07-141-2/+2
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-2/+2
* | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
* | | fix warningsMichael Wallner2015-01-301-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-37/+37
* | | Improved trim/ltrim/rtrim functions.Dmitry Stogov2014-12-231-32/+40