d3dxof: Cleanup IDirectXFileImpl_CreateEnumObject a bit.
[wine] / dlls / wininet /
2009-02-02  Andrew Talbotwininet: Declare some functions static.
2009-02-02  Paul Vrienswininet/tests: Fix tests failures on W2K and below...
2009-01-30  Hans Leidekkerwininet: Implement IsDomainLegalCookieDomainW.
2009-01-29  Hans Leidekkerwininet: Make sure redirected POST requests become...
2009-01-29  Hans Leidekkerwininet: Add a stub implementation of GetDiskInfoA.
2009-01-29  Hans Leidekkerwininet: Return success from per connection option...
2009-01-29  Hans Leidekkerwininet: Mark IE6 behaviour of HttpSendRequestW as...
2009-01-22  Jacek Cabanwininet: Set dwError to 0 in first INTERNET_STATUS_REQU...
2009-01-21  Hans Leidekkerwininet: Strip trailing slashes from filename in Create...
2009-01-19  Hans Leidekkerwininet: Avoid illegal filenames in CreateUrlCacheEntryW.
2009-01-16  Hans Leidekkerwininet: Calculate the header size if needed in HttpSen...
2009-01-16  Hans Leidekkerwininet: Implement InternetReadFileExW.
2009-01-15  Hans Leidekkerwininet: Send a content length header for all verbs...
2009-01-13  Jacek Cabanwininet: Make sure that we have data buffered before...
2009-01-12  Jacek Cabanwininet: Use SSL_pending in NETCON_query_data_available.
2009-01-12  Jacek Cabanwininet: Improve NETCON_recv over SSL implementation.
2009-01-08  Alexandre Julliardwininet: Fix handle cast warnings on 64-bit.
2009-01-08  Alexandre Julliardwininet: Avoid pointer casts in traces.
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-05  Ge van Geldorpwininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and...
2009-01-05  Alexandre Julliardwininet: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardwininet/tests: Use ~0u instead of ~0ul for DWORD values.
2008-12-22  Mike Ruprechtwininet/tests: Add test for FtpFindFirstFile.
2008-12-22  Alexandre Julliardwininet: Store file time as a SYSTEMTIME instead of...
2008-12-18  Hans Leidekkerwininet: Relax a notification test.
2008-12-12  Francois Gougetwininet & winhttp: Remove the MSG_WAITALL definition...
2008-12-12  Hans Leidekkerwininet: Adapt tests to winehq changes.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  ByeongSik Jeon*Zh.rc: Update the Chinese resource font name to "MS...
2008-12-10  Alexandre Julliardwininet/tests: Use new test URLs on test.winehq.org.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-12-08  Andrew Talbotwininet: Sign-compare warnings fix.
2008-12-08  Hans Leidekkerwininet: Set secure flag when scheme is https.
2008-12-08  Francois Gougetwininet & winhttp: Fix a pointer type mismatch warning...
2008-12-04  Alexandre Julliardwininet/tests: Avoid using size_t in a trace.
2008-12-03  Hans Leidekkerwininet: Stop leaking username and password.
2008-12-03  Hans Leidekkerwininet: Support setting username and password options...
2008-12-02  Hans Leidekkerwininet: Append the extra info part in InternetCreateUr...
2008-12-02  Hans Leidekkerwininet: Don't increase index in HttpQueryInfo if reque...
2008-12-01  Michael Stefaniucwininet: Remove some superfluous casts.
2008-11-25  Francois Gougetwininet: Remove WINAPI on static functions where not...
2008-11-18  Henri Verbeetwininet: Treat an empty username as NULL in FTP_Connect().
2008-11-11  Paul Vrienswininet/tests: Fix a test failure on some Win98 boxes.
2008-11-06  Austin Englishwininet: Change a couple fixme's to warn's.
2008-11-05  Lei Zhangwininet: Handle HTTP 303 redirects.
2008-11-05  Lei Zhangwininet: Remove redundant variables.
2008-11-03  Marcus Meissnerwininet: Removed redundant NULL check (Coverity).
2008-10-28  Nicolas Le Camwininet/tests: Fix a failing test on IE6.
2008-10-24  Hans Leidekkerwininet: Add an exception handler in HttpOpenRequestA...
2008-10-17  Hans Leidekkerwininet: Fix buffer size query for InternetQueryOption...
2008-10-17  Hans Leidekkerwininet: Add a test for basic authentication.
2008-10-17  Hans Leidekkerwininet: Don't destroy authentication data when closing...
2008-10-16  Michael Stefaniucwininet: Remove duplicated header includes.
2008-10-15  Austin Englishwininet: Quiet a noisy fixme.
2008-10-13  Muneyuki Noguchiwininet: Convert Japanese resource to UTF-8.
2008-10-09  Paul Vrienswininet/tests: Don't crash on W2K and below.
2008-10-08  Jan-Peter Nilssonwininet: Fix HTTP_ProcessCookies only processing one...
2008-10-08  Juan Langwininet: Fix trace typo.
2008-10-08  Juan Langwininet: Don't call URL_LocalFileNameToPathA when asked...
2008-10-08  Juan Langwininet: Trace the cache file entry's local file name...
2008-10-08  Rob Shearmanwininet: Fix crash when calling HttpQueryInfoA/W(HTTP_Q...
2008-10-08  Rob Shearmanwininet: Get rid of rc variable in InternetReadFile_test.
2008-10-08  Rob Shearmanwininet: Validate parameters passed to RetrieveUrlCache...
2008-10-07  Hans Leidekkerwininet: Avoid a crash on certain buffer size queries...
2008-10-07  Hans Leidekkerwininet: Option INTERNET_OPTION_CALLBACK is not settable.
2008-10-06  Rob Shearmanwininet: Fix behaviour of InternetTimeFromSystemTimeA...
2008-10-06  Rob Shearmanwininet: Add tests for passing invalid parameters into...
2008-10-06  Rob Shearmanwininet: Fix GetUrlCacheEntryInfoA/W when a NULL lpCach...
2008-10-06  Rob Shearmanwininet: Return error codes explicitly from URLCache...
2008-10-02  Rob Shearmanwininet: Move internet time tests from http.c to intern...
2008-10-02  Rob Shearmanwininet: Fix behaviour of InternetTimeFromSystemTimeA...
2008-10-02  Rob Shearmanwininet: Add tests for InternetTimeFromSystemTimeW...
2008-10-01  Rob Shearmanwininet: Make WININET_AllocHandle 64-bit safe by using...
2008-10-01  Rob Shearmanwininet: Compare HRESULT values explicitly against...
2008-09-29  Muneyuki Noguchiwininet: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25  Hans Leidekkerwininet: Support setting username and password through...
2008-09-08  Muneyuki Noguchiwininet: Update Japanese translation.
2008-09-04  Hongbo Niwininet: Add simplified and traditional Chinese resources.
2008-08-28  Lei Zhangwininet: Remove redundant CrLf variables.
2008-08-28  Lei Zhangwininet: Work around NULL headers when handling HTTP_QU...
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Alexandre Julliardwininet/tests: Add a couple more optional notifications.
2008-08-26  Alexandre Julliardwininet: Avoid testing errno when it isn't set. Simplif...
2008-08-26  Alexandre Julliardwininet/tests: Add support for optional notifications...
2008-08-19  Vincent Povirkwininet: Default to keep-alive when the server is HTTP...
2008-08-04  Hans Leidekkerwininet: Properly initialize access type when no proxy...
2008-08-04  Hans Leidekkerwininet: Use getaddrinfo for thread-safe resolving...
2008-07-31  Colin FinckFix some hackish usages of WideCharToMultiByte.
2008-07-31  Dan Kegelwininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn...
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-07-21  Hans Leidekkerwininet: Fix cookie buffer overflow.
2008-07-21  Hans Leidekkerwininet: Move insertion of cookie header from HttpOpenR...
2008-07-21  Hans Leidekkerwininet: Delete local file on error in FtpGetFile.
2008-07-21  Hans Leidekkerwininet: Make another test pass on IE6.
2008-07-21  Hans Leidekkerwininet: Fix a memory leak.
2008-07-21  Jacek Cabanwininet: Move remeining InternetQueryOption implementat...
next