m6w6/ext-http
5 years agotravis: allow failures with PHP-master
Michael Wallner [Tue, 26 Feb 2019 19:58:49 +0000 (20:58 +0100)] 
travis: allow failures with PHP-master

5 years agofix test
Michael Wallner [Tue, 26 Feb 2019 18:54:58 +0000 (19:54 +0100)] 
fix test

5 years agoupdate travis
Michael Wallner [Tue, 26 Feb 2019 17:08:47 +0000 (18:08 +0100)] 
update travis

5 years agoworkaround for #84
Michael Wallner [Tue, 26 Feb 2019 17:07:34 +0000 (18:07 +0100)] 
workaround for #84

5 years agoupdate tests for newer libcurl
Michael Wallner [Tue, 26 Feb 2019 15:40:44 +0000 (16:40 +0100)] 
update tests for newer libcurl

5 years agoMerge pull request #74 from gbarosio/readme
Michael Wallner [Mon, 4 Feb 2019 13:37:10 +0000 (14:37 +0100)] 
Merge pull request #74 from gbarosio/readme

Added the correct git url to the README.md fileE [ci skip]

5 years agobuild: fix master
Michael Wallner [Thu, 27 Sep 2018 06:18:37 +0000 (08:18 +0200)] 
build: fix master

5 years agoMerge branch 'fix/no-test-args-passthru' of https://github.com/DaveRandom/ext-http
Michael Wallner [Wed, 26 Sep 2018 08:21:05 +0000 (10:21 +0200)] 
Merge branch 'fix/no-test-args-passthru' of https://github.com/DaveRandom/ext-http

5 years agocoverity fixups
Michael Wallner [Wed, 26 Sep 2018 08:19:39 +0000 (10:19 +0200)] 
coverity fixups

5 years agoOnly pass valid options through from TEST_PHP_ARGS and make sure child process has... 82/head
Chris Wright [Wed, 22 Aug 2018 14:53:05 +0000 (15:53 +0100)] 
Only pass valid options through from TEST_PHP_ARGS and make sure child process has extensions

5 years agotravis: fix test
Michael Wallner [Mon, 23 Jul 2018 09:46:50 +0000 (11:46 +0200)] 
travis: fix test

5 years agotravis: fix ssl client test
Michael Wallner [Mon, 23 Jul 2018 09:43:57 +0000 (11:43 +0200)] 
travis: fix ssl client test

5 years agoback to dev
Michael Wallner [Thu, 19 Jul 2018 11:22:51 +0000 (13:22 +0200)] 
back to dev

5 years agoprepare release v3.2.0 RELEASE_3_2_0
Michael Wallner [Thu, 19 Jul 2018 11:16:13 +0000 (13:16 +0200)] 
prepare release v3.2.0

* Fixed gh-issue #73: build fails with libidn and libidn2
* Fixed gh-issue #78: PHP-7.3 build crashes
* Fixed PHP-7.2 build crashes
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

5 years agotravis: rebuild deps on master
Michael Wallner [Wed, 18 Jul 2018 11:50:43 +0000 (13:50 +0200)] 
travis: rebuild deps on master

5 years agotravis: clean on build failure
Michael Wallner [Wed, 18 Jul 2018 11:23:18 +0000 (13:23 +0200)] 
travis: clean on build failure

5 years agoadd 7.3; reconfigure for master
Michael Wallner [Wed, 18 Jul 2018 10:59:26 +0000 (12:59 +0200)] 
add 7.3; reconfigure for master

5 years agofix for 7.3.0alpha4
Remi Collet [Wed, 18 Jul 2018 04:37:53 +0000 (06:37 +0200)] 
fix for 7.3.0alpha4

5 years agofix shutdown crash with 7.3/master
Michael Wallner [Tue, 26 Jun 2018 15:19:43 +0000 (17:19 +0200)] 
fix shutdown crash with 7.3/master

5 years agoattempt to fix #78
Michael Wallner [Tue, 26 Jun 2018 13:40:28 +0000 (15:40 +0200)] 
attempt to fix #78

PHP-7.3 build fails on x86 due to change of the calling convention of
the zif_handler

6 years agoprepare release v3.2.0RC1 RELEASE_3_2_0_RC1pl1
Michael Wallner [Mon, 9 Apr 2018 10:35:26 +0000 (12:35 +0200)] 
prepare release v3.2.0RC1

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

6 years agoprepare release v3.2.0RC1 RELEASE_3_2_0_RC1
Michael Wallner [Mon, 9 Apr 2018 10:33:01 +0000 (12:33 +0200)] 
prepare release v3.2.0RC1

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

6 years agosplit utf8 ranges and single chars
Michael Wallner [Tue, 6 Mar 2018 12:50:04 +0000 (13:50 +0100)] 
split utf8 ranges and single chars

