atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / winhttp / winhttp_private.h
2012-01-27  Hans Leidekkerwinhttp: Don't attempt to read data after receiving...
2011-11-25  Hans Leidekkerwinhttp: Resolve the server name only on the first...
2011-07-26  Hans Leidekkerwinhttp: Add accept types to the request headers.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::Open.
2011-07-08  Hans Leidekkerwinhttp: Add a stub implementation of IWinHttpRequest.
2011-04-29  Marcus Meissnerwinhttp: Mark internal symbols as hidden.
2010-10-01  Juan Langwinhttp: Support querying the cipher strength of an...
2010-05-18  Juan Langwinhttp: Store security flags in netconn_t.
2010-05-14  Hans Leidekkerwinhttp: Support setting security flags on request...
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
2010-01-29  Matijn Woudtwinhttp: Add timeout for session handles and implement...
2009-12-04  Juan Langwinhttp: Pass hostname to netconn_secure_connect.
2009-10-05  Juan Langwinhttp: Unload OpenSSL when unloading winhttp.
2009-08-03  Gerald Pfeiferwinhttp: Include <sys/socket.h> from winhttp_private...
2009-07-24  Juan Langwinhttp: Implement connect timeout.
2009-07-22  Juan Langwinhttp: Store send and receive timeouts in request_t...
2009-07-15  Juan Langwinhttp: Use proxy server when redirecting.
2009-07-09  Juan Langwinhttp: Convert connect_t's address type from a struct...
2009-07-09  Juan Langwinhttp: Change type of netconn_resolve from struct...
2009-07-07  Hans Leidekkerwinhttp: Implement WinHttpSetTimeouts.
2008-12-29  Austin Englishwinhttp: Fix a missing include for OpenBSD.
2008-12-12  Francois Gougetwininet & winhttp: Remove the MSG_WAITALL definition...
2008-10-01  Rob Shearmanwinhttp: Fix compilation with MinGW/MSVC.
2008-09-16  Hans Leidekkerwinhttp: Close the network connection if necessary.
2008-09-16  Hans Leidekkerwinhttp: Manage a session global cookie cache.
2008-09-16  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-09-08  Hans Leidekkerwinhttp: Support asynchronous requests.
2008-09-08  Hans Leidekkerwinhttp: Use a process global SSL context instead of...
2008-09-08  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
2008-09-08  Hans Leidekkerwinhttp: Start sending async completion notifications...
2008-09-04  Hans Leidekkerwinhttp: Implement some more options.
2008-09-03  Hans Leidekkerwinhttp: Add an initial implementation of WinHttpQueryO...
2008-08-29  Hans Leidekkerwinhttp: Add support for secure connections.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpSendRequest.
2008-08-26  Hans Leidekkerwinhttp: Add networking infrastructure.
2008-08-25  Alexandre Julliardwinhttp: Add support for building on Windows.
2008-08-21  Gerald Pfeiferwinhttp: #include <netinet/in.h> for sockaddr_in.
2008-08-20  Hans Leidekkerwinhttp: Implement WinHttpAddRequestHeaders.
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.