Merge branch 'R_2_0'
[m6w6/ext-http] / php_http_api.h
2014-01-02  Michael Wallnerbump year
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2012-04-02  Michael Wallnerfix bug #61372 (undefined symbol: Z_ADDREF_P - possibly...
2012-02-17  Michael Wallnerhack PHP_5_4 compatibility into v1
2010-05-03  Michael Wallnerattempt to fix trunk build
2009-12-31  Michael Wallneryear bump
2009-02-12  Michael WallnerFixed bug #15800
2008-12-05  Michael Wallnerfix bug #15223 (http_parse_message cust off more than...
2008-09-24  Michael WallnerPHP-5.3 zend_hash API compatibility fix
2008-02-07  Michael Wallnerfix gc issues
2008-02-04  Michael Wallnerfix PHP_5_3 build
2007-09-05  Michael Wallner- separate http_boundary()
2007-05-16  Michael Wallner- libevent diagnostics
2007-02-07  Michael Wallner- fix copyright year
2007-02-04  Michael Wallner- reimplement persistent handle code
2006-11-29  Michael Wallner- fix win32 warnings
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-20  Michael Wallner- improve internal array handling
2006-09-29  Michael Wallner- simplify
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-05-19  Michael Wallner- fix switch() CS
2006-04-28  Michael Wallner- add http_parse_params()
2006-03-31  Michael Wallner- Improved performance of the message and header parser
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-11  Michael Wallner- add more sophisticated cookie parser
2006-01-30  Michael Wallner- fix some typos
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-02  Michael Wallner- happy new year
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-15  Michael Wallner- fix url check in open_basedir check
2005-12-15  Michael Wallner- start open_basedir checks
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-10-26  Michael Wallner- no history logging by default
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- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-07  Michael Wallner- commonize some error messages
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-13  Michael Wallner- type safety for properties
2005-09-13  Michael Wallner- type safety for properties
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
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-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-13  Michael Wallner- add PHP_ATTRIBUTE_FORMAT
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-25  Michael Wallner- ws
2005-05-25  Michael Wallner- typo
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- http_ob_etaghandler() belongs to the cache_api now
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* added http_parse_cookie()
2005-03-20  Michael Wallner* signature fixes
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-15  Michael Wallner* fixed/improved ranges support
2005-03-06  Michael Wallner* fix http_split_response[_ex]()
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-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-23  Michael Wallner* split into more reasonable modules
2005-02-22  Michael Wallner* added POST support to HTTPi_Request
2005-02-21  Michael Wallner* fixed typo
2005-02-18  Michael Wallner* HTTPi_Request prototype
2005-02-18  Michael Wallner* hopefully satisfying snaps.php.net
2005-02-18  Michael Wallner* simplify HTTPi_Response::send() a lot
2005-02-17  Michael Wallner* HTTPi_Response mostly done
2005-02-17  Michael Wallner* preparations for the OO interface
2005-02-16  Michael Wallner* added ob_httpetaghandler() (has major limitations...
2005-02-11  Michael Wallner* added http_get_request_headers()
2005-02-11  Michael Wallner* http_auth_header() should return the status of http_s...
2005-02-11  Michael Wallner* proper cpp indention
2005-02-10  Michael Wallner* rename http_parse_header to http_parse_headers
2005-02-09  Michael Wallner* separate http_parse_header() function (doesn't suppor...
2005-02-09  Michael Wallner* attempt to make http_build_query available for PHP4
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-08  Michael Wallner* fixed http_cache_last_modified(): if parameter was...
2005-02-07  Michael Wallner* more intuitive support for headers and cookies (assoc...
2005-02-04  Michael Wallner* add to pecl