m6w6/ext-http
2005-07-21  Michael Wallner- set etag if not defined by user
2005-07-21  Michael Wallner- add http_etag() for files
2005-07-21  Michael Wallner- fix output buffering, default mime type
2005-07-21  Michael Wallner- better some leaks than mem read errors
2005-07-21  Michael Wallner- fix refelction info
2005-07-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-07-19  Michael Wallner- flush
2005-07-19  Michael Wallner- reflection awareness for HttpResponse, HttpMessage...
2005-07-19  Michael Wallner- typo
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-07-17  Marcus Boerger- Add .cvsignore
2005-06-28  Michael Wallner- raise default timeouts (were way too low for e.g...
2005-06-21  Michael Wallner- missed that message.info.response.http_version should...
2005-06-17  Michael Wallner- more default curl options
2005-06-17  Michael Wallner- warning hunt
2005-06-15  Michael Wallner- bump version
2005-06-15  Michael Wallner- release 0.9.0
2005-06-15  Michael Wallner- fix php4 build; path has changed
2005-06-15  Michael Wallner- check responseMessage to be an object
2005-06-15  Michael Wallner- update known issues
2005-06-15  Michael Wallner- update docs
2005-06-15  Michael Wallner- update
2005-06-15  Michael Wallner- multiple send seems to work now without bigger problems
2005-06-15  Michael Wallner- don't copy static strings
2005-06-15  Michael Wallner- define TSRMLS_FETCH_FROM_CTX and TSRMLS_SET_CTX if...
2005-06-15  Michael Wallner- missing include
2005-06-14  Michael Wallner- update
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- fixed mem leak
2005-06-14  Michael Wallner- fix HttpRequest::getResponseMessage()
2005-06-14  Michael Wallner- no need to allocate two contexts for the same payload
2005-06-14  Michael Wallner- free handles
2005-06-14  Michael Wallner- enable $pool = new HttpRequestPool(HttpRequest r...
2005-06-14  Michael Wallner- fix request pool issues
2005-06-14  Michael Wallner- ZTS needs ZEND_INIT_MODULE_GLOBALS
2005-06-14  Michael Wallner- senseless statement
2005-06-14  Michael Wallner- add known issues file
2005-06-14  Michael Wallner- request pools for ZE2 only yet
2005-06-14  Michael Wallner- curl_multi_add_handle may return CURLM_CALL_MULTI_PER...
2005-06-14  Michael Wallner- needs to be a pointer
2005-06-13  Michael Wallner- yet better a memleak than a segfault
2005-06-13  Michael Wallner- fix memleak
2005-06-13  Michael Wallner- hossa - missed to clean the llist at rshutdown
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-13  Michael Wallner- add PHP_ATTRIBUTE_FORMAT
2005-06-13  Michael Wallner- sanitize retreival of response info
2005-06-13  Michael Wallner- request pool test
2005-06-13  Michael Wallner- test response code of response message
2005-06-13  Michael Wallner- typo
2005-06-12  Michael Wallner- typos & allow passing NULL as curl handle in http_req...
2005-06-11  Sebastian BergmannFugbx typo.
2005-06-10  Michael Wallner- remove hackish UPLOADDATA code
2005-06-10  Michael Wallner- fix PHP_FUNCTION(http_split_response)
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-06-08  Michael Wallner- make the asynchronous behaviour of curl_multi availab...
2005-06-08  Michael Wallner- move request_poolobject_dtor to request_pool_object_d...
2005-06-08  Michael Wallner- proper request pool cleanup
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-06-07  Michael Wallner- now I know what to use TSRMLS_SET_CTX() and TSRMLS_FE...
2005-06-07  Michael Wallner- flush version
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-06-06  Michael Wallner- release 0.8.0
2005-06-06  Michael Wallner- update docs
2005-06-06  Michael Wallner- move that at the end for PHP4
2005-06-06  Michael Wallner- add http_match_request_header()
2005-06-03  Michael Wallner- bugs
2005-05-31  Michael Wallner- typos
2005-05-31  Michael Wallner- prepare 0.8.0
2005-05-31  Michael Wallner- add put methods for HttpRequest
2005-05-31  Michael Wallner- ws
2005-05-31  Michael Wallner- improve http_chunked_decode once more
2005-05-30  Michael Wallner- add clean_ob parameter to HttpResponse::send()
2005-05-30  Michael Wallner- need module number for registering constants
2005-05-30  Michael Wallner- might want to use HTTP_STATIC_ME_ALIAS() for other...
2005-05-30  Michael Wallner- typo
2005-05-30  Michael Wallner- define zend_(upate|declare)_property_double only...
2005-05-30  Michael Wallner- dynamically register request method constants
2005-05-30  Michael Wallner- docs
2005-05-25  Michael Wallner- update docs
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-25  Michael Wallner- ws
2005-05-25  Michael Wallner- typo
2005-05-22  Michael Wallner- update Makefile fragments
2005-05-22  Michael Wallner- fix type
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael WallnerI, moron
2005-05-06  Michael Wallner- missing STATUS
2005-05-06  Michael Wallnerwtf?
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-06  Michael Wallner- huh?
2005-05-03  Michael WallnerMakefile fragment installing headers
2005-05-03  Michael Wallner- fix decl
2005-05-03  Michael Wallner- not static declared static
2005-05-03  Michael Wallner- update
2005-05-03  Michael Wallner- remove ambigious OPT
2005-05-03  Michael Wallner- improve http_chunked_decode
next