shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
[wine] / dlls / winhttp / tests /
2010-05-08  Paul Vrienswinhttp/tests: Show the correct error.
2010-04-22  Hans Leidekkerwinhttp/tests: Avoid test failures caused by broken...
2010-04-22  Hans Leidekkerwinhttp/tests: Use the right handle type.
2010-04-22  Hans Leidekkerwinhttp: Add tests for basic authentication.
2010-04-22  Hans Leidekkerwinhttp: Support setting and querying credentials on...
2010-03-17  Maciej Borszwinhttp: Fix invalid behaviour of WinHttpCrackUrl.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-17  Hans Leidekkerwinhttp/tests: Wait for a handle closing notification.
2010-01-29  Matijn Woudtwinhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEI...
2010-01-29  Matijn Woudtwinhttp: Add timeout for session handles and implement...
2010-01-29  Matijn Woudtwinhttp/tests: Add timeout tests for WinHttp{Set, Query...
2010-01-28  Matijn Woudtwinhttp/tests: Add tests for WinHttpSetTimeouts.
2010-01-28  Marcus Meissnerwinhttp: On NULL request, skip the other tests (Coverity).
2010-01-25  Hans Leidekkerwinhttp: Store the context passed to WinHttpSendRequest.
2009-12-14  Juan Langwinhttp/tests: Skip secure connection tests if the...
2009-12-09  Juan Langwinhttp/tests: Only free a certificate context if retri...
2009-12-09  Juan Langwinhttp: Fix test error when run as non-administrator.
2009-10-29  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_VE...
2009-10-29  Hans Leidekkerwinhttp: Accept empty headers parameter in WinHttpSendR...
2009-10-21  Hans Leidekkerwinhttp/tests: Free the certificate context after use.
2009-09-11  Ge van Geldorpwinhttp/tests: Fix tests on Win7.
2009-09-08  Hans Leidekkerwinhttp: Make tests pass on Win7. Conform to the more...
2009-08-19  Alexandre Julliardwinhttp/tests: Use the global wine_dbgstr_w instead...
2009-07-22  Paul Vrienswinhttp/tests: Fix a test failure on some W2K/XP systems.
2009-07-22  Juan Langwinhttp: If the default proxy settings are not found...
2009-07-16  Paul Vrienswinhttp: Fix a crash on Vista and higher.
2009-07-15  Juan Langwinhttp: Allow full path in addition to relative path...
2009-07-15  Juan Langwinhttp: Implement WinHttpSetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
2009-01-05  Hans Leidekkerwinhttp: Set last error for invalid URLs passed to...
2009-01-03  Alexandre Julliardwinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2008-12-31  Paul TBBle Hampsonwinhttp: Correctly parse specified ports in WinHttpCrac...
2008-12-31  Paul TBBle Hampsonwinhttp/tests: Add tests for WinHttpCrackUrl port numbe...
2008-11-18  Hans Leidekkerwinhttp: Add tests for WinHttpCrackUrl.
2008-11-12  Aric Stewartwinhttp: Correct another difference between InternetCra...
2008-09-29  Hans Leidekkerwinhttp: Skip notifications that may arrive out of...
2008-09-23  Hans Leidekkerwinhttp: Add tests for WinHttpCreateUrl.
2008-09-16  Dmitry Timoshkovwinhttp: Add some tests for set/query option, make...
2008-09-10  Hans Leidekkerwinhttp: Better diagnostics in the notification test.
2008-09-10  Hans Leidekkerwinhttp: Increase sleep between two tests that connect...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-08  Hans Leidekkerwinhttp: Support asynchronous requests.
2008-09-08  Hans Leidekkerwinhttp: Start sending async completion notifications...
2008-09-05  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RA...
2008-09-04  Hans Leidekkerwinhttp: Implement some more options.
2008-09-03  Hans Leidekkerwinhttp: Add status notification tests. Make them pass.
2008-09-03  Hans Leidekkerwinhttp: Handle redirects.
2008-09-02  Francois Gougetwinhttp/tests: Add a trailing '\n' to an ok() call.
2008-09-02  Francois GougetAssorted spelling fixes.
2008-08-29  Hans Leidekkerwinhttp: Use default values when empty strings are...
2008-08-29  Hans Leidekkerwinhttp: Test secure connections. Fix a crash when...
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpWriteData.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpReadData.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpReceiveResponse.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpSendRequest.
2008-08-21  Alexandre JulliardAvoid some size_t printf format warnings.
2008-08-20  Hans Leidekkerwinhttp: Add some tests for WinHttpAddRequestHeaders.
2008-08-20  Hans Leidekkerwinhttp: Use default values for verb, object and versio...
2008-08-20  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders.
2008-08-20  Hans Leidekkerwinhttp: Implement WinHttpAddRequestHeaders.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpTimeFromSystemTime and WinHtt...
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpOpenRequest.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpConnect.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpOpen and WinHttpCloseHandle.
2008-08-19  Zac Brownwinhttp: Add test for adding/querying headers.
2008-08-19  Zac Brownwinhttp: Add test for WinHttpTimeToSystemTime.
2008-08-19  Zac Brownwinhttp: Add test for WinHttpTimeFromSystemTime.
2008-08-01  Zac Brownwinhttp/tests: Add test for sending request.
2008-07-18  Zac Brownwinhttp/tests: Add test for opening request.