Fix gh-issue #2: comparison of obsolete pointers in the header parser
[m6w6/ext-http] / php_http_api.h
2015-03-12  Michael WallnerMerge branch 'R_2_3'
2015-03-02  Michael WallnerSTATUS -> ZEND_RESULT_CODE
2015-03-02  Michael Wallnerremove rinit and json dep in favor of pecl/json_post...
2015-03-02  Michael WallnerMerge branch 'R_2_3'
2015-03-02  Michael Wallnerfix stddef.h/ptrdiff_t issue RELEASE_2_3_1
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-17  Michael Wallnerremove strlist api
2014-11-07  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael Wallnerexperimental urlparser
2014-09-01  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-09-01  Michael WallnerMerge branch 'R_2_1'
2014-09-01  Michael Wallnerfix sovereignty of clients when using events
2014-08-13  Michael WallnerRemoved port and scheme guessing of http\Url for portab...
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-01-02  Michael Wallnerbump year
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-15  Michael Wallnerfix build with xcode clang
2013-11-05  Michael Wallner* standard return values
2013-05-19  Michael Wallner- less custom macro cruft
2013-03-28  Michael Wallnercodename: client meltdown
2013-02-04  Michael Wallnerreintegrated propro branch
2013-02-04  Michael Wallnersplit off property proxy
2013-02-03  Michael Wallnermerge raphf branch
2013-02-03  Michael Wallnersplit off raphf
2012-12-20  Michael Wallnermerged response-streams branch
2012-12-20  Michael Wallneradd stream support for http\Env\Response
2012-12-07  Michael Wallnerrefactored client options
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-05-09  Michael Wallneradd json content type handler if ext/json is present
2012-04-02  Michael Wallnerfix bug #61372 (undefined symbol: Z_ADDREF_P - possibly...
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-30  Michael Wallnerbatch renaming: client*curl curl*client
2012-03-27  Michael Wallnerre-enable the factory
2012-03-26  Michael Wallneradd current state of refactoring
2012-03-22  Michael Wallnerremove php_http_request_method.[ch]; add support for...
2012-03-01  Michael Wallnerseparate http_env_request; add getQuer(), getPost(...
2012-02-17  Michael Wallnerhack PHP_5_4 compatibility into v1
2012-02-01  Michael Wallnerremove that awkward and error prone global request...
2012-01-10  Michael Wallnerditch libneon experiment; it's not a viable path for...
2012-01-10  Michael Wallnerheader cleanups; fix IDE warnings
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
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...
next