Austin English
|
249f4562d9
|
wininet: Avoid shadowing a parameter.
|
2011-03-09 15:54:21 +01:00 |
Juan Lang
|
c485996e5e
|
wininet/tests: Add a couple more tests for GetUrlCacheEntryInfoEx.
|
2011-03-09 12:48:33 +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
|
011b26b1c6
|
wininet: Store headers in url cache entries.
|
2011-03-09 12:26:22 +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
|
b9673bcc4d
|
wininet: Fully initialize time variable (valgrind).
|
2011-03-08 12:53:12 +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
|
b2ed9c5967
|
wininet: Fix a comment.
|
2011-03-07 15:01:10 +01:00 |
Juan Lang
|
7685dad81d
|
wininet: Remove a no-op trinary expression.
|
2011-03-07 15:01:03 +01:00 |
Juan Lang
|
28e9229336
|
wininet: Store entries in url cache with valid last-modified date.
|
2011-03-07 15:00:59 +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
|
666353d1a6
|
wininet: Move creating cache file to a helper function.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
488c2d0c36
|
wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
2d323430cb
|
wininet: Default to 10 minutes expiration for cache entries.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
ab16c75c48
|
wininet: Default to 10 minutes expiration for cache entries.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
0b5ea6f970
|
wininet: Store entries in url cache with valid expiration date.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
75cc509dae
|
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
|
2011-03-03 17:47:14 +01:00 |
Juan Lang
|
b9c348a0b3
|
wininet: Use correct scheme for cache entries.
|
2011-03-03 17:47:14 +01:00 |
Juan Lang
|
eeb3e86f38
|
wininet/tests: Test retrieving http requests from cache.
|
2011-03-02 12:29:22 +01:00 |
Juan Lang
|
2098006d68
|
wininet: De-Hungarian HTTP request member names.
|
2011-03-02 12:29:19 +01:00 |
Juan Lang
|
8e05039102
|
wininet: De-Hungarian session member names.
|
2011-03-02 12:29:16 +01:00 |
Juan Lang
|
7243156bc1
|
wininet: De-Hungarian appinfo member names.
|
2011-03-02 12:29:13 +01:00 |
Juan Lang
|
2c6ad546cd
|
wininet: De-Hungarian auth cache member names.
|
2011-03-02 12:29:10 +01:00 |
Juan Lang
|
b49b2430ee
|
wininet: Rename variables for readability.
|
2011-03-02 12:29:07 +01:00 |
Igor Paliychuk
|
22b63d2c54
|
wininet: Fix translations.
|
2011-02-14 13:33:35 +01:00 |
Austin English
|
5da40467c8
|
wininet/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-07 10:11:06 -06:00 |
Jacek Caban
|
680f251220
|
wininet: status_string clean up.
|
2011-02-04 15:25:32 +01:00 |
Jacek Caban
|
923498da03
|
wininet: Moved freeing object to WININET_Release.
|
2011-02-04 15:25:32 +01:00 |
Jacek Caban
|
a073c66f0d
|
wininet: Moved creation of an object and allocating handles to common function.
Fixes a few leaks.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
572c4f7039
|
wininet: Added more InternetCloseHandle tests.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
968ab5fd28
|
wininet: Keep handles invalid but reserved in InternetCloseHandle.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
f165e25e59
|
wininet: Handles handling clean up.
|
2011-02-03 13:15:18 +01:00 |
Hans Leidekker
|
86eb9c24f1
|
wininet/tests: Trace errors from InternetReadFile in test_basic_request.
|
2011-01-24 16:04:33 +01:00 |
Greg Geldorp
|
859be0a283
|
wininet/tests: Fix failures when connecting through proxy.
|
2011-01-21 13:49:33 +01:00 |
Jacek Caban
|
59bcbb2d8b
|
wininet: Fixed race in SSL connection handling.
|
2011-01-20 12:19:30 +01:00 |
Huw Davies
|
354f97dff8
|
wininet: Add tests for querying INTERNET_OPTION_MAX_CONNS_PER_SERVER and INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER and fix typo in the implementation.
|
2011-01-19 16:54:13 +01:00 |
Vincent Povirk
|
173b2c5b0f
|
wininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry.
|
2011-01-17 12:49:14 +01:00 |
Jacek Caban
|
2f4968b597
|
wininet: Fixed memory leak in tests (valgrind).
|
2011-01-13 17:26:21 +01:00 |
Jacek Caban
|
0662555af3
|
wininet: Added post data tests.
|
2011-01-13 17:26:17 +01:00 |