- fix nested exception suppression and order
[m6w6/ext-http] / http_functions.c
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
2005-10-11  Michael Wallner- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- initialize default compression level
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-05  Michael Wallner- changelog
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- better inline docs part #1
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- http_request_method_*() API should have been availabl...
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-02  Michael Wallner- improve config.m4
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-25  Michael Wallner- ditch warnings
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-09  Michael Wallner- add PHP_FUNCTION(http_parse_message) -- http_get...
2005-08-08  Michael Wallner- http_redirect(): proper check for ext/session; fix...
next