ddraw/tests: Fix compilation on systems that don't support nameless unions.
[wine] / dlls / winhttp /
2009-07-22  Juan Langwinhttp: Strip scheme from http_proxy environment variable.
2009-07-22  Juan Langwinhttp: Fix crash when proxy bypass is unset.
2009-07-16  Paul Vrienswinhttp: Fix a crash on Vista and higher.
2009-07-16  Juan Langwinhttp: Use the correct address length when connecting.
2009-07-16  Juan Langwinhttp: Fix a comment typo.
2009-07-15  Juan Langwinhttp: Issue CONNECT command to connect to a secure...
2009-07-15  Juan Langwinhttp: Don't set port number to a default before...
2009-07-15  Juan Langwinhttp: Allow full path in addition to relative path...
2009-07-15  Juan Langwinhttp: Use proxy server when redirecting.
2009-07-15  Juan Langwinhttp: Use a helper function to set connect_t's serve...
2009-07-15  Juan Langwinhttp: Connect to the proxy port rather than the...
2009-07-15  Juan Langwinhttp: When connecting via a proxy include full hostn...
2009-07-15  Juan Langwinhttp: Set connect_t's servername and port based...
2009-07-15  Juan Langwinhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in...
2009-07-15  Juan Langwinhttp: Support getting the default proxy settings...
2009-07-15  Juan Langwinhttp: Implement WinHttpGetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Implement WinHttpSetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
2009-07-09  Juan Langwinhttp: Support IPv6 in netconn_resolve.
2009-07-09  Juan Langwinhttp: Support IPv6 addresses in open_connection.
2009-07-09  Juan Langwinhttp: Convert connect_t's address type from a struct...
2009-07-09  Juan Langwinhttp: Simplify netconn_resolve when using getaddrinfo.
2009-07-09  Juan Langwinhttp: Change type of netconn_resolve from struct...
2009-07-07  Hans Leidekkerwinhttp: Implement WinHttpSetTimeouts.
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.
next