Archive
Archive for August, 2011
CNominatim v1.01
August 7, 2011
Comments off
Just to let everyone know that v1.01 of CNominatim has been released. Updates for this version include:
- Updated the code to support WinHttp for downloads in addition to Wininet. By default the class now uses WinHttp unless you define CNOMINATIM_NOWINHTTP before you include "cnominatim.h"
- Updated copyright details
- Fixed a /analyze compiler warning in the Wininet version of CreateRequest
Categories: Web Site Updates
WinHttpWrappers v1.02
August 1, 2011
Comments off
Just to let everyone know that v1.02 of WinHttpWrappers has been released. Updates for this version include:
- CDownloadFileWinHttpRequest class is now called CAsyncWinHttpDownloader
- Major rework of the CAsyncWinHttpDownloader to now support HTTP and Proxy authentication, pre-authentication, resumed downloads, file uploads, in-memory arrays and bandwidth throttling.
- Fixed an issue in TraceCallback where WINHTTP_CALLBACK_STATUS_SECURE_FAILURE would be reported incorrectly by TRACE statements
- Addition of a new CSyncWinHttpDownloader class which provides for synchronous WinHTTP downloads.
- Updated the sample app to allow all of the new configuration settings of CAsyncWinHttpDownloader and CSyncWinHttpDownloader classes to be exercised.
- Fixed a bug in CWinHttpRequest::WriteData() where buffer parameter was incorrectly set as a LPVOID instead of a LPCVOID.
Categories: Web Site Updates