fix type
[m6w6/ext-http] / http_send_api.c
2009-02-12  Michael WallnerFixed bug #15800
2007-09-05  Michael Wallner- fix some warnings
2007-09-05  Michael Wallner- separate http_boundary()
2007-02-07  Michael Wallner- fix copyright year
2007-01-15  Michael Wallner- use sizeof() for snprintf
2006-11-28  Michael Wallner- fix win32 build
2006-11-24  Michael Wallner- attempt to fix win32 build
2006-11-22  Michael Wallner- improve response performance
2006-10-17  Michael Wallner- fix crash if *val == NULL
2006-10-17  Michael Wallner- fix unsetting response headers
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-09-25  Michael Wallner- fix segv with http.send.deflate.start_auto=1 and...
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-08-18  Michael Wallner - release 1.2.0
2006-07-21  Michael Wallner- add http_build_cookie
2006-06-08  Michael Wallner- add HttpMessage::guessContentType()
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-19  Michael Wallner- fix switch() CS
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-28  Michael Wallner- fix too aggressive caching behavour of HttpResponse
2006-03-27  Michael Wallner- fix sending userspace streams (only reading 8k at...
2006-02-16  Michael Wallner- add support for If-Range header
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-19  Michael Wallner- some housekeeping
2006-01-07  Michael Wallner- improve http_redirect()
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
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 Wallnerthanks, msvc didn't complain about that
2005-12-18  Ilia AlshanetskyFixed build
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-15  Michael Wallner- start open_basedir checks
2005-12-10  Michael Wallner- fypo tix
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