- move some definitions around
[m6w6/ext-http] / http_cache_api.c
2007-01-15  Michael Wallner- use sizeof() for snprintf
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-10-07  Michael Wallner- don't raise notice when checking If-Range header...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-19  Michael Wallner- fix switch() CS
2006-04-17  Michael Wallner- ob_etaghandler is not eraseable from userland with...
2006-03-27  Michael Wallner- override INI(http.force_exit) when calling http_exit...
2006-03-26  Michael Wallner- fixed access of super globals
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
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-07  Michael Wallner- etag caching improvements
2005-10-06  Michael Wallner- fix warnings with etag caching at shutdown
2005-10-04  Michael Wallner- use global send buffer size for output buffering...
2005-09-20  Michael Wallner- php_info fun
2005-09-20  Michael Wallner- last mhash algo was missed
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-08-25  Michael Wallner- ditch warnings
2005-08-25  Michael Wallner- fix includes
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- we pass the file name as char* not zval* in http_etag...
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-21  Michael Wallnerwhat the?
2005-07-21  Michael Wallner- ws
2005-07-21  Michael Wallner- add http_etag() for files
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-05-22  Michael Wallner* flush *
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- use custom error function
2005-04-10  Michael Wallner* more modular file structure