- use a more iterative approach in inflate code (instead of a retry-style)
[m6w6/ext-http] / tests /
2006-04-13  Michael Wallner- release 1.0.0RC3
2006-04-05  Michael Wallner- http_parse_headers has become more strict
2006-03-28  Michael Wallner- fix too aggressive caching behavour of HttpResponse
2006-03-19  Michael Wallner- some test fixup
2006-03-19  Michael Wallner- fix HttpQueryString::xlate()
2006-03-08  Michael Wallner- fix http_build_str(): urlencode [] brackets
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- ditch warnings
2006-02-24  Michael Wallner- add test
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- reverse request history
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-10  Michael Wallner- make http_parse_cookie() "quoted string" aware and...
2006-02-10  Michael Wallner- add 'encodecookies' request option (defaults to true...
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-30  Michael Wallner- remove HttpQueryString::del() and ::mod() can be...
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- add/update tests
2006-01-20  Michael Wallner- add HttpMessage::toMessageTypeObject()
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- use http_get_request_body() on the server side
2006-01-10  Michael Wallner- enable zlib by default
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- s/uri/url/gi
2005-12-30  Michael Wallner- add another stream filter test
2005-12-30  Michael Wallner- finish work on encoding api
2005-12-29  Michael Wallner- revised request_method api
2005-12-28  Michael Wallner- add test
2005-12-28  Michael Wallner- fix crash with custom content-type when no other...
2005-12-28  Michael Wallner- return zvals directly and don'T assume a type
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-27  Michael Wallner- update package
2005-12-27  Michael Wallner- add flush() to HttpDeflateStream and HttpInflateStream
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-26  Michael Wallner- avoid NULL urls
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-23  Michael Wallner- add phpstr_shrink()
2005-12-22  Michael Wallner- fix resetting post fields
2005-12-21  Michael Wallner- remove debug code
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-18  Michael Wallner- remove the temp file
2005-12-18  Michael Wallner- add gzip stream filter test
2005-12-18  Ilia AlshanetskyFixed test
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-10  Michael Wallner- fix config.m4
2005-12-10  Michael Wallner- tests fixup
2005-12-07  Michael Wallner- PHPUnit HttpUtil
2005-12-07  Michael Wallner- add unit test (templates)
2005-12-01  Michael Wallner- add test
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- typos
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-19  Michael Wallner- tests fixup
2005-11-14  Michael Wallner- pmem aware phpstr
2005-11-11  Michael Wallner- sanitize stream filter
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-09  Michael Wallner- use zend_hash_find() instead of FOREACH in http_match...
2005-11-09  Michael Wallner* Fixed a bug which required "=" in Content-Range respo...
2005-11-08  Michael Wallner- ensure detaching the request from the handles list...
2005-11-07  Michael Wallner- class HttpRequestPool implements Countable
2005-11-07  Michael Wallner- ws
2005-11-02  Michael Wallner- ensure proper message deallocation
2005-11-02  Michael Wallner- extend & fixup test suite
2005-10-29  Michael Wallner- fix tests
2005-10-28  Michael Wallner- fix request errors hidden under the hood of the reque...
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-19  Michael Wallner- better example/approach of using the protected HttpRe...
2005-10-18  Michael Wallner- add HttpRequestPool::getFinishedRequests(), so now...
2005-10-17  Michael Wallner- fix issues ifndef HTTP_HAVE_CURL
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-14  Michael Wallner- don't destruct the zval right after construction...
2005-10-13  Michael Wallner- independency from ext/zlib
2005-10-12  Michael Wallner- don't try to allocate negative size
2005-10-10  Michael Wallner- fix test if ext/zlib is not loaded
2005-10-10  Michael Wallner- initialize default compression level
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- add own zlib layer
2005-10-10  Michael Wallner- fix parsing messages with Content-Range header
2005-10-10  Michael Wallner- don't trap into any other transfer encoding than...
2005-10-09  Michael Wallner- allow passing request options to the ctor
2005-10-09  Michael Wallner- avoid endless loop if attach() is called while the...
2005-10-09  Michael Wallner- fix "UNKNOWN" for unknown request methods
2005-10-08  Michael Wallner- CRLF -> LF; dammit
2005-10-08  Michael Wallner- tests fixup
2005-10-08  Michael Wallner- tests fixup
2005-10-07  Michael Wallner- add crc etag test
2005-10-07  Michael Wallner- ditch leak when throwing exceptions
2005-10-07  Michael Wallner- 4 etag tests using ob
next