widl: Generate client and server code for using context handles.
[wine] / dlls / urlmon / http.c
2007-08-16  Misha Koshelevurlmon: Call IInternetProtocolSink_Release and ReleaseS...
2007-08-16  Misha Koshelevurlmon: Call IInternetProtocolSink_AddRef in HttpProtoc...
2007-08-14  Misha Koshelevurlmon: Fix timing issue with FLAG_REQUEST_COMPLETE...
2007-08-08  Francois Gougeturlmon: Fix compilation on systems that don't support...
2007-07-26  Misha Koshelevurlmon: Don't free structures that are used by asynchro...
2007-07-26  Jacek Cabanurlmon: Change some gotos to return.
2007-07-24  Misha Koshelevurlmon: Fix timing issue with FLAG_REQUEST_COMPLETE...
2007-07-23  Misha Koshelevurlmon: Add support for non-GET requests (e.g., POST...
2007-07-23  Misha Koshelevurlmon: Actually send the additional headers returned...
2007-07-23  Misha Koshelevurlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CO...
2007-07-19  Misha Koshelevurlmon: Implement HttpProtocol::Terminate.
2007-07-19  Misha Koshelevurlmon: Fix HttpProtocol behavior when it is called...
2007-07-19  Misha Koshelevurlmon: Use InternetCloseHandle instead of CloseHandle.
2007-07-19  Misha Koshelevurlmon: Remove FLAG_CALLED_SWITCH, which is now redundant.
2007-07-16  Misha Koshelevurlmon: Fix HttpProtocol behavior when InternetQueryDat...
2007-07-12  Misha Koshelevurlmon: Make HttpProtocol conform with native wininet...
2007-07-12  Misha Koshelevurlmon: Fix HttpProtocol_Start and strndupW to work...
2007-07-11  Misha Koshelevurlmon: Implement HttpProtocol.
2006-10-06  Jacek Cabanurlmon: Win64 printf format warning fixes.
2006-10-03  Francois Gougeturlmon: Fix spelling of the 'origin' parameter in the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-09  Jacek CabanAdded implementation of IInternetPriority in HttpProtocol.
2005-09-14  Jacek CabanAdded http and ftp protocol stub implementation.