dsound: Const correctness fixes.
[wine] / dlls / winhttp / tests /
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.