- libevent diagnostics
[m6w6/ext-http] / http_request_api.c
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
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-11  Michael Wallner- add curl_ioctl_callback
2005-12-11  Michael Wallner- use add_next_index_string()
2005-12-11  Michael Wallner- implement CURLINFO_SLIST
2005-12-11  Michael Wallner- require libcurl-7.12.3
2005-12-10  Michael Wallner- allow requests for compressed content even if neither...
2005-12-09  Michael Wallner- lotta changes asked by Ilia
2005-12-08  Michael Wallner- http_request_body_free() should only accept a ptr_ptr
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-10  Michael Wallner- make request_exec() always succeed (picky curl)
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-21  Michael Wallner- bad pointer arithmetics
2005-10-21  Michael Wallner- proper location of the HTTP_NEED_SSL_TSL macro
next