wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / urlmon / http.c
2008-02-16  Rob Shearmanurlmon: Fix the character count passed into MultiByteTo...
2008-02-04  Jacek Cabanurlmon: Correctly handle BINDF_NEEDFILE flag in http...
2008-01-14  Dan Kegelurlmon: Fix unlikely free of uninitialized pointer.
2007-12-14  Jacek Cabanurlmon: Includes clean up.
2007-11-30  Michael Stefaniucurlmon: Rename the wrappers around HeapAlloc() &Co...
2007-11-26  Jacek Cabanurlmon: Wrap heap functions.
2007-11-12  Misha Koshelevurlmon: Release IInternetProtocolSink and BindInfo...
2007-11-08  Andrew Talboturlmon: Constify some variables.
2007-11-05  Jacek Cabanurlmon: Added https protocol class factory stub impleme...
2007-10-22  Rob Shearmanurlmon: Fix the MIME type reported by the HTTP protocol...
2007-10-12  Misha Koshelevurlmon: Increment/decrement reference count when intern...
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.