fixed bug #16893 Content not decoded with zlib support and compress enabled
[m6w6/ext-http] / config.w32
2009-09-02  Pierre Joye- make it work with 5.3+ libs
2008-07-24  Michael Wallnerdisable build with libmagic
2007-02-12  Michael Wallner- missing src file
2006-11-29  Michael Wallner- fix win32 warnings
2006-11-23  Michael Wallner- attempt to fix win32 build
2006-11-19  Michael Wallner- win32 build now has libcurl v7.16.0
2006-10-10  Michael Wallner- attempt to fix PHP-5.0 build at pecl4win
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-07-24  Edin KadribasicSimplify detection of core php extension
2006-07-10  Michael Wallner- changelog
2006-06-08  Michael Wallner- fix ext/hash detection and dependency
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-02-18  Michael Wallner- add HttpQueryString::iconv()
2006-02-11  Michael Wallner- spawn off http_cookie_api
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-01-30  Michael Wallnerws
2006-01-30  Michael Wallner- fix some typos
2005-12-29  Michael Wallner- no need to check for COMPILE_DL_SESSION
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-17  Michael Wallner- a stream wrapper that defeats the idea of streams...
2005-12-16  Michael Wallner- highly experimental stream wrapper
2005-12-15  Frank M. Kromannextend the search for zlib.h
2005-12-14  Michael Wallner- using Accept-Encoding header instead of CURLOPT_ENCOD...
2005-12-12  Michael Wallner- fix warning
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-10  Michael Wallner- allow requests for compressed content even if neither...
2005-12-02  Michael Wallner- ext/hash detection
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-01  Michael Wallner- fix build on win32; linkler flag /FORCE:MULTIPLE...
2005-10-11  Michael Wallner- don't link explicitly against zlib, as ext/zlib is...
2005-10-10  Michael Wallner- add own zlib layer
2005-10-07  Michael Wallner- flush
2005-09-20  Michael Wallner- ensure proper CURL_EXTERN macro by defining CURL_STAT...
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-07  Michael Wallner- ws
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-02  Michael Wallner- move around
2005-09-02  Michael Wallner- no need for additional configure argument; just check...
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-25  Michael Wallner- fix win32 DL build
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-29  Michael Wallner - curl cannot use zend mm
2005-07-22  Michael Wallner- update
2005-06-14  Michael Wallner- fix request pool issues
2005-06-11  Sebastian BergmannFugbx typo.
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- split object code into separate files
2005-04-10  Michael Wallner* more modular file structure
2005-03-22  Michael Wallner* that should do the trick
2005-03-21  Michael Wallner* we're not in ext on the snaps box
2005-03-20  Michael Wallner*build files
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-04  Michael Wallner* add to pecl