wined3d: Add filtering flag to more texture formats.
[wine] / dlls / wininet /
2011-11-03  Austin Englishwininet: Add a stub for ShowClientAuthCerts.
2011-11-02  Austin Englishwininet: Add a stub for RunOnceUrlCache.
2011-11-01  Juan Langwininet: Implement ShowX509EncodedCertificate.
2011-10-31  André Hentschelwininet: Add a stub for ShowX509EncodedCertificate.
2011-10-25  Juan Langwininet: Fix off by one error parsing RFC 850 dates.
2011-10-24  Juan Langwininet: Accept RFC 850 dates in HTTP headers.
2011-10-19  Andrew Talbotwininet: Add a break to a switch statement.
2011-09-27  Hans Leidekkerwininet: Ignore the accept types array in HttpOpenReque...
2011-09-26  André Hentschelwininet: Fix UrlComponents initialisation.
2011-09-20  Francois Gougetwininet: Fix printing NULL strings.
2011-09-14  Piotr Cabanwininet: Make it possible to ignore CERT_TRUST_IS_PARTI...
2011-09-09  Alexandre Julliardwininet/tests: Avoid crash on test failure.
2011-09-01  Alexandre Julliardwininet/tests: Remove an invalid FTP test.
2011-08-24  André Hentschelwininet: Test and fix possible error situations for...
2011-08-24  André Hentschelwininet: Parse user and password for proxy authentication.
2011-08-24  André Hentschelwininet: Don't return a relative path when building...
2011-08-24  André Hentschelwininet: Use the constants from the wininet header.
2011-07-28  Jacek Cabanwininet: Fixed realm allocation in cache_basic_authoriz...
2011-07-27  Austin Englishwininet/tests: Remove win9x hacks.
2011-07-26  Austin Englishwininet: Make sure to use return values (LLVM/Clang).
2011-07-22  Juan Langwininet: Implement setting proxy options globally for...
2011-07-22  Juan Langwininet: De-Hungarian proxyinfo_t.
2011-06-20  Igor Paliychukwininet: Convert Ukrainian resources into utf-8.
2011-06-20  Jerome Leclanchewininet: Fix a warning when compiling --without-openssl.
2011-06-15  Francois GougetStandardize the OK buttons.
2011-06-10  Jacek Cabanwininet: A small netconn_secure_verify code clean up.
2011-06-10  Jacek Cabanwininet: Added dwError of INTERNET_STATUS_REQUEST_COMPL...
2011-06-10  Jacek Cabanwininet: Set content_length when we reach end of data...
2011-06-10  Jacek Cabanwininet: Don't pass handle to INTERNET_REQUEST_COMPLETE...
2011-06-10  Jacek Cabanwininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notific...
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-06-01  Hans Leidekkerwininet: Don't change the verb if the server response...
2011-05-26  Marcus Meissnerwininet: Mark internal symbols with hidden visibility.
2011-05-23  Jacek Cabanwininet: Added connection closing tests.
2011-05-23  Jacek Cabanwininet: Correctly handle closed socket in HTTP_Receive...
2011-05-19  Jacek Cabanwininet: Use set_cookie directly in HTTP_ProcessCookies.
2011-05-19  Jacek Cabanwininet: Use get_cookie directly in HTTP_InsertCookies.
2011-05-19  Jacek Cabanwininet: Moved getting cookie from known host to separa...
2011-05-13  Juan Langwininet: Handle invalid HTTP time of "0".
2011-05-13  Jacek Cabanwininet: Added 204 No Content response tests.
2011-05-13  Jacek Cabanwininet: Better closing async handles in tests.
2011-05-13  Jacek Cabanwininet: Clean up closing connection notifications...
2011-05-13  Jacek Cabanwininet: Fixed handling of 204 No Content response.
2011-05-13  Jacek Cabanwininet: Don't depend on is_end_of_read_data in HTTPREQ...
2011-05-11  Jacek Cabanwininet: Set TCP_NODELAY on socket.
2011-05-10  Jacek Cabanwininet: Added support for persistent HTTP connections.
2011-05-09  Karsten Elfenbeinwininet: Follow 307 temporary redirect.
2011-05-04  Jacek Cabanwininet: Moved connected check out of NETCON_set_timeout.
2011-05-02  Jacek Cabanwininet: Use test.winehq.org for post tests.
2011-05-02  Jacek Cabanwininet: Allocate buffer for host name in HTTP_HttpOpen...
2011-05-02  Jacek Cabanwininet: Get rid of useless read_ret in netconn_read.
2011-04-28  Jacek Cabanwininet: Moved OpenSSL initialization to separated...
2011-04-28  Jacek Cabanwininet: Rename WININET_NETCONNECTION to netconn_t.
2011-04-26  Marcus Meissnerwininet: Mark internal symbols as hidden visibility.
2011-04-22  Jacek Cabanwininet: Use wrappers for HeapReAlloc calls.
2011-04-22  Thomas Mullalywininet: Prevent a race condition which results in...
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2011-04-20  Alexandre Julliardwininet: Use an accessor function instead of directly...
2011-04-13  Rex Tsaiwininet: Added stub for option DATA_SEND_TIMEOUT.
2011-04-07  Juan Langwininet: Honor security flags specified when opening...
2011-04-06  Jacek Cabanwininet: Check NETCON_connected in netconn_end_of_data.
2011-04-05  Michael Stefaniucwininet: Move "inline" right after the storage specifier.
2011-04-04  Jacek Cabanwininet: Added more tests.
2011-04-04  Jacek Cabanwininet: Abstract different transfer and content encodi...
2011-03-29  André Hentschelwininet: Port numbers are unsigned.
2011-03-28  André Hentschelwininet: Port numbers are unsigned.
2011-03-28  Marcus Meissnerwininet: Added missing break (Coverity).
2011-03-18  Francois Gougetwininet/tests: Fix compilation on systems that don...
2011-03-17  Jacek Cabanwininet: Ensure that we have data to report before...
2011-03-17  Jacek Cabanwininet: Decompress gzip data in refill_buffer to ensur...
2011-03-16  Francois Gougetwininet/tests: Make test_InternetErrorDlg() static.
2011-03-15  Jacek Cabanwininet: Update remaining HttpOpenRequest to use the...
2011-03-15  Jacek Cabanwininet: Release gzip_buffer when opening new connection.
2011-03-14  Alexandre Julliardwininet/tests: Update test data location to test.winehq...
2011-03-14  Juan Langwininet: Don't adjust the use counts in RetrieveUrlCach...
2011-03-14  Francois Gougetwininet: Avoid a conflict with the sun macro when compi...
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: Test sticky url cache entries.
2011-03-10  Juan Langwininet: Treat times of 0 as a special value.
2011-03-10  Juan Langwininet: Add more tests for CommitUrlCacheEntry.
2011-03-09  Austin Englishwininet: Avoid shadowing a parameter.
2011-03-09  Juan Langwininet/tests: Add a couple more tests for GetUrlCacheE...
2011-03-09  Juan Langwininet: Implement FindNextUrlCacheEntryW.
2011-03-09  Juan Langwininet: Implement RetrieveUrlCacheEntryStreamW.
2011-03-09  Juan Langwininet: Store headers in url cache entries.
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: Fully initialize time variable (valgrind).
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...
next