fix test
[m6w6/ext-http] / src /
2018-02-27  Michael Wallnerimplement #58
2018-02-27  Michael Wallnerfix build without brotli, take 2
2018-02-27  Michael Wallnerfix build without brotli
2018-02-27  Michael WallnerPOS: brotli
2018-02-26  Michael Wallneradd brotli filter and tests
2018-02-26  Michael Wallnerfix warning
2018-02-26  Michael Wallneroptimize
2018-02-26  Michael Wallneradd brotli encoding
2018-02-23  Michael Wallnerupdate curl info
2018-02-23  Michael Wallnerupdate utf8 table
2018-02-23  Michael Wallnerfix cppcheck
2018-02-22  Michael Wallnerperformance improvements
2018-02-20  Michael Wallnerfix leak
2018-02-08  Michael Wallnerfix macro
2018-02-08  Michael Wallnercompat with master
2018-02-08  Michael Wallnerrefactor for 7.2
2018-02-01  Michael Wallnerfix #73
2017-09-21  Michael Wallner--crashes; ++leaks;
2017-07-03  Michael WallnerMerge branch 'v3.1.x'
2017-07-03  Michael HeimpoldHandle NULL strings gracefully during constant registration
2017-07-03  Michael Wallnerfix #68
2017-07-03  Michael Wallnerfix #66 & fix #67
2017-07-03  Michael WallnerFixed issue #63
2017-07-03  Michael Wallnercurl: fix gnutls include
2017-07-03  Michael WallnerFix issue #65
2017-07-03  Ondřej SurýUse ntohl instead of doing LE conversion yourself
2017-07-03  Remi Colletfix build
2017-06-07  Michael WallnerMerge pull request #70 from mhei/fix_register_null_strings
2017-06-04  Michael HeimpoldHandle NULL strings gracefully during constant registration 70/head
2017-04-04  Michael Wallnerfix #68
2017-04-04  Michael Wallnerfix #66 & fix #67
2017-04-04  Michael WallnerFixed issue #63
2017-04-04  Michael Wallnercurl: fix gnutls include
2017-04-04  Michael WallnerFix issue #65
2017-01-31  Michael WallnerTODO: crash--; leaks++;
2017-01-30  Michael Wallneravoid COW violation
2017-01-30  Michael Wallnerfix opcache weirdance
2017-01-30  Michael Wallneravoid COW violation
2017-01-30  Michael Wallnerderef
2017-01-24  Michael Wallnerseparate input hashtables to avoid string memleaks
2017-01-23  Ondřej SurýUse ntohl instead of doing LE conversion yourself 60/head
2016-12-12  Remi Colletfix build
2016-12-12  Michael Wallnerprepare 3.1.0
2016-10-21  Michael Wallnerfix ICU ifdefs
2016-10-05  Michael Wallnerfix build with GCC-4
2016-10-05  Michael Wallnerfix build issues with SSL, NSS etc.
2016-10-05  Michael WallnerMerge branch 'v2.6.x'
2016-10-04  Michael WallnerMerge branch 'v2.6.x' of ../ext-http
2016-10-04  Michael Wallnerfix performance regression with event loop
2016-10-04  Michael WallnerMerge branch 'v2.6.x' of ../ext-http
2016-10-04  Michael Wallnerfix idna parser flags checking
2016-10-04  Michael Wallnertry to find common level of strictness; fixes #52
2016-10-04  Michael Wallnerupdate config.m4; allow disabling idna; add idnkit
2016-10-04  Michael Wallnerflush
2016-10-04  Michael Wallnerfix PHP-73185
2016-09-21  Michael Wallnercppcheck & 7.1RC tests
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael Wallnercoverity fix
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael Wallnercoverity fix
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael Wallnernew curlinfo
2016-09-12  Michael WallnerMerge branch 'v2.6.x'
2016-09-12  Michael WallnerMerge branch 'v2.6.x'
2016-09-12  Michael Wallnerfix bug #73055
2016-09-08  Michael WallnerMerge branch 'v2.6.x'
2016-09-07  Michael Wallnerattempt to fix that HTTP/2 nonsense
2016-09-07  Michael WallnerMerge branch 'v2.6.x'
2016-09-06  Michael Wallner5.3 compatibility
2016-08-23  Michael WallnerMerge branch 'v2.6.x'
2016-08-23  Michael Wallneravoid recursive calls to the event loop dispatcher
2016-08-23  Michael WallnerMerge branch 'v2.6.x'
2016-08-23  Michael Wallneravoid recursive calls to the event loop dispatcher
2016-08-22  Michael WallnerMerge branch 'v2.6.x'
2016-08-17  Michael Wallnerrestore append functionality of http\Message::addHeaders
2016-08-17  Michael Wallnererror control for http\Url
2016-08-10  Michael WallnerMerge branch 'v2.6.x'
2016-08-10  Michael WallnerFix #50
2016-07-27  Michael WallnerMerge branch 'v2.6.x'
2016-07-27  Michael Wallnerfix messagebody gc/refcount
2016-07-27  Michael Wallnerfix #46 (HTTP/2 response message parsing broken with...
2016-07-13  Michael Wallnerproper fix for #47
2016-07-13  Michael Wallnerfix #47
2016-06-21  Michael WallnerMerge branch 'v2.6.x'
2016-06-21  Michael WallnerAdd http\Client::setDebug(callable $debug) and constants
2016-06-16  Michael Wallnerreturn count of still unfinished requests from run...
2016-06-15  Michael WallnerMerge branch 'v2.6.x'
2016-06-15  Michael Wallnerreturn count of still unfinished requests from run...
2016-06-15  Michael WallnerMFH header fixes
2016-06-14  Michael Wallnerclang is picky about these when building in-tree
2016-06-13  Michael WallnerMerge branch 'v2.6.x'
2016-06-13  Michael Wallnerfix undefined symbol ZEND_ASSERT
2016-06-13  Michael Wallneruser event loop support for the curl client
2016-06-11  Michael Wallnerfollowup on #44
2016-06-09  Michael WallnerImplement gc handlers
2016-06-07  Michael Wallnermodularize curl event handler
next