wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.
[wine] / dlls / wininet / urlcache.c
2008-04-18  Louis Lenderswininet: Improve stub for FindNextUrlCacheEntryW a...
2008-03-17  Rob Shearmanwininet: The lpszLocalFileName parameter to CommitUrlCa...
2008-03-17  Jacek Cabanwininet: Don't use query and hash part of URL to genera...
2008-03-13  Joris Huizerwininet: Fixed typos in two out-of-memory checks.
2008-03-12  Rob Shearmanwininet: Fix local variable shadowing in URLCacheContai...
2008-03-12  Rob Shearmanwininet: Support the lpszFileExtension "reserved" param...
2008-03-12  Rob Shearmanwininet: The URL in CommitUrlCacheEntryInternal shouldn...
2008-03-12  Rob Shearmanwininet: Fix URLCache_LocalFileNameToPathA to return...
2008-03-12  Rob Shearmanwininet: Make some pointers const in URL cache functions.
2008-03-12  Rob Shearmanwininet: Use LIST_FOR_EACH_ENTRY in URLCacheContainers_...
2008-03-12  Rob Shearmanwininet: Move URL cache hash entry validation to a...
2008-03-12  Rob Shearmanwininet: Implement FindFirstUrlCacheEntry{A, W}, FindNe...
2008-02-16  Rob Shearmanwininet: Fix the return value check of SHGetSpecialFold...
2008-02-15  Jacek Cabanwininet: Code clean up.
2008-02-05  Andrew Talbotwininet: Remove unneeded casts.
2008-01-07  Austin EnglishSpelling fixes.
2007-12-23  Johannes Stezenbachwininet: Fix error return code in FindFirstUrlCacheEntr...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_DeleteEnt...
2007-10-23  Juan Langwininet: Implement RetrieveUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Implement UnlockUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_HashEntry...
2007-10-23  Juan Langwininet: Introduce a URLCache_FindHashW, and use it...
2007-10-23  Juan Langwininet: Use URLCache_FindHash rather than URLCache_Fin...
2007-10-22  Juan Langwininet: Implement DeleteUrlCacheEntryW.
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredW.
2007-10-22  Juan Langwininet: Add a URLCache_FindEntryInHashW helper, and...
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredA.
2007-10-22  Juan Langwininet: Update comments to match function parameters.
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.