po: Update French translation.
[wine] / dlls / wininet / urlcache.c
2012-04-19  Piotr Cabanwininet: Use the same hashing function as native does.
2012-04-13  Piotr Cabanwininet: Store correct urlcache file size.
2012-04-06  Piotr Cabanwininet: Implement urlcache index growing.
2012-04-06  Piotr Cabanwininet: Return error code in URLCache_FindFirstFreeEnt...
2012-04-06  Piotr Cabanwininet: Don't reserve space for directory in URL cache...
2012-04-06  Piotr Cabanwininet: Don't overwrite locked entry in CommitUrlCache...
2012-04-06  Piotr Cabanwininet: Don't delete locked entry in DeleteUrlCacheEntry.
2012-04-04  Piotr Cabanwininet: Only mark elements as deleted in DeleteUrlCach...
2012-04-03  Piotr Cabanwininet: Set uninitialized memmory to 0xdeadbeef in...
2012-04-03  Piotr Cabanwininet: Mark empty fields in the same way while hash...
2012-04-03  Piotr Cabanwininet: Correctly set next hash table offset.
2012-04-03  Piotr Cabanwininet: Store element type and state in hash table...
2011-11-02  Austin Englishwininet: Add a stub for RunOnceUrlCache.
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-04-22  Thomas Mullalywininet: Prevent a race condition which results in...
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2011-03-14  Juan Langwininet: Don't adjust the use counts in RetrieveUrlCach...
2011-03-11  Alexander Scott... wininet: Partially implement FreeUrlCacheSpaceW.
2011-03-11  Juan Langwininet: Reimplement IsUrlCacheEntryExpired.
2011-03-10  Juan Langwininet: Implement DeleteUrlCacheEntryA/W with a helper...
2011-03-10  Juan Langwininet: Implement sticky url cache entries.
2011-03-10  Juan Langwininet: Treat times of 0 as a special value.
2011-03-09  Juan Langwininet: Implement FindNextUrlCacheEntryW.
2011-03-09  Juan Langwininet: Implement RetrieveUrlCacheEntryStreamW.
2011-03-09  Juan Langwininet: Set last access time when retrieving a URL...
2011-03-09  Juan Langwininet: Account for disk space usage when deleting...
2011-03-09  Juan Langwininet: Account for disk space used by cache.
2011-03-09  Alexandre Julliardwininet: Convert file size in cache entry to a large...
2011-03-09  Juan Langwininet: Change type of cache limit and usage to large...
2011-03-08  Juan Langwininet: Decrement file use count when deleting a cache...
2011-03-08  Juan Langwininet: Increment file use count when committing a...
2011-03-07  Juan Langwininet: Rename a variable based on publicly available...
2011-03-07  Juan Langwininet: Change a type based on publicly available...
2011-03-07  Juan Langwininet: Rename a couple members based on publicy avail...
2011-03-07  Juan Langwininet: Rename a couple members to reflect their usage...
2011-03-04  Juan Langwininet: Remove outdated comment.
2011-03-04  Juan Langwininet: Fix off-by-one error.
2011-03-03  Juan Langwininet: Support setting the expired time in SetUrlCach...
2010-09-23  Henri Verbeetwininet: Cut of the query string before searching for...
2010-09-23  Henri Verbeetwininet: Check URLCache_LocalFileNameToPathW() return...
2010-07-26  Piotr Cabanwininet: Fixed CreateUrlCacheEntryA implementation.
2010-04-21  Gerald Pfeiferwininet: Remove variable len which is not really used...
2010-03-29  Mikhail Maroukhinewininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Mikhail Maroukhinewininet: Fix compiler warnings with flag -Wcast-qual.
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.
next