wininet: Correctly fail INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT if libssl is...
[wine] / dlls / wininet / urlcache.c
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2007-08-09  Francois Gougetwininet: Add a skeleton winineti.h header with fixed...
2007-07-19  Huw Davieswininet: Stubs for IsUrlCacheEntryExpired[AW].
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2007-04-16  Alban Browaeyswininet: Fix szCacheContent in URLCacheContainer_OpenIndex.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-07-29  James Hawkinswininet: Only copy the relative filename into the UrlEn...
2006-06-19  Mike McCormackwininet: Make sure to null terminate a string before...
2006-05-25  Andrew Ziemwininet: Constify data.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-03-30  Robert Shearmanwininet: Fix some string length calculations.
2006-03-30  Robert Shearmanwininet: Only access the URL in the cache by the provid...
2005-12-31  Robert Shearmanwininet: Handle the cache being full better in CommitUr...
2005-12-31  Robert Shearmanwininet: Create new hash tables for URL cache on demand.
2005-12-31  Robert Shearmanwininet: Move URL cache hash table creation to a separa...
2005-11-15  Alexandre JulliardFixed Unicode buffer size bug in CreateUrlCacheEntryW.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-13  Mike McCormackFix some warnings.
2005-05-04  Troy RolloCreate URL Cache if it does not already exist.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Troy RolloImplement CreateUrlCacheEntryW and CommitUrlCacheEntryW...
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-02-08  Hans LeidekkerStub implementations for DeleteUrlCacheContainer{A,W},
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-08-26  Robert ShearmanDon't use freed memory.
2004-08-19  Robert ShearmanFix type of DeleteIE3Cache function.
2004-08-19  Stefan LeichterAdded stub for DeleteIE3Cache.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-12-31  Gerald PfeiferRemove URLCache_FindEntry() which is not used any longer.
2003-12-30  Michael StefaniucFixed mem leak on error path.
2003-12-12  Robert Shearman- Url Cache improvements.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-08-05  Robert Shearman- Documentation of the index.dat files.
2003-07-19  Mike McCormackStubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.
2003-06-16  Mike HearnStub out SetUrlCacheEntryInfoA/W.
2003-04-27  Uwe BonnesSome UrlCache stubs.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2002-12-05  Alberto Massari - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA...
2002-11-13  Alberto MassariAdded stubs for IsHostInProxyBypassList and GetUrlCache...
2002-09-27  Chris MorganAdded stubs for HttpEndRequestA/W, InternetReadFileExA/W,
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Eric KohlAdded FindFirstUrlCacheEntry[AW] stubs.