- add HttpDeflateStream and HttpInflateStream objects
[m6w6/ext-http] / tests /
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
2005-10-07  Michael Wallner- fixed memory corruption
2005-10-06  Michael Wallner- dont assume PHP-version or Content-Type
2005-10-06  Michael Wallner- fix warnings with etag caching at shutdown
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-19  Michael Wallner- changed the default value of $include_parent of HttpM...
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-09  Michael Wallner- fix some tests on linux
2005-09-09  Michael Wallner- fire release
2005-09-08  Michael Wallner- add a POST request to the pool
2005-09-07  Michael Wallner- improve logging format
2005-08-26  Michael Wallner- preventively set Accept-Encoding
2005-08-25  Michael Wallner- fix includes
2005-08-24  Michael Wallner- simplify request/response handling
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- test for bug #34191
2005-08-19  Michael Wallner- content-length header awareness
2005-08-16  Michael Wallner- bloody workaround for internal class' static properties
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner- avoid notices of new ext/date
2005-07-29  Michael Wallner- avoid leak in RETURN_OBJECT
2005-07-29  Michael Wallner- we're not using new ext/date but php_gmtime_r()
2005-07-29  Marcus Boerger- Fix property handling
2005-07-29  Marcus Boerger- No longer needed
2005-07-29  Michael Wallner- fix INI entries
2005-07-25  Michael Wallner- release 0.10.0
2005-07-25  Michael Wallner- I thought I already fixed them
2005-07-24  Michael Wallner- another test
2005-07-24  Michael Wallner- wrong file
2005-07-24  Michael Wallner- add tests
2005-07-24  Michael Wallner- API juggling
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-22  Michael Wallner- add response tests
2005-07-22  Michael Wallner- fix tests
2005-06-15  Michael Wallner- update
2005-06-14  Michael Wallner- update
2005-06-13  Michael Wallner- request pool test
next