imagehlp: Forward some more 64-bit functions to dbghelp.
[wine] / dlls / winhttp / tests / winhttp.c
2009-01-03  Alexandre Julliardwinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2008-09-16  Dmitry Timoshkovwinhttp: Add some tests for set/query option, make...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-05  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RA...
2008-09-04  Hans Leidekkerwinhttp: Implement some more options.
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.