m6w6/ext-http
2012-11-09  Michael Wallnerallow interrupted message parsing from stream
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-11-07  Michael Wallner- add http\Env::getResponseStatusForAllCodes()
2012-10-28  Michael Wallner80%+ test coverage
2012-10-28  Michael Wallnerfix grabbing files from array
2012-10-28  Michael Wallnerfix typo
2012-10-28  Michael Wallnerfix curl_multi with libevent2
2012-10-11  Michael Wallner2.0.0beta1
2012-07-30  Michael Wallnertest http\Url::SANITIZE_PATH
2012-07-30  Michael Wallnertest parsing messages from stream
2012-07-30  Michael Wallnerfix leak in persisten handles cleanup routine
2012-07-30  Michael Wallnerfix php_http_locate_bin_eol(()
2012-07-30  Michael Wallnerfix parsing messages from stream
2012-07-30  Michael Wallnerimplement Serializable
2012-07-30  Michael Wallnerimplement Serializable
2012-07-30  Michael Wallneradd php_http_message_zip(): merge request/response...
2012-07-30  Michael Wallnerfix parsing of folded headers
2012-07-30  Michael Wallnerfoward querystring API
2012-07-30  Michael Wallnerensure we're talking to curl ops
2012-07-30  Michael Wallnerensure we're talking to curl ops
2012-07-30  Michael Wallnerallow send() without parameter
2012-07-30  Michael Wallnerexplicitly declare as abstract
2012-07-30  Michael Wallneravoid serialization
2012-07-30  Michael Wallnerfix leak; fix history
2012-07-30  Michael Wallnerexpand #if CURL
2012-07-20  Michael Wallnerensure these properties are always set
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-05-30  Michael Wallner* split request and response message parsers, so the...
2012-05-30  Michael Wallnerexlcude the port from hostname
2012-05-10  Michael Wallneradd missing HTTP response status codes regarding to...
2012-05-09  Michael Wallneradd json content type handler if ext/json is present
2012-05-07  Michael Wallnerdon't sanitize URL path by default, and add http\Url...
2012-04-13  Michael Wallnerprepare 2.0.0alpha1 release
2012-04-13  Michael Wallnerfix valgrind errors
2012-04-12  Michael Wallnerfix leak; fix compiler warning
2012-04-12  Michael Wallneradd http\Client\AbstractClient#request(string method...
2012-04-12  Michael Wallnerfiy a serialization issue; always add "arguments" key...
2012-04-05  Michael Wallneruse php_http_array_hashkey_string* where applicable
2012-04-05  Michael Wallnerfixed this parser bug; removed old code
2012-04-05  Michael Wallnerfix serialization of http\Params; one test still fails...
2012-04-04  Michael Wallnerfix bug #64111
2012-04-03  Michael Wallnercode cleanup
2012-03-30  Michael Wallnermissing version number
2012-03-30  Michael Wallnerrelease dev10
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-30  Michael Wallnerupdate filelist
2012-03-30  Michael Wallnerbatch renaming: client*curl curl*client
2012-03-30  Michael Wallnerlet the request be able to carry client options
2012-03-29  Michael Wallneroperate directly on the querystring of the request url
2012-03-29  Michael Wallnermerge usort
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-28  Michael Wallnerfix crash: options might be null
2012-03-27  Michael Wallnerre-enable the factory
2012-03-27  Michael Wallnermake the pool functional again
2012-03-27  Michael Wallnerlet the ctor honor the options array too
2012-03-27  Michael Wallnerno need for separate property
2012-03-27  Michael Wallnerfix errenous quotes
2012-03-26  Michael Wallnerfypo tix
2012-03-26  Michael Wallnermissed one file
2012-03-26  Michael Wallneradd current state of refactoring
2012-03-26  Michael Wallnercommit lingering changes: http\Message::toStream()...
2012-03-26  Michael Wallnerdevel branch for the proposed client API
2012-03-26  Michael Wallneradd missing tests
2012-03-23  Michael Wallneradd population of _POST and _FILES for non-POST request...
2012-03-23  Michael Wallnerupdate curl info
2012-03-22  Michael Wallnerremove php_http_request_method.[ch]; add support for...
2012-03-22  Michael Wallnerremove 90% of the request method cruft; request methods...
2012-03-20  Michael Wallneradd changelog and new tests
2012-03-20  Michael Wallnerallow arguments at first level, i.e. the following...
2012-03-20  Michael Wallnerremove lots of unused code; tests++; speed up php_http_...
2012-03-20  Michael Wallneruse a http\Params like array as content disposition
2012-03-20  Michael Wallnerfix package.xml
2012-03-17  Michael Wallnerkeep track of changes in package.xml
2012-03-17  Michael Wallnerrename http\Env\Request::getPost() to getForm(), becaus...
2012-03-16  Michael Wallnerrelease 2.0.0dev8
2012-03-15  Michael Wallnerduh, test before commit!; remove errenous additional...
2012-03-15  Michael Wallnerrenamed http\Message\Body::add() to ::addForm() because...
2012-03-15  Michael Wallnermove the param string builder into it's own function
2012-03-13  Michael Wallneradd some more tests; fix leak in php_http_env_get_respo...
2012-03-11  Michael Wallneradd ob handler http\Env\Response::__invoke() appending...
2012-03-11  Michael Wallnerfix some compiler warnings
2012-03-10  Michael Wallnerfix wrong assumption in php_http_env_is_response_cached...
2012-03-10  Michael Wallneradd php_http_buffer_account(buf, size_t account)
2012-03-10  Michael Wallnerless intrusive fix
2012-03-09  Remi ColletFix error: redefinition of typedef 'php_http_message_t...
2012-03-09  Michael Wallnerrelease 2.0.0dev7
2012-03-08  Michael Wallnersanitized negotiation code
2012-03-08  Michael Wallneradd simple (de)quote and (de)escape capabilities to...
2012-03-07  Michael Wallneradd bool http\Message::isMultipart([&$boundary]) and...
2012-03-01  Michael Wallnerfix tests; fix leaks in new http\Env\Request methods...
2012-03-01  Michael Wallnerseparate http_env_request; add getQuer(), getPost(...
2012-03-01  Michael Wallnermake syntactically valid
2012-03-01  Michael Wallnercache only standard GET/HEAD by default
2012-02-29  Michael Wallnerallow parsing messages consiting of headers only; fetch...
2012-02-29  Michael Wallnerfix crahs with empty urls because of typo
2012-02-24  Michael Wallnerexperimental stream message parser
2012-02-13  Michael Wallnertests
2012-02-13  Michael Wallnerfix leak
2012-02-13  Michael Wallnercatch NULLs
2012-02-13  Michael Wallnerfix crash due to mixed up params order
next