Piotr Caban
9d68333f78
wininet: Use the same hashing function as native does.
2012-04-19 19:28:11 +02:00
Piotr Caban
fdf2e15b80
wininet: Store correct urlcache file size.
2012-04-13 17:27:54 +02:00
Piotr Caban
91296abb63
wininet: Implement urlcache index growing.
2012-04-06 20:13:01 +02:00
Piotr Caban
dab1f7c38e
wininet: Return error code in URLCache_FindFirstFreeEntry function.
2012-04-06 20:12:53 +02:00
Piotr Caban
4254bdbfb2
wininet: Don't reserve space for directory in URL cache entry.
2012-04-06 20:12:49 +02:00
Piotr Caban
c9983b1159
wininet: Don't overwrite locked entry in CommitUrlCacheEntry.
2012-04-06 20:12:44 +02:00
Piotr Caban
d1ecb6d9ba
wininet: Don't delete locked entry in DeleteUrlCacheEntry.
2012-04-06 20:12:40 +02:00
Piotr Caban
299f9e6b47
wininet: Only mark elements as deleted in DeleteUrlCacheEntry function.
2012-04-04 17:57:52 +02:00
Piotr Caban
e4ad164f6e
wininet: Set uninitialized memmory to 0xdeadbeef in cache files.
2012-04-03 17:54:40 +02:00
Piotr Caban
edcc395dac
wininet: Mark empty fields in the same way while hash table is created and element is removed.
2012-04-03 17:54:33 +02:00
Piotr Caban
39bc1faa8f
wininet: Correctly set next hash table offset.
2012-04-03 17:54:28 +02:00
Piotr Caban
dedd42fb4f
wininet: Store element type and state in hash table key (urlcache).
2012-04-03 17:54:24 +02:00
Austin English
9536a9cc1b
wininet: Add a stub for RunOnceUrlCache.
2011-11-02 12:26:48 +01:00
Hans Leidekker
9acd1ef15f
wininet: Consistently use the allocation macros.
2011-06-01 15:16:53 +02:00
Thomas Mullaly
2e61684c51
wininet: Prevent a race condition which results in handles being leaked.
2011-04-22 11:14:09 +02:00
Jacek Caban
354a74e004
wininet: Use wrappers for HeapAlloc calls.
2011-04-21 16:53:42 +02:00
Juan Lang
31abbd7082
wininet: Don't adjust the use counts in RetrieveUrlCacheEntryFile until the function will succeed.
2011-03-14 12:39:28 +01:00
Alexander Scott-Johns
fa19e1bdb3
wininet: Partially implement FreeUrlCacheSpaceW.
2011-03-11 13:27:32 +01:00
Juan Lang
819eb52866
wininet: Reimplement IsUrlCacheEntryExpired.
2011-03-11 11:41:55 +01:00
Juan Lang
cb0a5c9106
wininet: Implement DeleteUrlCacheEntryA/W with a helper function.
2011-03-10 14:27:50 +01:00
Juan Lang
190acb9e26
wininet: Implement sticky url cache entries.
2011-03-10 14:27:35 +01:00
Juan Lang
6617c19c4b
wininet: Treat times of 0 as a special value.
2011-03-10 14:25:06 +01:00
Juan Lang
c4d628cb02
wininet: Implement FindNextUrlCacheEntryW.
2011-03-09 12:28:11 +01:00
Juan Lang
9cd7545c00
wininet: Implement RetrieveUrlCacheEntryStreamW.
2011-03-09 12:27:41 +01:00
Juan Lang
47970d0504
wininet: Set last access time when retrieving a URL cache entry.
2011-03-09 12:25:59 +01:00
Juan Lang
a039754103
wininet: Account for disk space usage when deleting url cache entries.
2011-03-09 12:25:53 +01:00
Juan Lang
7c15dc50a2
wininet: Account for disk space used by cache.
2011-03-09 12:24:14 +01:00
Alexandre Julliard
d790688afa
wininet: Convert file size in cache entry to a large integer.
2011-03-09 12:23:05 +01:00
Juan Lang
f0cd3de5c1
wininet: Change type of cache limit and usage to large integers.
2011-03-09 12:17:54 +01:00
Juan Lang
601b4fa589
wininet: Decrement file use count when deleting a cache entry.
2011-03-08 12:49:52 +01:00
Juan Lang
6e713b3946
wininet: Increment file use count when committing a URL cache entry.
2011-03-08 12:49:43 +01:00
Juan Lang
9d5ca542b3
wininet: Rename a variable based on publicly available information.
2011-03-07 15:02:17 +01:00
Juan Lang
ad45ebf3fa
wininet: Change a type based on publicly available information.
2011-03-07 15:02:04 +01:00
Juan Lang
535b864d0d
wininet: Rename a couple members based on publicy available information.
2011-03-07 15:01:55 +01:00
Juan Lang
47d3814c78
wininet: Rename a couple members to reflect their usage, and remove redundant comments.
2011-03-07 15:01:27 +01:00
Juan Lang
9463a867a8
wininet: Remove outdated comment.
2011-03-04 16:25:59 +01:00
Juan Lang
d2a3832fc3
wininet: Fix off-by-one error.
2011-03-04 16:25:59 +01:00
Juan Lang
75cc509dae
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
2011-03-03 17:47:14 +01:00
Henri Verbeet
6e46e9048f
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
...
Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
2010-09-23 12:06:49 +02:00
Henri Verbeet
7782e81887
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
...
It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.
2010-09-23 12:06:38 +02:00
Piotr Caban
54bdf622a0
wininet: Fixed CreateUrlCacheEntryA implementation.
2010-07-26 09:58:21 +02:00
Gerald Pfeifer
dec98a5997
wininet: Remove variable len which is not really used from CommitUrlCacheEntryInternal.
2010-04-21 15:35:00 +02:00
Mikhail Maroukhine
25306d8be3
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:06 +02:00
Mikhail Maroukhine
6e5dfd1fb8
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:11:17 +02:00
Austin English
2387532c3f
wininet: Add stubs for FreeUrlCacheSpace.
2009-11-03 21:17:18 +01:00
Hans Leidekker
09f1ace555
wininet: Add some URL cache tests and make them pass.
2009-09-25 14:39:35 +02:00
Hans Leidekker
784b58a280
wininet: Try harder to find a unique cache file name.
2009-09-25 14:39:22 +02:00
Jacek Caban
1c46be7a76
wininet: Code clean up by using heap_strdup* functions.
2009-07-20 12:20:36 +02:00
Hans Leidekker
7ba8c86f85
wininet: Don't fail if dwReserved is set in CreateUrlCacheEntryW.
2009-06-16 15:41:04 +02:00
Hans Leidekker
67b6c2a4e9
wininet: Add a stub implementation of IncrementUrlCacheHeaderData.
2009-05-13 14:48:24 +02:00