- Fixed memory leak when HttpUtil::Inflate() fails
[m6w6/ext-http] / http_request_api.c
2009-12-30  Michael Wallneradd curlCode property to HttpRequestException
2009-12-29  Michael Wallnerdon't enable curls cookie engine by default & accident
2009-10-17  Felipe Pena- Fix build
2009-09-02  Michael WallnerFixed pecl bug #16817 (Proxy-Auth. and WWW-Auth. creden...
2009-08-20  Michael Wallnerfix type
2009-07-31  Michael WallnerAdded postredir request options constants
2009-07-22  Michael Wallner* Added request options:
2009-02-12  Michael WallnerFixed bug #15800
2008-12-11  Michael Wallner* Added request options:
2008-10-20  Michael Wallner* fix bug#14826 (Race condition in http_request_dtor)
2008-08-15  Michael Wallnerfix memory curruption, thanks to Rob
2008-07-12  Michael Wallner* Fixed bug #14168 (st->errorbuffer not cleared between...
2008-03-31  Steph Fox- Bring the majority of PECL extensions into line with...
2008-02-07  Michael Wallnerfix gc issues
2007-10-05  Michael Wallner- add HttpRequest::flushCookies() (libcurl>=7.17.1)
2007-10-03  Michael Wallner- provide persistent storage for things curl might...
2007-09-05  Michael Wallner- fix some warnings
2007-06-08  Michael Wallner- remove LFS dependant parts which caused some real...
2007-04-27  Michael Wallner- add "retry" request option
2007-02-23  Michael Wallner- allow setting proxy to empty string, which ignores env
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix PHP4 build
2007-02-07  Michael Wallner- fix copyright year
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-01-31  Michael Wallner- better dbg code
2007-01-27  Michael Wallner- add persistent cURL handle support
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-07  Michael Wallner- check CRYPTO_get_id_callback() whether someone else...
2006-11-20  Michael Wallner- improve internal array handling
2006-11-19  Michael Wallner- check for curls bundled ca certs
2006-11-06  Michael Wallner- added missing ssl version constants
2006-11-05  Michael Wallner- add "ipresolve" request option
2006-11-05  Michael Wallner- fix crash in http_request_prepare() when HttpRequest...
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-25  Michael Wallner- curl grabs longs, so pass longs to curl_easy_setopt()
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-21  Michael Wallner- fix cookie handling
2006-05-19  Michael Wallner- fix switch() CS
2006-05-17  Michael Wallner- fix typo for libcurl/gnutls build
2006-04-28  Michael Wallner- fix bad hash key length
2006-04-18  Michael Wallner- fix SEGV if an error occurs inside a callback and...
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-24  Michael Wallner- remove debug printf
2006-03-24  Michael Wallner* Fixed Bug #7192: Build against libcurl >= 7.15.2...
2006-03-03  Michael Wallner- fix win32 build
2006-02-27  Michael Wallner- add 'range' request option
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-17  Michael Wallner- add portrange request option
2006-02-14  Michael Wallner- cosmetics
2006-02-14  Michael Wallner- reset request->_error
2006-02-13  Michael Wallner- fix HttpRequest::getResponseCookies()
2006-02-10  Michael Wallner- add 'encodecookies' request option (defaults to true...
2006-02-05  Michael Wallner- fix ssl options
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-02-05  Michael Wallner- avoid macro expansion to something different by using...
2006-01-27  Michael WallnerMF-curl: problems with other libraries setting ssl...
2006-01-19  Michael Wallner- some housekeeping
2006-01-19  Michael Wallnermove (re)setting of request methods to http_request_def...
2006-01-13  Michael Wallner- reset CURLOPT_CUSTOMREQUEST at the correct places
2006-01-13  Ilia AlshanetskyDon't forget to reset CUSTOMREQUEST on method change...
2006-01-07  Michael Wallner- clarify http_curl_init(), it cannot be used with...
2006-01-07  Ilia AlshanetskyDon't send user-agent if the user sets it to NULL or ''
2006-01-07  Michael Wallner- avoid "Content-Length: 0" header on custom requests
2006-01-07  Michael Wallner- don't bail out on allocated but empty request body
2006-01-07  Michael Wallner- set curl options that won't change only at initializa...
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-06  Ilia AlshanetskySet options to NULL if no value is provided, this preve...
2006-01-06  Ilia AlshanetskyAdded "protocol" option that allows changing of the...
2006-01-06  Michael Wallner- zlib's compress has nothing to do with *nix compress
2006-01-06  Michael WallnerMF-curl: unknown constant GCRY_THREAD_OPTIONS_USER
2006-01-03  Michael Wallner- prepare release 0.21.0
2006-01-02  Michael Wallner- CURLOPT_COOKIELIST requires 7.14.1 not 7.15.x
2006-01-02  Michael Wallner- happy new year
2005-12-31  Michael Wallner- fix access of private properties
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-26  Michael Wallner- avoid NULL urls
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-23  Michael Wallner- add phpstr_shrink()
2005-12-22  Ilia AlshanetskyAllow cookie array to contain multiple dimensions and...
2005-12-22  Michael Wallner- typo
2005-12-22  Michael Wallner- here goes the same with cookies
2005-12-22  Michael Wallner- create another copy of the header zval
2005-12-22  Michael Wallner- fixed memory corruptions on reusing HttpRequest;
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-20  Michael Wallner- add HttpRequest::getRawResponseMessage() and ::getRaw...
2005-12-15  Michael Wallner- complete open_basedir checks
2005-12-14  Michael Wallner- using Accept-Encoding header instead of CURLOPT_ENCOD...
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-14  Michael Wallner- fix PHP4 build
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- fix warning
2005-12-12  Michael Wallner- re-enable progress callback
next