6 years agouse binary search on utf8_ranges
Michael Wallner [Tue, 6 Mar 2018 11:45:45 +0000 (12:45 +0100)] 
use binary search on utf8_ranges

6 years agoswitching on bits of just the start char won't work ;)
Michael Wallner [Mon, 5 Mar 2018 13:30:31 +0000 (14:30 +0100)] 
switching on bits of just the start char won't work ;)

6 years agodelete gcov files before cache
Michael Wallner [Mon, 5 Mar 2018 13:29:23 +0000 (14:29 +0100)] 
delete gcov files before cache

6 years agouse u_isalnum if available
Michael Wallner [Mon, 5 Mar 2018 10:52:49 +0000 (11:52 +0100)] 
use u_isalnum if available

6 years agotwo-split switch
Michael Wallner [Mon, 5 Mar 2018 08:11:20 +0000 (09:11 +0100)] 
two-split switch

6 years agounrolled isualpha
Michael Wallner [Sat, 3 Mar 2018 14:01:14 +0000 (15:01 +0100)] 
unrolled isualpha

6 years agochange build directory
Michael Wallner [Fri, 2 Mar 2018 20:29:18 +0000 (21:29 +0100)] 
change build directory

6 years agotraying to cache stuff on travis
Michael Wallner [Fri, 2 Mar 2018 14:44:21 +0000 (15:44 +0100)] 
traying to cache stuff on travis

6 years agofix dangling else swallowing the return statement with clang
Michael Wallner [Fri, 2 Mar 2018 12:42:31 +0000 (13:42 +0100)] 
fix dangling else swallowing the return statement with clang

6 years agofix segfault if filter could not be located
Michael Wallner [Fri, 2 Mar 2018 12:35:52 +0000 (13:35 +0100)] 
fix segfault if filter could not be located

6 years agofix test
Michael Wallner [Fri, 2 Mar 2018 11:07:49 +0000 (12:07 +0100)] 
fix test

6 years agofix tests
Michael Wallner [Fri, 2 Mar 2018 10:13:01 +0000 (11:13 +0100)] 
fix tests

6 years agonew build matrix
Michael Wallner [Fri, 2 Mar 2018 09:56:57 +0000 (10:56 +0100)] 
new build matrix

6 years agoimplement #58
Michael Wallner [Tue, 27 Feb 2018 16:32:45 +0000 (17:32 +0100)] 
implement #58

Client observers are now informed with an "prepare" event.
Note, though, that http\Client::getProgressInfo() does not return
the progress state received for this event.

6 years agofix build without brotli, take 2
Michael Wallner [Tue, 27 Feb 2018 15:18:21 +0000 (16:18 +0100)] 
fix build without brotli, take 2

6 years agofix build without brotli
Michael Wallner [Tue, 27 Feb 2018 14:29:13 +0000 (15:29 +0100)] 
fix build without brotli

6 years agoinclude brotli in the coverage build
Michael Wallner [Tue, 27 Feb 2018 14:22:27 +0000 (15:22 +0100)] 
include brotli in the coverage build

6 years agoset AHVE_LIBBROTLI to false if checks fail
Michael Wallner [Tue, 27 Feb 2018 14:19:59 +0000 (15:19 +0100)] 
set AHVE_LIBBROTLI to false if checks fail

6 years agotypo
Michael Wallner [Tue, 27 Feb 2018 10:28:59 +0000 (11:28 +0100)] 
typo

6 years agoPOS: brotli
Michael Wallner [Tue, 27 Feb 2018 10:04:52 +0000 (11:04 +0100)] 
POS: brotli

6 years agoconfigure: fix libevent version check
Michael Wallner [Tue, 27 Feb 2018 10:04:19 +0000 (11:04 +0100)] 
configure: fix libevent version check

6 years agoconfigure: fix version check with empty version
Michael Wallner [Tue, 27 Feb 2018 10:03:59 +0000 (11:03 +0100)] 
configure: fix version check with empty version

6 years agodon't fail on cppcheck, yet
Michael Wallner [Tue, 27 Feb 2018 07:50:35 +0000 (08:50 +0100)] 
don't fail on cppcheck, yet

6 years agoexport PKG_CONFIG_PATH, else pkg-config doesn't pick it up
Michael Wallner [Tue, 27 Feb 2018 07:27:26 +0000 (08:27 +0100)] 
export PKG_CONFIG_PATH, else pkg-config doesn't pick it up

6 years agoprepare travis
Michael Wallner [Mon, 26 Feb 2018 16:54:02 +0000 (17:54 +0100)] 
prepare travis

6 years agogitignore
Michael Wallner [Mon, 26 Feb 2018 16:35:04 +0000 (17:35 +0100)] 
gitignore

6 years agoadd missing files
Michael Wallner [Mon, 26 Feb 2018 16:34:05 +0000 (17:34 +0100)] 
add missing files

