m6w6/ext-http
2007-01-27  Michael Wallner- add persistent cURL handle support
2007-01-25  Michael Wallner- typo
2007-01-25  Michael Wallner- fix build failure when strncmp() is a macro
2007-01-24  Michael Wallner- more fixes for empty message info
2007-01-24  Michael Wallner- fix segvs with incompletely initialiezed HttpMessages
2007-01-23  Michael Wallner- changelog
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2007-01-23  Michael Wallner- allow response codes up to 599
2007-01-21  Michael Wallner- minimum required curl versions curl-config doesn...
2007-01-19  Michael Wallner- release 1.4.0RC2
2007-01-15  Michael Wallner- add a KUDOS file
2007-01-15  Michael Wallner- use const php_hash_ops*
2007-01-15  Michael Wallner- improve handling of xmlrpc request/response options
2007-01-15  Michael Wallner- use sizeof() for snprintf
2007-01-12  Michael Wallner- rm dbg outpu
2007-01-12  Michael Wallner- better fix
2007-01-12  Michael Wallner- version bump
2006-12-19  Michael Wallner- fix infinite loop with http_parse_params("=")
2006-12-07  Michael Wallner- check CRYPTO_get_id_callback() whether someone else...
2006-12-07  Michael Wallner- curl folks seem to have identified the MSVC quirks...
2006-12-04  Michael Wallner- release 1.4.0RC1
2006-12-04  Michael Wallner- missing part of HAVE_CURL_FORMGET
2006-12-04  Michael Wallner- fix SEGV when there's an exception in HttpRequest...
2006-12-04  Michael Wallner- HttpRequest::encodeBody() is also available if curl_f...
2006-12-04  Michael Wallner- fix object leakage when utilizing HttpRequest::onProg...
2006-12-04  Michael Wallner- fix SEGV on un/serializing HttpRequests
2006-11-29  Michael Wallner- fix win32 warnings
2006-11-28  Michael Wallner- fix win32 build
2006-11-24  Michael Wallner- attempt to fix win32 build
2006-11-23  Michael Wallner- attempt to fix win32 build
2006-11-23  Michael Wallner- shrink protos
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-22  Michael Wallnerhoppla
2006-11-22  Michael Wallner- update test files
2006-11-22  Michael Wallner- no more PHP-5.0 only tests
2006-11-22  Michael Wallner- improve response performance
2006-11-20  Michael Wallner- improve internal array handling
2006-11-19  Michael Wallner- win32 build now has libcurl v7.16.0
2006-11-19  Michael Wallner- check for curls bundled ca certs
2006-11-09  Michael Wallner- fix bug #9282 (bad configure check for libcurl version)
2006-11-06  Michael Wallner- added missing ssl version constants
2006-11-06  Michael Wallner- fix PUT abort when neither putData nor putFile is set
2006-11-05  Michael Wallner- changelog
2006-11-05  Michael Wallner- add "ipresolve" request option
2006-11-05  Michael Wallner- fix crash in http_request_prepare() when HttpRequest...
2006-11-04  Michael Wallner- version bump
2006-11-04  Michael Wallner- servers may return a header multiple times, join...
2006-11-04  Michael Wallner- improve request/response line parser
2006-11-04  Michael Wallner- fix gcc-4.1 warning
2006-10-27  Michael Wallner- release 1.3.3
2006-10-27  Michael Wallner- changelog
2006-10-27  Michael Wallner- fix leak in HttpResponse::setData()
2006-10-27  Michael Wallner- fix leak in http_send_data()
2006-10-25  Michael Wallner- prepare 1.3.3
2006-10-25  Michael Wallner- fix build --without-http-curl-requests
2006-10-23  Michael Wallner- allow options parameter to be NULL
2006-10-17  Michael Wallner- fypo tix
2006-10-17  Michael Wallner- fix build with PHP < 4.3.10
2006-10-17  Michael Wallner- fix crash if *val == NULL
2006-10-17  Michael Wallner- fix unsetting response headers
2006-10-10  Michael Wallner- release 1.3.2
2006-10-10  Michael Wallner- CS
2006-10-10  Michael Wallner- a service implemented with libxmlrpc-c3 chokes on...
2006-10-10  Michael Wallner- attempt to fix PHP-5.0 build at pecl4win
2006-10-09  Michael Wallner- use way less memory by not duplicating response heade...
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-10-07  Michael Wallner- don't raise notice when checking If-Range header...
2006-10-02  Michael Wallner- release 1.3.1
2006-10-02  Michael Wallner- don't convert original $_SERVER entry to string
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-29  Michael Wallner- fix tests
2006-09-29  Michael Wallner- simplify
2006-09-29  Michael Wallner- regen
2006-09-29  Michael Wallner- cookielist -> cookies
2006-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-09-25  Michael Wallner- fix compiler warnings
2006-09-25  Michael Wallner- fix segv with http.send.deflate.start_auto=1 and...
2006-09-25  Michael Wallner- remove unused bits
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-09-20  Michael Wallner- version bump
2006-09-19  Michael Wallner- attempt to fix gcc-2.95 build
2006-09-19  Michael Wallner- release 1.3.0
2006-09-16  Michael Wallner- enable dns data sharing for the global request datash...
2006-09-14  Michael Wallner- fix PHP4 build
2006-09-13  Michael Wallner- (non-)ZTS fixes
2006-09-13  Michael Wallner- fix typo
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-09-09  Michael Wallner- add pipelining support to HttpRequestPool (libcurl...
2006-08-26  Michael Wallner- release 1.2.1
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
2006-08-24  Michael Wallner- add test for crash when detaching request from pool...
2006-08-24  Michael Wallner- finalize nexted exception fix
2006-08-23  Michael Wallner- nested exception order was fine
2006-08-23  Michael Wallner- fix nested exception suppression and order
2006-08-21  Michael Wallner- fix a load of issues with inheritance and cloning
2006-08-18  Michael Wallner - release 1.2.0
2006-08-18  Michael Wallner- attempt to fix ext deps
2006-07-27  Michael Wallner- move constructor code into http_querystring_instantiate()
next