- ad verbosity about checking for ext/hash and avoid empty else..fi case
[m6w6/ext-http] / http_send_api.c
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-09  Michael Wallner- use %zu for size_t
2005-11-09  Michael Wallner- SPL doesn't install its headers
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
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 remaining issues; there's still a 1-byte memleak...
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-17  Michael Wallner- gzip responses
2005-10-13  Michael Wallner- independency from ext/zlib
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-07  Michael Wallner- commonize some error messages
2005-10-07  Michael Wallner- fixed memory corruption
2005-10-07  Michael Wallner- etag caching improvements
2005-10-04  Michael Wallner- fixed typo in month list: Okt should have been Oct
2005-09-20  Michael Wallner- php_info fun
2005-09-20  Michael Wallner- fiy a bad thing which was luckily working (putting...
2005-09-01  Michael Wallner- introduce a force flag for no_cache
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- send a content-length header if we send the full...
2005-08-03  Michael Wallner- support for proprietary Unless-Modified-Since header...
2005-08-02  Michael Wallner- fix PHP4 build
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- flush
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-12  Michael Wallner- missing include
2005-04-10  Michael Wallner* more modular file structure