- add http_support() for probing features that depend on external libraries
[m6w6/ext-http] / tests /
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
2005-06-13  Michael Wallner- test response code of response message
2005-06-03  Michael Wallner- bugs
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-03  Michael Wallner- simple message test
2005-05-03  Michael Wallner- add second host header
2005-05-03  Michael Wallner- run-tests diff supporting env vars
2005-05-02  Rasmus LerdorfMinor fix to avoid future mysterious failed test headac...
2005-04-26  Michael Wallner- unified cache_api function names
2005-03-22  Michael Wallner- class renamed from HTTPi to Http
2005-03-15  Michael Wallner* dep files
2005-03-15  Michael Wallner* renaming tests
2005-03-07  Michael Wallner* run tests on linux - flushing changes
2005-02-19  Michael Wallner* fixed a LOAD of mem-leaks
2005-02-13  Michael Wallner* adding tests