- ditch warnings
[m6w6/ext-http] / http.c
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-20  Michael Wallner- add default stream context support
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-05  Michael Wallner- attempt to fix WONKY build
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- enable zlib by default
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
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- update package
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-26  Michael Wallner- fix build
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-17  Michael Wallner- a stream wrapper that defeats the idea of streams...
2005-12-16  Michael Wallner- highly experimental stream wrapper
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-11  Michael Wallner- reimplement major parts of the request api
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-19  Michael Wallner- fix phpinfo()
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-16  Michael Wallner- fix PHP4 build
2005-11-15  Michael Wallner- ditch some warnings
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-09  Michael Wallner- fix dep on SPL in PHP-5.1
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-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- initialize default compression level
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
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-20  Michael Wallner- php_info fun
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-08  Michael Wallner- missing free
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- ditch warnings
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- MHASH_APINO is a number
2005-09-05  Michael Wallner- even simpler MINFO
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-01  Michael Wallner- prepare for working static properties in PHP_5_1
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-25  Michael Wallner- fix php4 build
2005-08-25  Michael Wallner- fix initialization of globals
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-24  Michael Wallner- fix php4 build
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-16  Michael Wallner- bloody workaround for internal class' static properties
2005-08-09  Michael Wallner- add PHP_FUNCTION(http_parse_message) -- http_get...
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner - curl cannot use zend mm
2005-07-29  Michael Wallner- fix INI entries
2005-07-22  Michael Wallner- proper handling of static members
2005-07-21  Michael Wallner- byebye leaks
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-15  Michael Wallner- missing include
2005-06-14  Michael Wallner- ZTS needs ZEND_INIT_MODULE_GLOBALS
2005-06-14  Michael Wallner- senseless statement
2005-06-13  Michael Wallner- hossa - missed to clean the llist at rshutdown
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-06-06  Michael Wallner- add http_match_request_header()
2005-05-30  Michael Wallner- need module number for registering constants
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unify script termination
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- no global curlbuf anymore
2005-04-13  Michael Wallner- smarter check for allowed methods
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- even better use a object struct member for that crap
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- include object headers only for ZE2
2005-04-12  Michael Wallner- split object code into separate files
next