6 years agoadd brotli filter and tests
Michael Wallner [Mon, 26 Feb 2018 16:25:46 +0000 (17:25 +0100)] 
add brotli filter and tests

6 years agoignore new headers
Michael Wallner [Mon, 26 Feb 2018 12:40:05 +0000 (13:40 +0100)] 
ignore new headers

6 years agofix warning
Michael Wallner [Mon, 26 Feb 2018 12:39:49 +0000 (13:39 +0100)] 
fix warning

6 years agooptimize
Michael Wallner [Mon, 26 Feb 2018 12:39:32 +0000 (13:39 +0100)] 
optimize

6 years agoadd brotli encoding
Michael Wallner [Mon, 26 Feb 2018 07:49:03 +0000 (08:49 +0100)] 
add brotli encoding

6 years agoupdate curl info
Michael Wallner [Fri, 23 Feb 2018 07:18:44 +0000 (08:18 +0100)] 
update curl info

6 years agoupdate utf8 table
Michael Wallner [Fri, 23 Feb 2018 07:12:28 +0000 (08:12 +0100)] 
update utf8 table

6 years agofix cppcheck
Michael Wallner [Fri, 23 Feb 2018 06:58:11 +0000 (07:58 +0100)] 
fix cppcheck

6 years agoperformance improvements
Michael Wallner [Thu, 22 Feb 2018 16:35:13 +0000 (17:35 +0100)] 
performance improvements

6 years agofix test
Michael Wallner [Tue, 20 Feb 2018 14:02:59 +0000 (15:02 +0100)] 
fix test

6 years agotest against master
Michael Wallner [Tue, 20 Feb 2018 13:28:19 +0000 (14:28 +0100)] 
test against master

6 years agofix leak
Michael Wallner [Tue, 20 Feb 2018 12:43:02 +0000 (13:43 +0100)] 
fix leak

6 years agofix macro
Michael Wallner [Thu, 8 Feb 2018 15:59:50 +0000 (16:59 +0100)] 
fix macro

6 years agoupdate test versions
Michael Wallner [Thu, 8 Feb 2018 15:52:45 +0000 (16:52 +0100)] 
update test versions

6 years agocompat with master
Michael Wallner [Thu, 8 Feb 2018 15:48:04 +0000 (16:48 +0100)] 
compat with master

6 years agorefactor for 7.2
Michael Wallner [Wed, 7 Feb 2018 11:45:52 +0000 (12:45 +0100)] 
refactor for 7.2

6 years agofix #73
Michael Wallner [Thu, 1 Feb 2018 13:36:09 +0000 (14:36 +0100)] 
fix #73

include idna.h prior idn2.h to ensure INDA_H is defined and libidn2 does
not try to define the idna compat layer

6 years agoAdded the correct git url to the README.md fileE 74/head
Guido Barosio [Sun, 1 Oct 2017 15:28:27 +0000 (12:28 -0300)] 
Added the correct git url to the README.md fileE

6 years ago--crashes; ++leaks;
Michael Wallner [Wed, 20 Sep 2017 14:25:41 +0000 (16:25 +0200)] 
--crashes; ++leaks;

6 years agoMerge branch 'v3.1.x'
Michael Wallner [Mon, 3 Jul 2017 07:59:08 +0000 (09:59 +0200)] 
Merge branch 'v3.1.x'

6 years agoHandle NULL strings gracefully during constant registration
Michael Heimpold [Sun, 4 Jun 2017 13:00:33 +0000 (15:00 +0200)] 
Handle NULL strings gracefully during constant registration

When libcurl is compiled not using e.g. libz or SSL, then a call to
curl_version_info could return NULL in the corresponding fields of
curl_version_info_data.

Passing such NULL pointers down to REGISTER_NS_STRING_CONSTANT results
in a segfault during php startup, so let's check for this special case
and register a NULL constant in this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agofix #68
Michael Wallner [Tue, 4 Apr 2017 19:05:21 +0000 (21:05 +0200)] 
fix #68

6 years agofix #66 & fix #67
Michael Wallner [Tue, 4 Apr 2017 18:48:42 +0000 (20:48 +0200)] 
fix #66 & fix #67

6 years agoclean up test
Michael Wallner [Tue, 4 Apr 2017 11:38:11 +0000 (13:38 +0200)] 
clean up test

6 years agoFixed issue #63
Michael Wallner [Tue, 4 Apr 2017 11:35:18 +0000 (13:35 +0200)] 
Fixed issue #63

Use urldecode instead of raw_urldecode in http_params

6 years agocurl: fix gnutls include
Michael Wallner [Tue, 4 Apr 2017 09:53:08 +0000 (11:53 +0200)] 
curl: fix gnutls include

