urlmon/tests: Keep track of download state in tests.
[wine] / dlls / urlmon / tests / url.c
2007-08-07  Misha Koshelevurlmon/tests: Keep track of download state in tests.
2007-08-07  Misha Koshelevurlmon/tests: Add tests for synchronous vs asynchronous...
2007-08-07  Misha Koshelevurlmon/tests: Declare the bind flags as a global variab...
2007-08-06  Misha Koshelevurlmon/tests: Fix todo_wine's to show the IServiceProvi...
2007-07-24  Misha Koshelevurlmon/tests: Add tests for calls to IHttpNegotiate...
2007-07-24  Misha Koshelevurlmon/tests: Add tests for calls to IBindStatusCallbac...
2007-02-12  Jacek Cabanurlmon: Added mk protocol handling test.
2007-02-12  Jacek Cabanurlmon: Added test of handlong its protocol.
2007-01-12  Jacek Cabanurlmon: Code clean up.
2007-01-08  Francois Gougeturlmon/tests: Replace some '#if 0's with 'if (0)'s.
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-09-21  Alexandre Julliardurlmon/tests: Don't fail the tests if the network is...
2006-05-28  Jacek Cabanurlmon: Store STGMEDIUM in Binding object and set its...
2006-05-25  Jacek Cabanurlmon: Added ReportResult implementation.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanurlmon: Fix tests.
2006-01-05  Jacek Cabanurlmon: Code clean up.
2005-12-26  Jacek Cabanurlmon: Use pluggable protocol for file protocol.
2005-12-16  Jacek Cabanurlmon: Fix BindToStorage test.
2005-11-15  Alexandre JulliardDon't crash if BindToStorage fails.
2005-11-14  Jacek CabanBeginning of true BindToStorage implementation.
2005-09-16  Jacek CabanMore tests of URLMoniker.
2005-09-03  Jacek CabanAdded CreateAsyncBindCtxEx implementation.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Jacek CabanSeparated IBinding and IMoniker interfaces.
2004-12-20  Jacek Caban- Added test of BindToStorage.
2004-12-08  Jacek Caban- Implemented CreateAsyncBindCtx.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-03  Kevin KoltzauHandle context in CreateURLMoniker.