more tweaks
[m6w6/ext-http] / http.c
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
2005-04-12  Michael Wallner- undef debug stmts
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* renamed HttpRequest::addHeader() to ::addHeaders...
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* typo
2005-03-20  Michael Wallner* rename classes according CS
2005-03-18  Michael Wallner* allow curl use zends memory functions (just to check...
2005-03-17  Michael Wallner* added HTTPi_Request::unsetOptions(), HTTPi_Request...
2005-03-10  Michael Wallner* nicer MINFO
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-03-09  Michael Wallner* complete - commented - webdav request methods
2005-03-09  Michael Wallner* cpp stuff
2005-03-09  Michael Wallner* add webdav request methods to standard allowed methods
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-04  Michael Wallner* release 0.6.0
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-23  Michael Wallner* ditch warning
2005-02-23  Michael Wallner* fix memory-leaks/pre-use-frees
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-22  Michael Wallner* weird, weird
2005-02-22  Michael Wallner* added POST support to HTTPi_Request
2005-02-22  Michael Wallner* avoid warning
2005-02-22  Michael Wallner* no need to wrap around zend_objects_destroy_object()
2005-02-22  Michael Wallner* more compatibility
2005-02-22  Michael Wallner* do the dtor dance the right way
2005-02-22  Marcus Boerger- Call __destruct
2005-02-22  Michael Wallner* typos/ws
2005-02-19  Michael Wallner* fixed a LOAD of mem-leaks
2005-02-18  Michael Wallner* added HTTPi_Request::getResponseInfo(), ::setOptions...
2005-02-18  Michael Wallner* HTTPi_Request prototype
2005-02-18  Michael Wallner* simplify HTTPi_Response::send() a lot
2005-02-17  Michael Wallner* fixed some memleaks
2005-02-17  Michael Wallner* HTTPi_Response mostly done
2005-02-17  Michael Wallner* hoppala
2005-02-17  Michael Wallner* preparations for the OO interface
2005-02-16  Michael Wallner* sanitize ob_httpetaghandler
next