urlmon: Fixed file protocol tests on win9x.
[wine] / dlls / urlmon / tests / protocol.c
2008-09-29  Jacek Cabanurlmon: Fixed file protocol tests on win9x.
2008-09-29  Rob Shearmanurlmon: Fix race in protocol tests.
2008-09-09  James Hawkinsurlmon: Fix a failing test with IE7.
2008-09-08  Paul Vriensurlmon/tests: Fix timeouts for win9x tests.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-25  James Hawkinsurlmon: Fix a few test failures in IE7.
2008-06-09  Jacek Cabanurlmon/tests: Always clear expect_* variables.
2008-06-02  James Hawkinsurlmon: Fix a few failing tests in win2k3.
2008-05-12  Jacek Cabanurlmon: Better error handling in file protocol.
2008-05-12  Jacek Cabanurlmon: Correctly handle file URLs with '|' instead...
2008-02-29  Jacek Cabanurlmon: Don't call ReportProgress(BINDSTATUS_DIRECTBIND...
2008-02-04  Jacek Cabanurlmon: Added more protocol tests.
2007-12-31  Jacek Cabanurlmon: Added more binding tests.
2007-12-24  Jacek Cabanurlmon: Added more binding tests.
2007-12-24  Jacek Cabanurlmon: Fixed protocol tests.
2007-10-26  Jacek Cabanurlmon: Fixed tests on IE7.
2007-08-08  Francois Gougeturlmon: Fix compilation on systems that don't support...
2007-07-27  Misha Koshelevurlmon/tests: Make http protocol tests refractory to...
2007-07-27  Misha Koshelevurlmon/tests: Rename received_data event to more genera...
2007-07-26  Misha Koshelevurlmon/tests: Don't proceed with POST operation (that...
2007-07-26  Misha Koshelevurlmon/tests: Fix http protocol tests with absence...
2007-07-23  Misha Koshelevurlmon: Add support for non-GET requests (e.g., POST...
2007-07-23  Misha Koshelevurlmon/tests: Add test for BINDVERB_POST in http_protocol.
2007-07-19  Misha Koshelevurlmon/tests: Add tests for HttpProtocol behavior when...
2007-07-19  Misha Koshelevurlmon/tests: Fix http_protocol tests to succeed when...
2007-07-19  Misha Koshelevurlmon/tests: Fix http_protocol tests to succeed on...
2007-07-11  Misha Koshelevurlmon: Implement HttpProtocol.
2007-07-09  Misha Koshelevurlmon/tests: Make http protocol mime type test pass...
2007-01-25  Jan Zerebeckiurlmon: Fix type of an empty string to avoid warning.
2007-01-24  Jacek Cabanurlmon: Added BindProtocol's IInternetPriority implemen...
2007-01-24  Jacek Cabanurlmon: Added CreateBinding test.
2007-01-15  Jacek Cabanurlmon: Added mk protocol implementation.
2007-01-12  Jacek Cabanurlmon: Added mk protocol stub implementation.
2006-12-27  Jacek Cabanurlmon: Remove failing tests.
2006-10-30  Jacek Cabanurlmon: Update winehq.org IP.
2006-10-07  Jacek Cabanurlmon: Win64 printf format warning fixes.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanurlmon: Fix tests.
2005-12-31  Jacek Cabanurlmon: Added http protocol tests (currently failing...
2005-12-26  Jacek Cabanurlmon: URL with two slashes is valid.
2005-12-19  Jacek Cabanurlmon: Added handling of BINDF_FROMURLMON in file...
2005-12-19  Jacek Cabanurlmon: Added some tests and fixes of file protocol.
2005-11-09  Jacek CabanAdded implementation of IInternetPriority in HttpProtocol.
2005-10-29  Jacek CabanReport BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
2005-09-14  Jacek CabanAdded MIME type checking to FileProtocol::Start.
2005-09-12  Jacek CabanFix protocol test.
2005-09-09  Jacek CabanMove protocol's CLSIDs to urlmon.idl.
2005-09-06  Jacek CabanAdded file protocol implementation.