wined3d: Use dst_fbo to do the depth blit.
[wine] / dlls / wininet /
2008-03-04  Rob Shearmanwininet: Fix compile with MinGW.
2008-03-03  Jacek Cabanwininet: Moved InternetReadFileExA to vtbl.
2008-03-03  Francois Gougetwininet/tests: FtpCommandA() is not available on Win9x...
2008-03-03  Jacek Cabanwininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
2008-03-03  Jacek Cabanwininet: Move FTP structs and functions declarations...
2008-03-03  Jacek Cabanwininet: Move InternetReadFile to vtbl.
2008-03-03  Jacek Cabanwininet: Move INTERNET_STATUS_REQUEST_COMPLETE call...
2008-03-03  Jacek Cabanwininet: Fixed some tests.
2008-02-29  Jacek Cabanwininet: Move InternetQueryDataAvailable to vtbl.
2008-02-28  Jacek Cabanwininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
2008-02-28  Jacek Cabanwininet: Moved InternetFindNextFileW implementation...
2008-02-27  Jacek Cabanwininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
2008-02-27  Jacek Cabanwininet: Use vtbl in InternetWriteFile implementation.
2008-02-27  Jacek Cabanwininet: Moved close_connection to vtbl.
2008-02-27  Jacek Cabanwininet: Moved handle destructor to vtbl.
2008-02-27  Jacek Cabanwininet: Fixed version returned by INTERNET_OPTION_VERSION.
2008-02-27  Maarten Lankhorstwininet: Fix retrieving raw headers.
2008-02-26  Maarten Lankhorstwininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
2008-02-19  Francois Gougetwininet/tests: Don't include the trailing '\0' in dwHea...
2008-02-19  Francois Gougetwininet: Document HttpAddRequestHeadersW()'s handling...
2008-02-19  Rob Shearmanwininet: Fix potential buffer overrun in HttpQueryInfoA.
2008-02-18  Hans Leidekkerwininet: Rename a function to better match what it...
2008-02-18  Hans Leidekkerwininet: Handle the "100 Continue" response by ignoring it.
2008-02-18  Hans Leidekkerwininet: Honour the version override in HttpOpenRequest.
2008-02-16  Rob Shearmanwininet: Fix the return value check of SHGetSpecialFold...
2008-02-16  Rob Shearmanwininet: Fix an off-by-one error in the boundary checks...
2008-02-15  Jacek Cabanwininet: Code clean up.
2008-02-15  Jacek Cabanwininet: Added cache test.
2008-02-15  Jacek Cabanwininet: Added correct InternetQueryOption(INTERNET_OPT...
2008-02-15  Jacek Cabanwininet: Added beginning support for HTTP cache files.
2008-02-05  Andrew Talbotwininet: Remove unneeded casts.
2008-02-04  Hans Leidekkerwininet: Add zero value content length header to POST...
2008-02-04  Hans Leidekkerwininet: Send HTTP/1.1 requests by default.
2008-02-04  Hans Leidekkerwininet: Make sure not to overwrite any caller supplied...
2008-02-04  Rob Shearmanwininet: HTTP_Connect should fail if a NULL or empty...
2008-01-25  Rob Shearmanwininet: Pass the server name into InitializeSecurityCo...
2008-01-24  Marcus Meissnerwininet: Check if buffer has overflowed potentially.
2008-01-23  Andrey Esinwininet: One addition to Russian translation.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Gerald Pfeiferwininet: Fix type of a loop variable in HTTP_BuildHeade...
2008-01-07  Austin EnglishSpelling fixes.
2008-01-07  Hans Leidekkerwininet: Fix handling of host and referrer headers...
2008-01-03  Marcus Meissnerwininet: Check return value of InternetCrackUrl when...
2007-12-31  Michael Stefaniucwininet: Fix typo in comparison with NULL. Found by...
2007-12-23  Johannes Stezenbachwininet: Fix error return code in FindFirstUrlCacheEntr...
2007-12-23  Johannes Stezenbachwininet: Implement support for INTERNET_OPTION_VERSION...
2007-12-10  Hans Leidekkerwininet: Make FtpGetCurrentDirectoryA pass all todo_win...
2007-12-07  Francois Gougetwininet/tests: Remove trailing spaces in ok() calls.
2007-12-05  Roy Sheawininet: Added check of dwStructSize required by Window...
2007-12-05  Roy Sheawininet: Removed inline from copy_compsA and zero_comps...
2007-12-03  Zac Brownwininet: Add test for FtpGetCurrentDirectoryA in winine...
2007-12-03  Zac Brownwininet: Fix FtpGetCurrentDirectoryW to handle bad...
2007-11-27  Rob Shearmanwininet: Don't clear the auth data for Basic authentica...
2007-11-27  Michael Stefaniucwininet/tests: Do not compare the return value of socke...
2007-11-19  Hans Leidekkerwininet: Initialize path buffer in InternetSetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetGetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetSetCookie.
2007-11-12  Hans Leidekkerwininet: Fix two handle leaks in the test.
2007-11-09  Lei Zhangwininet: Skip strcmp() in a test if the returned value...
2007-11-09  Juan Langwininet: Initialize length of values that aren't being...
2007-11-08  Juan Langwininet: Don't use HEAP_ZERO_MEMORY on memory that...
2007-11-08  Juan Langwininet: Fix another typo.
2007-11-08  Juan Langwininet: Fix typo.
2007-11-08  Lei Zhangwininet: Initialize ftp sockets.
2007-11-07  EA Durbinwininet: Return true for case INTERNET_OPTION_SECURITY_...
2007-11-05  Nigel Liangwininet: Release object in HttpSendRequestExW before...
2007-11-01  Hans Leidekkerwininet: Implement and test FtpCommand{A, W}.
2007-11-01  Hans Leidekkerwininet: Correct several ftp server response to error...
2007-10-30  Hans Leidekkerwininet: Don't release the parent object in FTP_Connect...
2007-10-30  Hans Leidekkerwininet: Use a single connection for all ftp tests.
2007-10-29  Hans Leidekkerwininet: Always send a content length header, even...
2007-10-29  Hans Leidekkerwininet: Always close the data connection before receiv...
2007-10-29  Hans Leidekkerwininet: Always return an error when a transfer is...
2007-10-25  Hwang YunSong(황윤성)wininet: Updated Korean resource.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Juan Langwininet: Don't assume lpBuffersIn is not NULL.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_DeleteEnt...
2007-10-23  Juan Langwininet: Implement RetrieveUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Implement UnlockUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_HashEntry...
2007-10-23  Juan Langwininet: Introduce a URLCache_FindHashW, and use it...
2007-10-23  Juan Langwininet: Use URLCache_FindHash rather than URLCache_Fin...
2007-10-22  Hans Leidekkerwininet: Use passive mode for the ftp tests.
2007-10-22  Hans Leidekkerwininet: Fix some failing ftp tests on Windows and...
2007-10-22  Hans Leidekkerwininet: Properly clean up ftp sessions.
2007-10-22  Hans Leidekkerwininet: Separate ftp session destruction from closing...
2007-10-22  Juan Langwininet: Implement DeleteUrlCacheEntryW.
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredW.
2007-10-22  Juan Langwininet: Add a URLCache_FindEntryInHashW helper, and...
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredA.
2007-10-22  Juan Langwininet: Update comments to match function parameters.
2007-10-18  Nigel Liangwininet: Release object in HttpEndRequestW after use.
2007-10-16  Detlef Riekenbergwininet/tests: Test NULL pointer for InternetCanonicali...
2007-10-16  Detlef Riekenbergwininet: Fix flags and SetLastError for InternetCanonic...
2007-10-16  Daniel Nylanderwininet: Add Swedish translation.
2007-10-12  Andrew Talbotwininet: Fix a memory leak.
2007-10-11  Detlef Riekenbergwininet/tests: Initial tests for InternetCanonicalizeUrlA.
2007-09-25  Misha Koshelevwininet: When sending INTERNET_STATUS_HANDLE_CLOSING...
2007-09-21  Misha Koshelevwininet/tests: Add test to show that InternetCloseHandl...
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
next