wined3d: Make the gl_info parameter to wined3d_guess_gl_vendor() const.
[wine] / dlls / wininet / urlcache.c
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.