Michael Wallner [Wed, 6 Jun 2007 10:32:39 +0000 (10:32 +0000)]
- event callbacks should only run if useevents is enabled
Michael Wallner [Wed, 6 Jun 2007 10:32:15 +0000 (10:32 +0000)]
- fix tests
Michael Wallner [Fri, 25 May 2007 12:45:42 +0000 (12:45 +0000)]
- fix typo in LDFLAGS
# sorry Nuno!
Michael Wallner [Mon, 21 May 2007 13:32:03 +0000 (13:32 +0000)]
- first check for the SSL lib string in libcurl and then for the header
Michael Wallner [Sat, 19 May 2007 19:32:04 +0000 (19:32 +0000)]
- atof -> zend_strtod
Michael Wallner [Sat, 19 May 2007 19:31:37 +0000 (19:31 +0000)]
- fix compiler/linker agnostic runpath switch
Michael Wallner [Wed, 16 May 2007 21:03:18 +0000 (21:03 +0000)]
- fix libcurls used SSL library detection
# as of libcurl v7.16.2, curl-config doesn't longer list static deps
Michael Wallner [Wed, 16 May 2007 19:27:23 +0000 (19:27 +0000)]
- this seems to fix most of the issues with the multi_socket API and libevent
Michael Wallner [Wed, 16 May 2007 19:26:26 +0000 (19:26 +0000)]
- libevent diagnostics
Michael Wallner [Wed, 2 May 2007 17:47:36 +0000 (17:47 +0000)]
- changelog
Michael Wallner [Wed, 2 May 2007 17:37:29 +0000 (17:37 +0000)]
- better timeout handling
- add test, now that adding handles while already doing transfers
doesn't screw up curl any longer
Michael Wallner [Sun, 29 Apr 2007 17:36:02 +0000 (17:36 +0000)]
- make libevent usable by choice at runtime
Michael Wallner [Fri, 27 Apr 2007 11:10:19 +0000 (11:10 +0000)]
- still let it be customizable
Michael Wallner [Fri, 27 Apr 2007 11:08:15 +0000 (11:08 +0000)]
- rename the configure option for libevent support and add the possibility
to turn it off
Michael Wallner [Fri, 27 Apr 2007 10:53:29 +0000 (10:53 +0000)]
- final bits incl. timeouts
Michael Wallner [Fri, 27 Apr 2007 06:46:16 +0000 (06:46 +0000)]
- add libevent support
Michael Wallner [Fri, 27 Apr 2007 06:45:46 +0000 (06:45 +0000)]
- add "retry" request option
Michael Wallner [Wed, 25 Apr 2007 08:18:34 +0000 (08:18 +0000)]
sheesh
Michael Wallner [Wed, 25 Apr 2007 08:16:56 +0000 (08:16 +0000)]
- created branch R_1_5
Michael Wallner [Tue, 24 Apr 2007 17:14:26 +0000 (17:14 +0000)]
-flush
Michael Wallner [Tue, 24 Apr 2007 11:31:44 +0000 (11:31 +0000)]
- fix non-ZTS build, thanks Hannes
Michael Wallner [Tue, 24 Apr 2007 10:12:31 +0000 (10:12 +0000)]
* Fixed crashes with repeated registering/unregisitering of request methods (noticed by Andreas Weber)
Michael Wallner [Mon, 23 Apr 2007 18:29:22 +0000 (18:29 +0000)]
- fix typo
Michael Wallner [Fri, 20 Apr 2007 14:43:45 +0000 (14:43 +0000)]
- fix default send buffer size
Michael Wallner [Fri, 20 Apr 2007 09:27:24 +0000 (09:27 +0000)]
- fix tests
Michael Wallner [Thu, 5 Apr 2007 18:26:21 +0000 (18:26 +0000)]
- we're not interested in private properties
Michael Wallner [Thu, 29 Mar 2007 16:42:01 +0000 (16:42 +0000)]
I don't want to document interface methods
Michael Wallner [Thu, 29 Mar 2007 15:34:38 +0000 (15:34 +0000)]
- check all class members
Michael Wallner [Tue, 27 Mar 2007 14:21:46 +0000 (14:21 +0000)]
- add doc progress checker
Michael Wallner [Tue, 27 Mar 2007 12:17:02 +0000 (12:17 +0000)]
- fix proto
Michael Wallner [Sun, 25 Feb 2007 18:01:44 +0000 (18:01 +0000)]
- release 1.5.2
Michael Wallner [Fri, 23 Feb 2007 20:38:34 +0000 (20:38 +0000)]
- fix regressin
- optimize string cmp
Nuno Lopes [Fri, 23 Feb 2007 19:09:46 +0000 (19:09 +0000)]
reduce the amount of work or the gcov machine timesout this test
Michael Wallner [Fri, 23 Feb 2007 08:13:15 +0000 (08:13 +0000)]
- Allow unsetting request options by passing NULL:
$request->setOptions(array("option" => NULL));
Michael Wallner [Fri, 23 Feb 2007 08:03:24 +0000 (08:03 +0000)]
- allow setting proxy to empty string, which ignores env
Michael Wallner [Thu, 22 Feb 2007 11:04:37 +0000 (11:04 +0000)]
- removed error prone macros, fixes bug #10151 (build fails dynamic linking on Mac OS X)
Michael Wallner [Wed, 21 Feb 2007 15:48:00 +0000 (15:48 +0000)]
-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian
Michael Wallner [Tue, 20 Feb 2007 21:46:57 +0000 (21:46 +0000)]
I lied
Michael Wallner [Tue, 20 Feb 2007 21:42:57 +0000 (21:42 +0000)]
- release 1.5.0
Michael Wallner [Thu, 15 Feb 2007 12:54:37 +0000 (12:54 +0000)]
- missing ZEND_MN
Michael Wallner [Thu, 15 Feb 2007 12:48:47 +0000 (12:48 +0000)]
- add missing source file
Michael Wallner [Mon, 12 Feb 2007 08:22:00 +0000 (08:22 +0000)]
- missing src file
Michael Wallner [Sun, 11 Feb 2007 17:44:35 +0000 (17:44 +0000)]
- tests
Michael Wallner [Sun, 11 Feb 2007 17:44:17 +0000 (17:44 +0000)]
- fix requests for the first byte only
Michael Wallner [Sat, 10 Feb 2007 09:31:44 +0000 (09:31 +0000)]
- release 1.5.0RC2
Michael Wallner [Sat, 10 Feb 2007 08:41:38 +0000 (08:41 +0000)]
- add missing zval type check
Michael Wallner [Fri, 9 Feb 2007 21:35:50 +0000 (21:35 +0000)]
- include everything in http.c
- make INIT/SHUTDOWN sequences readable again
- improve allowed methods check
Michael Wallner [Fri, 9 Feb 2007 16:02:52 +0000 (16:02 +0000)]
- inc. version
Michael Wallner [Fri, 9 Feb 2007 16:02:36 +0000 (16:02 +0000)]
- uctitle
Michael Wallner [Fri, 9 Feb 2007 14:19:40 +0000 (14:19 +0000)]
- finalize persistent handle support (probably)
* make it a system ini option instead of a configure option
= http.persistent.handles.limit controls the maximum of
idle handles lingering around for a single provider
* re-arrange stat() structure
* display verbose phpinfo()
Michael Wallner [Thu, 8 Feb 2007 13:34:02 +0000 (13:34 +0000)]
- 1.5.0RC1
Michael Wallner [Wed, 7 Feb 2007 16:10:39 +0000 (16:10 +0000)]
- add pers. handles test
Michael Wallner [Wed, 7 Feb 2007 16:07:24 +0000 (16:07 +0000)]
- fix hash keys
Michael Wallner [Wed, 7 Feb 2007 15:31:50 +0000 (15:31 +0000)]
- fix PHP4 build
- use zend_hash_func instead of zend_get_hash_value
Michael Wallner [Wed, 7 Feb 2007 11:50:27 +0000 (11:50 +0000)]
- fix copyright year
Michael Wallner [Wed, 7 Feb 2007 11:50:00 +0000 (11:50 +0000)]
- fix pers. handles phpinfo
Michael Wallner [Tue, 6 Feb 2007 10:31:38 +0000 (10:31 +0000)]
- remove arginfo on ctor
Michael Wallner [Tue, 6 Feb 2007 10:30:42 +0000 (10:30 +0000)]
- fix pers. handles ident string setting
Michael Wallner [Tue, 6 Feb 2007 10:30:19 +0000 (10:30 +0000)]
- simplifications
Michael Wallner [Mon, 5 Feb 2007 14:22:24 +0000 (14:22 +0000)]
- add dbg output
- fix typo
Michael Wallner [Mon, 5 Feb 2007 14:20:01 +0000 (14:20 +0000)]
- update flags and fix PHP4 Win32 build
Michael Wallner [Sun, 4 Feb 2007 22:10:51 +0000 (22:10 +0000)]
- reimplement persistent handle code
Michael Wallner [Sun, 4 Feb 2007 15:32:00 +0000 (15:32 +0000)]
- simplify
Michael Wallner [Sun, 4 Feb 2007 15:27:02 +0000 (15:27 +0000)]
- fix chicken&egg problem with ZTS + persistent handles + global request datashare
Michael Wallner [Fri, 2 Feb 2007 19:59:42 +0000 (19:59 +0000)]
- deprecate HttpRequest::*RawPostData() in favour of ::*Body()
Michael Wallner [Wed, 31 Jan 2007 12:14:07 +0000 (12:14 +0000)]
- use a HashTable to stat persistent handles
- show p. handles with phpinfo
Michael Wallner [Wed, 31 Jan 2007 08:32:33 +0000 (08:32 +0000)]
- move some definitions around
Michael Wallner [Wed, 31 Jan 2007 08:32:03 +0000 (08:32 +0000)]
- better dbg code
Michael Wallner [Wed, 31 Jan 2007 08:31:33 +0000 (08:31 +0000)]
- make ist behave like a stack, not like a queue
Michael Wallner [Sun, 28 Jan 2007 10:49:47 +0000 (10:49 +0000)]
- persistent handles for curl_share and curl_multi
Michael Wallner [Sun, 28 Jan 2007 10:43:55 +0000 (10:43 +0000)]
- fix compiler warning
Michael Wallner [Sat, 27 Jan 2007 13:34:47 +0000 (13:34 +0000)]
- add persistent cURL handle support
Michael Wallner [Thu, 25 Jan 2007 14:38:50 +0000 (14:38 +0000)]
- typo
Michael Wallner [Thu, 25 Jan 2007 14:37:16 +0000 (14:37 +0000)]
- fix build failure when strncmp() is a macro
Michael Wallner [Wed, 24 Jan 2007 11:08:09 +0000 (11:08 +0000)]
- more fixes for empty message info
- fixup tests
Michael Wallner [Wed, 24 Jan 2007 09:34:18 +0000 (09:34 +0000)]
- fix segvs with incompletely initialiezed HttpMessages
- fix possible leaks when changing message type
- add HttpMessage::setInfo() and ::getInfo()
Michael Wallner [Tue, 23 Jan 2007 15:49:04 +0000 (15:49 +0000)]
- changelog
Michael Wallner [Tue, 23 Jan 2007 15:47:13 +0000 (15:47 +0000)]
- add HttpMessage::fromEnv(int type[, string class_name])
Michael Wallner [Tue, 23 Jan 2007 15:37:59 +0000 (15:37 +0000)]
- allow response codes up to 599
- release 1.4.0
Michael Wallner [Sun, 21 Jan 2007 17:42:37 +0000 (17:42 +0000)]
- minimum required curl versions curl-config doesn't understand --features
Michael Wallner [Fri, 19 Jan 2007 22:19:48 +0000 (22:19 +0000)]
- release 1.4.0RC2
Michael Wallner [Mon, 15 Jan 2007 08:02:24 +0000 (08:02 +0000)]
- add a KUDOS file
Michael Wallner [Mon, 15 Jan 2007 08:02:03 +0000 (08:02 +0000)]
- use const php_hash_ops*
Michael Wallner [Mon, 15 Jan 2007 08:01:35 +0000 (08:01 +0000)]
- improve handling of xmlrpc request/response options
Michael Wallner [Mon, 15 Jan 2007 07:59:41 +0000 (07:59 +0000)]
- use sizeof() for snprintf
Michael Wallner [Fri, 12 Jan 2007 14:53:17 +0000 (14:53 +0000)]
- rm dbg outpu
Michael Wallner [Fri, 12 Jan 2007 14:31:40 +0000 (14:31 +0000)]
- better fix
Michael Wallner [Fri, 12 Jan 2007 12:15:36 +0000 (12:15 +0000)]
- version bump
- better wrong param count error messages
- fix greedy response message parsing with proxy CONNECT requests
Michael Wallner [Tue, 19 Dec 2006 14:26:47 +0000 (14:26 +0000)]
- fix infinite loop with http_parse_params("=")
Michael Wallner [Thu, 7 Dec 2006 10:11:36 +0000 (10:11 +0000)]
- check CRYPTO_get_id_callback() whether someone else already set thread lock callbacks
# this might also be of interest to ext/curl
Michael Wallner [Thu, 7 Dec 2006 10:10:25 +0000 (10:10 +0000)]
- curl folks seem to have identified the MSVC quirks regarding DST offsets
Michael Wallner [Mon, 4 Dec 2006 18:19:54 +0000 (18:19 +0000)]
- release 1.4.0RC1
Michael Wallner [Mon, 4 Dec 2006 18:16:13 +0000 (18:16 +0000)]
- missing part of HAVE_CURL_FORMGET
Michael Wallner [Mon, 4 Dec 2006 17:13:46 +0000 (17:13 +0000)]
- fix SEGV when there's an exception in HttpRequest::onFinish()
Michael Wallner [Mon, 4 Dec 2006 13:37:58 +0000 (13:37 +0000)]
- HttpRequest::encodeBody() is also available if curl_formget() is in libcurl
Michael Wallner [Mon, 4 Dec 2006 13:36:04 +0000 (13:36 +0000)]
- fix object leakage when utilizing HttpRequest::onProgress()
Michael Wallner [Mon, 4 Dec 2006 08:21:55 +0000 (08:21 +0000)]
- fix SEGV on un/serializing HttpRequests
Michael Wallner [Wed, 29 Nov 2006 08:55:37 +0000 (08:55 +0000)]
- fix win32 warnings
- fix WONKY build
Michael Wallner [Tue, 28 Nov 2006 07:40:25 +0000 (07:40 +0000)]
- fix win32 build
Michael Wallner [Fri, 24 Nov 2006 14:23:45 +0000 (14:23 +0000)]
- attempt to fix win32 build