6 years agoadministrativa
Michael Wallner [Tue, 4 Apr 2017 07:21:56 +0000 (09:21 +0200)] 
administrativa

6 years agoFix issue #65
Michael Wallner [Tue, 4 Apr 2017 07:09:20 +0000 (09:09 +0200)] 
Fix issue #65

http\Client::enqueue(): Could not enqueue request: The easy handle
is already added to a multi handle (@rcanavan, Mike)

6 years ago3.1.1dev
Michael Wallner [Tue, 4 Apr 2017 07:09:11 +0000 (09:09 +0200)] 
3.1.1dev

6 years agofix querystring object conversion on master
Michael Wallner [Tue, 24 Jan 2017 07:38:58 +0000 (08:38 +0100)] 
fix querystring object conversion on master

6 years agoUse ntohl instead of doing LE conversion yourself
Ondřej Surý [Mon, 23 Jan 2017 09:39:48 +0000 (10:39 +0100)] 
Use ntohl instead of doing LE conversion yourself

6 years agoconfigure: fix -Werror builds
Michael Wallner [Tue, 13 Dec 2016 09:10:09 +0000 (10:10 +0100)] 
configure: fix -Werror builds

6 years agofix build
Remi Collet [Mon, 12 Dec 2016 12:49:33 +0000 (13:49 +0100)] 
fix build

6 years agoMerge pull request #70 from mhei/fix_register_null_strings
Michael Wallner [Wed, 7 Jun 2017 06:07:32 +0000 (08:07 +0200)] 
Merge pull request #70 from mhei/fix_register_null_strings

Handle NULL strings gracefully during constant registration

6 years agoHandle NULL strings gracefully during constant registration 70/head
Michael Heimpold [Sun, 4 Jun 2017 13:00:33 +0000 (15:00 +0200)] 
Handle NULL strings gracefully during constant registration

When libcurl is compiled not using e.g. libz or SSL, then a call to
curl_version_info could return NULL in the corresponding fields of
curl_version_info_data.

Passing such NULL pointers down to REGISTER_NS_STRING_CONSTANT results
in a segfault during php startup, so let's check for this special case
and register a NULL constant in this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agofix #68
Michael Wallner [Tue, 4 Apr 2017 19:05:21 +0000 (21:05 +0200)] 
fix #68

7 years agofix #66 & fix #67
Michael Wallner [Tue, 4 Apr 2017 18:48:42 +0000 (20:48 +0200)] 
fix #66 & fix #67

7 years agoclean up test
Michael Wallner [Tue, 4 Apr 2017 11:38:11 +0000 (13:38 +0200)] 
clean up test

7 years agoFixed issue #63
Michael Wallner [Tue, 4 Apr 2017 11:35:18 +0000 (13:35 +0200)] 
Fixed issue #63

Use urldecode instead of raw_urldecode in http_params

7 years agocurl: fix gnutls include
Michael Wallner [Tue, 4 Apr 2017 09:53:08 +0000 (11:53 +0200)] 
curl: fix gnutls include

7 years agoadministrativa
Michael Wallner [Tue, 4 Apr 2017 07:21:56 +0000 (09:21 +0200)] 
administrativa

7 years agoFix issue #65
Michael Wallner [Tue, 4 Apr 2017 07:09:20 +0000 (09:09 +0200)] 
Fix issue #65

http\Client::enqueue(): Could not enqueue request: The easy handle
is already added to a multi handle (@rcanavan, Mike)

7 years ago3.1.1dev
Michael Wallner [Tue, 4 Apr 2017 07:09:11 +0000 (09:09 +0200)] 
3.1.1dev

7 years agoTODO: crash--; leaks++;
Michael Wallner [Tue, 31 Jan 2017 14:13:19 +0000 (15:13 +0100)] 
TODO: crash--; leaks++;

7 years agoavoid COW violation
Michael Wallner [Mon, 30 Jan 2017 15:16:26 +0000 (16:16 +0100)] 
avoid COW violation

7 years agofix opcache weirdance
Michael Wallner [Mon, 30 Jan 2017 15:16:04 +0000 (16:16 +0100)] 
fix opcache weirdance

7 years agoavoid COW violation
Michael Wallner [Mon, 30 Jan 2017 11:41:03 +0000 (12:41 +0100)] 
avoid COW violation

7 years agoderef
Michael Wallner [Mon, 30 Jan 2017 11:40:36 +0000 (12:40 +0100)] 
deref

7 years agoseparate input hashtables to avoid string memleaks
Michael Wallner [Tue, 24 Jan 2017 10:54:57 +0000 (11:54 +0100)] 
separate input hashtables to avoid string memleaks

7 years agofix querystring object conversion on master
Michael Wallner [Tue, 24 Jan 2017 07:38:58 +0000 (08:38 +0100)] 
fix querystring object conversion on master