m6w6/ext-http
2006-03-06  Michael Wallner- split off files from tutorial.txt into lib/*.php
2006-03-05  Michael Wallner- fix build (unknown macro)
2006-03-03  Michael Wallner- methods that return an object should throw an excepti...
2006-03-03  Michael Wallner- unroll http_message_dup()
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-03-03  Michael Wallner- fix win32 build
2006-02-27  Michael Wallner- add 'range' request option
2006-02-27  Michael Wallner- ditch warnings
2006-02-25  Michael Wallner- prettify header array keys at add time so that check_...
2006-02-24  Michael Wallner- add test file
2006-02-24  Michael Wallner- add test
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-24  Michael Wallner- fix OSX linkage
2006-02-23  Michael Wallner- release .24.1
2006-02-22  Michael Wallner- fix a mistake crept in which prevented from setting...
2006-02-21  Michael Wallner- fix bug #6861: 5 digit ports get truncated
2006-02-20  Michael Wallner- release .24
2006-02-20  Michael Wallner- need php_stream_open_wrapper_*ex* to pass a stream...
2006-02-20  Michael Wallner- add default stream context support
2006-02-18  Michael Wallner- simplify
2006-02-18  Michael Wallner- add HttpQueryString::iconv()
2006-02-17  Michael Wallner- add portrange request option
2006-02-17  Michael Wallner- fix bug #6804 - configure does not recognize --withou...
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-15  Michael Wallner- release 0.23
2006-02-14  Michael Wallner- fix stupidities
2006-02-14  Michael Wallner- save some time by reversing on the message level
2006-02-14  Michael Wallner- reverse request history
2006-02-14  Michael Wallner- cosmetics
2006-02-14  Michael Wallner- reset request->_error
2006-02-14  Michael Wallner- typo
2006-02-14  Michael Wallner- fix build
2006-02-14  Michael Wallnertypo
2006-02-14  Michael Wallner- changed HttpRequest::getHistory() to return a real...
2006-02-14  Michael Wallner- add bool must_revalidate param to HttpResponse::setCa...
2006-02-13  Michael Wallner- ditch useless convert
2006-02-13  Michael Wallner- fix HttpRequest::getResponseCookies()
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-11  Michael Wallner- rather use a list of disallowed chars
2006-02-11  Michael Wallnerchangelog & docs
2006-02-11  Michael Wallnertypo
2006-02-11  Michael Wallner- fix 'a=b ;'
2006-02-11  Michael Wallner- add "@" to allowed token characters
2006-02-11  Michael Wallner- add more sophisticated cookie parser
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-09  Michael Wallner- typo
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-07  Michael Wallner- use gethostname() if available in http_build_url()
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-06  Michael Wallner- docs for http_build_(url|str)
2006-02-06  Michael Wallner- update docs
2006-02-06  Michael Wallnerhoppla
2006-02-06  Michael Wallnerupdate
2006-02-05  Michael Wallner- fix ssl options
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-02-05  Michael Wallner- avoid macro expansion to something different by using...
2006-02-05  Michael Wallner- attempt to fix WONKY build
2006-02-05  Michael Wallner- buildQuery => buildStr
2006-02-05  Michael Wallner- solve that another way
2006-02-05  Michael Wallner- fix win32 build, really, for now
2006-02-04  Michael Wallner- attempt to fix win32 build; not sure, though, if...
2006-02-03  Michael Wallner- fix win32 build
2006-02-03  Michael Wallner- prepare v.22 release
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-02-02  Michael Wallner- fix ::set() arginfo
2006-01-31  Michael Wallnerupdate
2006-01-31  Michael Wallner- fix bug #6645: doesn't compile with zlib 1.2.2 (undef...
2006-01-30  Michael Wallnerupdate
2006-01-30  Michael Wallner- remove HttpQueryString::del() and ::mod() can be...
2006-01-30  Michael Wallnerupdate docs
2006-01-30  Michael Wallnerws
2006-01-30  Michael Wallner- add accessors by type
2006-01-30  Michael Wallnerws
2006-01-30  Michael Wallner- make sure queryArray is actually an array
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- fix win32 build
2006-01-27  Michael Wallner- add/update tests
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-27  Michael Wallner- ws
2006-01-27  Michael WallnerMF-curl: problems with other libraries setting ssl...
2006-01-20  Michael Wallneradd addref param to RETURN_OBJVAL() etc
2006-01-20  Michael Wallnerchangelog
2006-01-20  Michael Wallner- add HttpMessage::toMessageTypeObject()
2006-01-19  Michael Wallner- fix ce
2006-01-19  Michael Wallnerclass has to extend HttpMessage
2006-01-19  Michael Wallner- honor class of the current object
2006-01-19  Michael Wallner- add internal http_message_set_info()
2006-01-19  Michael Wallnerimprove default settings for configure
2006-01-19  Michael Wallner- some housekeeping
2006-01-19  Michael Wallnermove (re)setting of request methods to http_request_def...
2006-01-13  Michael Wallner- reset CURLOPT_CUSTOMREQUEST at the correct places
2006-01-13  Ilia AlshanetskyDon't forget to reset CUSTOMREQUEST on method change...
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- nuke lots of warnings by removing useless calls to...
2006-01-10  Michael Wallner- enable zlib by default
2006-01-08  Michael Wallner- version bump
next