wininet: Directly return error status from NETCON_recv.
[wine] / dlls / wininet / urlcache.c
2009-11-03  Austin Englishwininet: Add stubs for FreeUrlCacheSpace.
2009-09-25  Hans Leidekkerwininet: Add some URL cache tests and make them pass.
2009-09-25  Hans Leidekkerwininet: Try harder to find a unique cache file name.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-06-16  Hans Leidekkerwininet: Don't fail if dwReserved is set in CreateUrlCa...
2009-05-13  Hans Leidekkerwininet: Add a stub implementation of IncrementUrlCache...
2009-05-13  Hans Leidekkerwininet: Implement GetDiskInfoA.
2009-04-27  Alexandre Julliardwininet: Fix a memory leak in the URL cache.
2009-04-06  Marcus Meissnerwininet: Fixed memory corruption in urlcache.
2009-03-06  Vincent Povirkwininet: Stub RegisterUrlCacheNotification.
2009-01-29  Hans Leidekkerwininet: Add a stub implementation of GetDiskInfoA.
2009-01-21  Hans Leidekkerwininet: Strip trailing slashes from filename in Create...
2009-01-19  Hans Leidekkerwininet: Avoid illegal filenames in CreateUrlCacheEntryW.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-12-01  Michael Stefaniucwininet: Remove some superfluous casts.
2008-11-25  Francois Gougetwininet: Remove WINAPI on static functions where not...
2008-10-08  Juan Langwininet: Fix trace typo.
2008-10-08  Juan Langwininet: Don't call URL_LocalFileNameToPathA when asked...
2008-10-08  Juan Langwininet: Trace the cache file entry's local file name...
2008-10-08  Rob Shearmanwininet: Validate parameters passed to RetrieveUrlCache...
2008-10-06  Rob Shearmanwininet: Fix GetUrlCacheEntryInfoA/W when a NULL lpCach...
2008-10-06  Rob Shearmanwininet: Return error codes explicitly from URLCache...
2008-07-31  Colin FinckFix some hackish usages of WideCharToMultiByte.
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-05-08  Lei Zhangwininet: Handle NULL input for FindCloseUrlCache.
2008-05-05  Andrew Talbotwininet: Remove unused variables.
2008-04-30  Rob Shearmanwininet: Don't crash in GetUrlCacheEntryInfoA/W if...
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...
next