wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / winhttp /
2009-03-05  Hans Leidekkerwinhttp, wininet: Load i2d_X509 from libcrypto.so.
2009-02-05  Michael Stefaniucwinhttp: Remove superfluous pointer casts.
2009-01-05  Hans Leidekkerwinhttp: Set last error for invalid URLs passed to...
2009-01-05  Alexandre Julliardwinhttp: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardwinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2008-12-31  Paul TBBle Hampsonwinhttp: Don't try and call a null callback.
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-12-31  Paul TBBle Hampsonwinhttp: Fix resolution-failure TRACE in netconn_resolv...
2008-12-29  Austin Englishwinhttp: Fix a missing include for OpenBSD.
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-12  Francois Gougetwininet & winhttp: Remove the MSG_WAITALL definition...
2008-12-11  Hans Leidekkerwinhttp: Resolve host port at the latest possible moment.
2008-12-11  Hans Leidekkerwinhttp: Validate parameters per component in WinHttpCr...
2008-12-08  Andrew Talbotwinhttp: Sign-compare warning fix.
2008-12-08  Hans Leidekkerwinhttp: Prepend slash to request path if necessary.
2008-12-08  Francois Gougetwininet & winhttp: Fix a pointer type mismatch warning...
2008-11-20  Hans Leidekkerwinhttp: Prefer builtin over native.
2008-11-18  Hans Leidekkerwinhttp: Add tests for WinHttpCrackUrl.
2008-11-18  Hans Leidekkerwinhttp: Reimplement WinHttpCrackUrl.
2008-11-12  Aric Stewartwinhttp: Correct another difference between InternetCra...
2008-10-01  Rob Shearmanwinhttp: Fix compilation with MinGW/MSVC.
2008-09-29  Hans Leidekkerwinhttp: Skip notifications that may arrive out of...
2008-09-23  Hans Leidekkerwinhttp: Add tests for WinHttpCreateUrl.
2008-09-23  Hans Leidekkerwinhttp: Implement WinHttpCreateUrl.
2008-09-17  Dmitry Timoshkovwinhttp: Move common code to the upper level, avoid...
2008-09-16  Hans Leidekkerwinhttp: Close the network connection if necessary.
2008-09-16  Hans Leidekkerwinhttp: Fix logic inversion bug in setting disable...
2008-09-16  Hans Leidekkerwinhttp: Manage a session global cookie cache.
2008-09-16  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-09-16  Hans Leidekkerwinhttp: Reset content length when all data has been...
2008-09-16  Dmitry Timoshkovwinhttp: Add some tests for set/query option, make...
2008-09-11  Hans Leidekkerwinhttp: Strip content-type/length headers from request...
2008-09-11  Hans Leidekkerwinhttp: Preserve cookies on redirects.
2008-09-11  Hans Leidekkerwinhttp: Redirects are always GET requests.
2008-09-11  Hans Leidekkerwinhttp: Handle relative redirects.
2008-09-10  Rob Shearmanwinhttp: Add version resource.
2008-09-10  Juan Langwinhttp: Don't reference past the attribute array....
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-10  Hans Leidekkerwinhttp: Don't loop on response codes other than 301...
2008-09-09  Hans Leidekkerwinhttp: Make sure not to read more data than expected...
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-08  Hans Leidekkerwinhttp: Support asynchronous requests.
2008-09-08  Hans Leidekkerwinhttp: Add the remaining completion notifications.
2008-09-08  Hans Leidekkerwinhttp: Use a process global SSL context instead of...
2008-09-08  Hans Leidekkerwinhttp: The last parameter of WinHttpWriteData is...
2008-09-08  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
2008-09-08  Hans Leidekkerwinhttp: Start sending async completion notifications...
2008-09-05  Hans Leidekkerwinhttp: The last parameter of WinHttpQueryDataAvailabl...
2008-09-05  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RA...
2008-09-05  Hans Leidekkerwinhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SE...
2008-09-04  Hans Leidekkerwinhttp: Implement some more options.
2008-09-03  Hans Leidekkerwinhttp: A non-standard port must be included in the...
2008-09-03  Hans Leidekkerwinhttp: Add zero value content length header to POST...
2008-09-03  Hans Leidekkerwinhttp: Add status notification tests. Make them pass.
2008-09-03  Hans Leidekkerwinhttp: Add an initial implementation of WinHttpQueryO...
2008-09-03  Hans Leidekkerwinhttp: Handle redirects.
2008-09-03  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-09-03  Hans Leidekkerwinhttp: WinHttpCrackUrl and InternetCrackUrlW use...
2008-09-03  Hans Leidekkerwinhttp: Allow reusing a secure connection.
2008-09-03  Hans Leidekkerwinhttp: Avoid testing errno when it isn't set.
2008-09-02  Francois Gougetwinhttp/tests: Add a trailing '\n' to an ok() call.
2008-09-02  Francois GougetAssorted spelling fixes.
2008-08-29  Michael Stefaniucwinhttp: Move the wine includes after the system includes.
2008-08-29  Gerald Pfeiferwinhttp: Include <sys/socket.h>.
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-29  Hans Leidekkerwinhttp: Add support for secure connections.
2008-08-27  Hans Leidekkerwinhttp: Implement WinHttpSetCredentials.
2008-08-27  Hans Leidekkerwinhttp: Implement WinHttpQueryAuthSchemes.
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Hans Leidekkerwinhttp: Remove some unneeded includes.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpWriteData.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpReadData.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpQueryDataAvailable.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpReceiveResponse.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpSendRequest.
2008-08-26  Hans Leidekkerwinhttp: Add networking infrastructure.
2008-08-26  Hans Leidekkerwinhttp: Add support for querying most of the standard...
2008-08-25  Alexandre Julliardwinhttp: Add support for building on Windows.
2008-08-25  Alexandre Julliardwinhttp: Fix WinHttpSetDefaultProxyConfiguration spec...
2008-08-21  Alexandre JulliardAvoid some size_t printf format warnings.
2008-08-21  Gerald Pfeiferwinhttp: #include <netinet/in.h> for sockaddr_in.
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-20  Hans Leidekkerwinhttp: Add a stub implementation for WinHttpSetTimeouts.
2008-08-20  Hans Leidekkerwinhttp: Deliver status notifications to the application.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpTimeFromSystemTime and WinHtt...
2008-08-19  Hans Leidekkerwinhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl...
2008-08-19  Hans Leidekkerwinhttp: Add stub implementations for WinHttpGetDefault...
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpSetStatusCallback. Start...
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  Hans Leidekkerwinhttp: Add a handle management implementation.
2008-08-19  Zac Brownwinhttp: Add test for adding/querying headers.
next