wined3d: Use dst_fbo to do the depth blit.
[wine] / dlls / wininet /
2007-09-18  Juan Langwininet: Create a TCP connection if FLAG_ICC_FORCE_CONN...
2007-09-17  Alexandre Julliardwininet/ftp: There's no need to query the file size...
2007-09-14  Alexandre Julliardwininet/tests: Anonymous FTP can succeed without a...
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-23  Misha Koshelevwininet: Send INTERNET_STATUS_HANDLE_CLOSING when objec...
2007-08-23  Misha Koshelevwininet: Separate connection closing from object destru...
2007-08-23  Misha Koshelevwininet: Rename WININET_object_destructor to a more...
2007-08-22  Misha Koshelevwininet: Fix reference count on internet handle for...
2007-08-22  Misha Koshelevwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2007-08-17  Paul Vrienswininet/tests: Fix test failures for wininet.dll that...
2007-08-16  Mikołaj Zalewskiwininet: A small test for HttpQueryInfoA.
2007-08-16  Mikołaj Zalewskiwininet: Make HttpQueryInfo[AW] work for lpBuffer ...
2007-08-16  Mikołaj Zalewskiwininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_...
2007-08-13  Misha Koshelevwininet/tests: Test that for an open HTTP connection...
2007-08-13  Misha Koshelevwininet: InternetQueryDataAvailable does not return...
2007-08-13  Misha Koshelevwininet: Don't peek data in InternetQueryDataAvailable...
2007-08-10  Hans Leidekkerwininet: Process caller supplied headers after insertin...
2007-08-10  Hans Leidekkerwininet: Implement INTERNET_OPTION_CALLBACK in Internet...
2007-08-10  Hans Leidekkerwininet: Also set last error on NULL first parameter...
2007-08-10  Hans Leidekkerwininet: Don't crash on NULL first or last parameter...
2007-08-09  Francois Gougetwininet: Add a skeleton winineti.h header with fixed...
2007-08-09  Francois Gougetwininet: #undef some macros to avoid a conflict between...
2007-08-07  Huw Davieswininet: Fix the case when Proxy or ProxyBypass is...
2007-07-27  Aric Stewartwininet: Strip Accept-Encoding from http/1.0 requests.
2007-07-19  Huw Davieswininet: Stub for InternetQueryFortezzaStatus().
2007-07-19  Huw Davieswininet: Stubs for IsUrlCacheEntryExpired[AW].
2007-07-19  Huw Davieswininet: Certain options of InternetQueryOption can...
2007-07-16  Misha Koshelevwininet: Fix behavior of InternetQueryDataAvailable...
2007-07-16  Misha Koshelevwininet/tests: Add testing framework and tests for...
2007-07-16  Misha Koshelevwininet/tests: Properly handle ERROR_IO_PENDING from...
2007-07-02  Alexandre Julliardconfigure: Make the libssl soname check depend on the...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-27  Michael Stefaniucwininet: Remove superfluous casts of void pointers...
2007-06-07  Hans Leidekkerwininet: More lenient parsing of the passive mode serve...
2007-06-06  Rob Shearmanwininet: Implement NTLM support for proxy authentication.
2007-06-06  Rob Shearmanwininet: Send the correct callbacks during InternetRead...
2007-06-01  Jeremy Whitewininet: Mark Proxy Authorization header as a request...
2007-05-29  Alexandre Julliardwininet: Fixed compilation without SSL.
2007-05-29  Rob Shearmanwininet: Add a new NETCON_query_data_available function.
2007-05-29  Rob Shearmanwininet: Don't close the connection if the caller passe...
2007-05-29  Rob Shearmanwininet: Cope with non-nul-terminated header strings...
2007-05-29  Rob Shearmanwininet: Fix basic authentication by putting Basic...
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2007-05-29  Rob Shearmanwininet: Pass context to InitializeSecurityContext...
2007-05-22  Alexandre JulliardFix a couple of overflowing heap allocations revealed...
2007-05-21  Rob Shearmanwininet: Implement basic non-proxy authentication.
2007-05-21  Rob Shearmanwininet: Add support for SSPI authentication for HTTP.
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-16  Alban Browaeyswininet: Fix szCacheContent in URLCacheContainer_OpenIndex.
2007-03-26  Andrew Talbotwininet: Replace inline static with static inline.
2007-03-21  Paul Vrienswininet/ftp: Fix potential memory leak.
2007-03-21  Paul Vrienswininet/ftp: Remove unneeded check.
2007-03-21  Paul Vrienswininet/tests: Expose a problem with FtpGetFile.
2007-03-21  Paul Vrienswininet/ftp: Move a definition in FTP_FtpFindFirstFileW...
2007-03-21  Paul Vrienswininet/ftp: Simplify FTP_FtpGetFileW a bit.
2007-03-13  Hans Leidekkerwininet: Fix buffer size calculation in INTERNET_Intern...
2007-03-08  Francois Gougetwininet: Fix a couple of reversed checks that could...
2007-03-08  Francois Gougetwininet: Check file handles against INVALID_HANDLE_VALU...
2007-03-05  Rob Shearmanwininet: Always make copies of strings passed to INTERN...
2007-03-01  Paul Vrienswininet/ftp: Let CreateFile deal with last error.
2007-02-28  Ken Thomaseswininet: Use "ping -c 1" instead of "ping -w 1" for...
2007-02-27  Paul Vrienswininet/tests: Add another test.
2007-02-26  Andrew Talbotwininet: Constify some variables.
2007-02-22  Paul Vrienswininet/tests: Add a few more tests.
2007-02-21  Rob Shearmanwininet: Fix the case of partial SSL reads from the...
2007-02-21  Francois Gougetwininet/tests: Fix some tests so they succeed on Window...
2007-02-21  Paul Vrienswininet/ftp.c: Fix some typos.
2007-02-20  Francois GougetAssorted spelling fixes.
2007-02-20  Francois Gougetwininet/tests: Tell the user which ftp server we're...
2007-02-20  Francois Gougetwininet/tests: Dynamically load some functions so the...
2007-02-20  Francois Gougetwininet: Move a bunch of misplaced API documentation.
2007-02-20  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-20  Hans Leidekkerwininet: Don't discard the extra info part of a URL...
2007-02-19  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-13  Hans Leidekkerwininet: Fix a test that fails on Windows.
2007-02-13  Hans Leidekkerwininet: Skip empty accept type strings in HttpOpenRequest.
2007-02-13  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-13  Paul Vrienswininet/ftp.c: Add tests to show the order of parameter...
2007-02-12  Paul Vrienswininet/ftp.c: Add another test.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-09  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-07  Paul Vrienswininet/tests: Add a few more tests.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp.c: Remove unneeded check.
2007-02-06  Paul Vrienswininet: Remove unused function.
2007-02-05  Paul Vrienswininet/tests: Add ftp tests.
2007-02-05  Bang Jun-Youngwininet: config.h police.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Rob Shearmanwininet: Fix HTTP_EncodeBasicAuth by passing an out...
next