Commit Graph

1376 Commits

Author SHA1 Message Date
Marcus Meissner 2ac87cb695 wininet: Mark internal symbols as hidden visibility. 2011-04-26 15:31:26 +02:00
Jacek Caban 55b2722816 wininet: Use wrappers for HeapReAlloc calls. 2011-04-22 12:59:17 +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
Alexandre Julliard 5b4be5d4c3 wininet: Use an accessor function instead of directly accessing the X509_STORE_CTX structure. 2011-04-20 16:28:27 +02:00
Rex Tsai b7582991de wininet: Added stub for option DATA_SEND_TIMEOUT. 2011-04-13 14:13:51 +02:00
Juan Lang 0b8bfd9736 wininet: Honor security flags specified when opening a connection. 2011-04-07 17:48:28 +02:00
Jacek Caban 9e30a2f5ee wininet: Check NETCON_connected in netconn_end_of_data. 2011-04-06 21:17:41 +02:00
Michael Stefaniuc 9bf247d44e wininet: Move "inline" right after the storage specifier. 2011-04-05 16:23:02 +02:00
Jacek Caban 7611d10732 wininet: Added more tests. 2011-04-04 11:53:01 +02:00
Jacek Caban ccd11eb7d6 wininet: Abstract different transfer and content encoding reading to layered structures. 2011-04-04 11:52:56 +02:00
André Hentschel 316f1c2e7c wininet: Port numbers are unsigned. 2011-03-29 12:34:30 +02:00
André Hentschel 1a39e29c3b wininet: Port numbers are unsigned. 2011-03-28 17:26:14 +02:00
Marcus Meissner 6e1f37151c wininet: Added missing break (Coverity). 2011-03-28 17:10:55 +02:00
Francois Gouget 4abe4cf1b1 wininet/tests: Fix compilation on systems that don't support nameless unions. 2011-03-18 11:28:45 +01:00
Jacek Caban 685daf2006 wininet: Ensure that we have data to report before sending INTERNET_STATUS_REQUEST_COMPLETE in HTTP_HttpEndRequestW. 2011-03-17 10:43:40 +01:00
Jacek Caban 2bb3f4fa75 wininet: Decompress gzip data in refill_buffer to ensure that we have the data to report. 2011-03-17 10:43:31 +01:00
Francois Gouget d705465de8 wininet/tests: Make test_InternetErrorDlg() static. 2011-03-16 14:14:24 +01:00
Jacek Caban 71265980ff wininet: Update remaining HttpOpenRequest to use the new hello.html location. 2011-03-15 17:14:07 +01:00
Jacek Caban ec96604881 wininet: Release gzip_buffer when opening new connection. 2011-03-15 17:14:07 +01:00
Alexandre Julliard ac6a5a6355 wininet/tests: Update test data location to test.winehq.org/tests. 2011-03-14 19:31:31 +01: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
Francois Gouget 4bacb3f24e wininet: Avoid a conflict with the sun macro when compiling on Solaris. 2011-03-14 12:15:35 +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 f7340864b9 wininet: Test sticky url cache entries. 2011-03-10 14:25:12 +01:00
Juan Lang 6617c19c4b wininet: Treat times of 0 as a special value. 2011-03-10 14:25:06 +01:00
Juan Lang 9a45cfc527 wininet: Add more tests for CommitUrlCacheEntry. 2011-03-10 14:24:27 +01:00
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