- aliases for HttpUtil
[m6w6/ext-http] / config.w32
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