allow setting of the message class used by HttpRequest
[m6w6/ext-http] / http_functions.c
2009-12-30  Michael Wallner* attempt to fix pecl Bug #16826 http_date strange...
2009-02-12  Michael WallnerFixed bug #15800
2008-07-01  Antony Dovgalint -> long
2007-10-05  Michael Wallner- add HttpRequest::flushCookies() (libcurl>=7.17.1)
2007-09-28  Michael Wallner- fix garbage cleanup crash in http_parse_params()...
2007-09-17  Michael Wallner- don't use environment for constructing request urls and
2007-08-29  Michael Wallner- fix bug #11929 http_negotiate_* does not return defau...
2007-03-27  Michael Wallner- fix proto
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-08  Michael Wallner- 1.5.0RC1
2007-02-07  Michael Wallner- fix copyright year
2007-02-06  Michael Wallner- fix pers. handles ident string setting
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-01-31  Michael Wallner- use a HashTable to stat persistent handles
2007-01-31  Michael Wallner- move some definitions around
2007-01-27  Michael Wallner- add persistent cURL handle support
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-10-27  Michael Wallner- fix leak in http_send_data()
2006-10-17  Michael Wallner- fypo tix
2006-10-17  Michael Wallner- fix build with PHP < 4.3.10
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-08-23  Michael Wallner- nested exception order was fine
2006-08-23  Michael Wallner- fix nested exception suppression and order
2006-07-21  Michael Wallner- add http_build_cookie
2006-06-24  Michael Wallner- curl_formget() patch was accepted into libcurl-7...
2006-06-11  Michael Wallner- attempt to fix gcc-2.95 build by using less HTTP_HAVE...
2006-06-07  Michael Wallner- typo
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-05-28  Michael Wallner- fix log ini entries in docs
2006-05-27  Michael Wallner- fix usage of request time
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-20  Michael Wallner- fix retval of http_parse_params
2006-05-19  Michael Wallner- fix switch() CS
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-04-29  Michael Wallner- fix behaviour of http_build_url() when second paramet...
2006-04-28  Michael Wallner- add http_parse_params()
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-04-19  Michael Wallner- erm, complete the fix
2006-04-19  Michael Wallner- fix possible crash with http_redirect() and http_buil...
2006-04-13  Michael Wallner- release 1.0.0RC3
2006-04-06  Michael Wallner- fix compiler warning on win32
2006-04-06  Michael Wallner- add missing http_request_body_encode()
2006-04-06  Michael Wallner- added missing http_request() function stub
2006-03-31  Michael Wallner- Improved performance of the message and header parser
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
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-20  Michael Wallner- need php_stream_open_wrapper_*ex* to pass a stream...
2006-02-20  Michael Wallner- add default stream context support
2006-02-17  Michael Wallner- add portrange request option
2006-02-14  Michael Wallner- cosmetics
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-10  Michael Wallner- add 'encodecookies' request option (defaults to true...
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-06  Michael Wallner- docs for http_build_(url|str)
2006-02-06  Michael Wallner- update docs
2006-02-05  Michael Wallner- fix ssl options
2006-02-05  Michael Wallner- solve that another way
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-19  Michael Wallner- add internal http_message_set_info()
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-07  Michael Wallner- improve http_redirect()
2006-01-06  Michael Wallner- PHP4 always sends 302 on redirects
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- s/uri/url/gi
2005-12-29  Michael Wallner- no need to check for COMPILE_DL_SESSION
2005-12-29  Michael Wallner- revised request_method api
2005-12-27  Michael Wallner- add missing constants to HttpDeflateStream
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- take care of request.body
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-07  Michael Wallner- fix segv if http_absolute_uri returns NULL
2005-11-30  Michael Wallner- fix leak with bodyonly request option
2005-11-29  Michael Wallner- implement feature request: 'bodyonly' request option;
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-04  Michael Wallner- fix php4 build
2005-11-01  Michael Wallner- own, simpler hash urlencoder
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- release
2005-10-11  Michael Wallner- docs
2005-10-11  Michael Wallner- fix memleak when http_get() etc intermit unexpectedly
next