- get rid of 1001 strict-aliasing warnings
[m6w6/ext-http] / http_api.c
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
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-20  Michael Wallner- need php_stream_open_wrapper_*ex* to pass a stream...
2006-02-20  Michael Wallner- add default stream context support
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-11  Michael Wallner- rather use a list of disallowed chars
2006-02-11  Michael Wallnertypo
2006-02-11  Michael Wallner- fix 'a=b ;'
2006-02-11  Michael Wallner- add "@" to allowed token characters
2006-02-11  Michael Wallner- add more sophisticated cookie parser
2006-02-10  Michael Wallner- make http_parse_cookie() "quoted string" aware and...
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
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-29  Michael Wallner- PHP only reads the request body if the request method...
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- fix inclusion of zlib.h
2005-12-15  Michael Wallner- start open_basedir checks
2005-12-10  Michael Wallner- fix config.m4
2005-12-09  Michael Wallner- proper type checking, thanks Sara
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-02  Michael Wallner- ensure proper message deallocation
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-20  Michael Wallner- http_support() claimed there's no SSL support ifndef ZTS
2005-10-17  Michael Wallner- encodings support exists with ext/zlib too
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-07  Michael Wallner- ditch leak when throwing exceptions
2005-10-04  Michael Wallner- missing include
2005-10-04  Michael Wallner- fixed typo in month list: Okt should have been Oct
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-21  Michael Wallner- fix very silly behaviour of libmagic if we want to...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve logging format
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-26  Michael Wallner-fix macro parameter passing in HTTP_LOG_WRITE
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-07-29  Michael Wallner- fix INI entries
2005-07-25  Michael Wallner- actally returns STATUS
2005-07-19  Michael Wallner- flush
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-17  Michael Wallner- warning hunt
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-05-31  Michael Wallner- typos
2005-05-31  Michael Wallner- improve http_chunked_decode once more
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- improve http_chunked_decode
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- added custom error function which is able to throw...
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* fix compiler warning
2005-03-24  Michael Wallner* added http_parse_cookie()
2005-03-23  Michael Wallner- send full entity if range is "0-"
2005-03-23  Michael Wallner- improved range checking
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* signature fixes
2005-03-18  Michael Wallner* fix memleak
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-15  Michael Wallner* fixed/improved ranges support
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-03-09  Michael Wallner* cpp stuff
2005-03-07  Michael Wallner* probably fixing getservby*() usage
2005-03-07  Michael Wallner* run tests on linux - flushing changes
2005-03-06  Michael Wallner* fix http_split_response[_ex]()
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-06  Michael Wallner* excluding getservby*() in PHP4 (??)
2005-03-06  Michael Wallner* tiny API adjustments
2005-03-05  Michael Wallner* much smarter & enhanced absolute_uri() using parse_url()
2005-03-05  Michael Wallner* medthod docs
2005-03-04  Michael Wallner* release 0.6.0
2005-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* ditch warnings
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-24  Michael Wallner* strlen("") => sizeof("")-1
next