- add HTTP_URL_STRIP_ALL constant
[m6w6/ext-http] / package2.xml
2006-04-29  Michael Wallner- fix behaviour of http_build_url() when second paramet...
2006-04-28  Michael Wallner- add http_parse_params()
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-04-21  Michael Wallner- use a more iterative approach in inflate code (instea...
2006-04-19  Michael Wallner- update changelog
2006-04-12  Michael Wallner- changelog
2006-04-06  Michael Wallner- added missing http_request() function stub
2006-04-02  Michael Wallner- Disallow $HttpMessage->prepend($HttpMessage) causing...
2006-03-31  Michael Wallner- Improved performance of the message and header parser
2006-03-30  Michael Wallner* Fixed missing "parentMessage" entry in print_r($HttpM...
2006-03-28  Michael Wallner- release 1.0.0RC2
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-03-26  Michael Wallner- fixed access of super globals
2006-03-24  Michael Wallner* Fixed Bug #7192: Build against libcurl >= 7.15.2...
2006-03-19  Michael Wallner- release 1.0.0RC1
2006-03-19  Michael Wallner- fix HttpQueryString::xlate()
2006-03-19  Michael Wallner- fix builds where include/php/ext/iconv does not have...
2006-03-12  Michael Wallner- fix php-4 build
2006-03-08  Michael Wallner- fix http_build_str(): urlencode [] brackets
2006-03-08  Michael Wallner- version bump
2006-03-07  Michael Wallner- rename HttpQueryString::getInstance() to HttpQueryStr...
2006-03-06  Michael Wallner- split off files from tutorial.txt into lib/*.php
2006-02-27  Michael Wallner- add 'range' request option
2006-02-24  Michael Wallner- add test file
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-23  Michael Wallner- release .24.1
2006-02-21  Michael Wallner- fix bug #6861: 5 digit ports get truncated
2006-02-20  Michael Wallner- release .24
2006-02-17  Michael Wallner- add portrange request option
2006-02-17  Michael Wallner- fix bug #6804 - configure does not recognize --withou...
2006-02-16  Michael Wallner- add support for If-Range header
2006-02-16  Michael Wallner- fixed message chain order in HttpRequest::getHistory()
2006-02-15  Michael Wallner- really fix http_parse_cookie()
2006-02-14  Michael Wallner- changed HttpRequest::getHistory() to return a real...
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-11  Michael Wallnerchangelog & docs
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-06  Michael Wallner- update docs
2006-02-06  Michael Wallnerhoppla
2006-02-06  Michael Wallnerupdate
2006-02-03  Michael Wallner- prepare v.22 release
2006-01-31  Michael Wallnerupdate
2006-01-20  Michael Wallnerchangelog
2006-01-08  Michael Wallner- version bump
2006-01-03  Michael Wallner- prepare release 0.21.0
2006-01-02  Michael Wallner- CURLOPT_COOKIELIST requires 7.14.1 not 7.15.x
2005-12-30  Michael Wallner- s/uri/url/gi
2005-12-29  Michael Wallner- no need to check for COMPILE_DL_SESSION
2005-12-27  Michael Wallner- update package
2005-12-14  Michael Wallner- using Accept-Encoding header instead of CURLOPT_ENCOD...
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-12  Michael Wallner- update package.xml
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-06  Michael Wallner* Fixed bug which caused GZIP encoded archives to be...
2005-11-29  Michael Wallner- implement feature request: 'bodyonly' request option;
2005-11-26  Michael Wallnerupdated changelog and reworded package description
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-17  Michael Wallner-fix Countable not available in WONKY
2005-11-16  Michael Wallner- release 0.18.0
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-10  Michael Wallner- remove example scripts, as those can be extracted...
2005-11-10  Michael Wallner- fix write access of HttpMessage properties
2005-11-09  Michael Wallner* Fixed a bug which required "=" in Content-Range respo...
2005-11-09  Michael Wallner- http_get_request_headers() modified $_SERVER array...
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-08  Michael Wallner- ensure detaching the request from the handles list...
2005-11-07  Michael Wallner- due to the aggressive object deallocation the request...
2005-11-07  Michael Wallner- Countable also requires PHP-5.1+
2005-11-07  Michael Wallner- changelog
2005-11-04  Michael Wallner- update for release 0.17.0
2005-10-28  Michael Wallner- fix request errors hidden under the hood of the reque...
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-19  Michael Wallner- release 0.16
2005-10-18  Michael Wallner- add HttpRequestPool::getFinishedRequests(), so now...
2005-10-17  Michael Wallner- ditch the 1 byte leak
2005-10-11  Michael Wallner- release
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- fix package.xml
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- add own zlib layer
2005-10-07  Michael Wallner- flush
2005-10-06  Michael Wallner- changelog, new test files
2005-10-05  Michael Wallner- changelog
2005-10-04  Michael Wallner- changelog
2005-09-30  Michael Wallner- release 0.14.1
2005-09-30  Michael Wallner- fix PHP5 build
2005-09-26  Michael Wallner- release 0.14.0
2005-09-26  Michael Wallner- correct package name
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-22  Michael Wallner- changelog
2005-09-22  Michael Wallner- add first version of package2.xml