wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / itss /
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-05-02  James Hawkinsitss: Remove a test that we expect to fail sometimes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-30  Alexandre Julliarditss: Fix function prototype now that widl does the...
2008-04-04  Austin EnglishSpelling fixes.
2008-03-01  Andrew Talbotitss: Assign to structs instead of using memcpy.
2008-02-27  Rob Shearmanitss: Don't use typeof as it's not portable.
2008-02-04  Jacek Cabanitss: Added BINDF_NEEDFILE test.
2008-01-08  Andrew Talbotitss: Remove unneeded casts.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-26  Gerald Pfeiferitss: Avoid checking an unsigned value for < 0.
2007-10-30  Jacek Cabanitss: Fixed tests on old IE.
2007-10-26  Jacek Cabanitss: Fixed test crash on IE7.
2007-10-22  Lionel Debrouxitss: Remove redundant NULL check before free (found...
2007-10-22  Jacek Cabanitss: Fixed memory freeing.
2007-09-26  Andrew Talbotitss: Fix a typo.
2007-09-17  Alexandre Julliarditss/tests: We can now store binary files in the reposi...
2007-07-16  Alec Berrymanitss: Replace malloc/free with HeapAlloc/HeapFree.
2007-05-07  Andrew Talbotitss: Exclude unused headers.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-03-13  Jacek Cabanitss: Added test of URLs with trailing slash.
2007-03-13  Jacek Cabanitss: Use object_name in FindMimeFromData.
2007-03-13  Jacek Cabanitss: Ignore trailing slash in ITSProtocol::Start.
2007-03-13  Jacek Cabanitss: Ignore trailing slash in IStorage::OpenStream.
2007-03-12  Jan Zerebeckiitss: Add DebugInfo to critical sections.
2007-02-23  Jacek Cabanitss: Added CombineUrl implementation.
2007-02-23  Jacek Cabanitss: Added ParseUrl implementation.
2007-02-23  Jacek Cabanitss: Added IInternetProtocolInfo interface stub implem...
2007-02-23  Jacek Cabanitss: Added test of paths with back slashes and escaped...
2007-02-23  Jacek Cabanitss: Fix handling URLs with back slashes and escaped...
2007-02-23  Jacek Cabanitss: Fix opening streams with back slashes.
2007-02-14  Andrew Talbotitss: Constify a variable.
2007-02-12  Jacek Cabanitss: Fix handling URLs without '/' in object name.
2007-02-06  Jacek Cabanitss: Allow reading from ReportData call.
2007-01-15  Jacek Cabanitss: Added more protocol tests.
2007-01-15  Jacek Cabanitss: Close chm file when destroying Storage.
2007-01-15  Jacek Cabanitss: Return S_FALSE in IStream::Read if there is no...
2007-01-12  Andrew Talbotitss: Remove unused variable and associated dead code.
2007-01-10  Andrew Talbotitss: Declare a function static.
2007-01-04  Francois Gougetitss: Fix spelling of the dwOrigin variables.
2006-12-26  Alexandre Julliardmakedep: Add support for magic comments in .rc files...
2006-12-26  Jacek Cabanitss: Added test of protocol.
2006-12-26  Jacek Cabanitss: Added ITS protocol implementation.
2006-12-24  Jacek Cabanitss: Added ITSProtocol stub implementation.
2006-12-24  Jacek Cabanitss: DllCanUnloadNow code clean up.
2006-12-24  Jacek Cabanitss: Move registration code to inf file and add missin...
2006-12-24  Jacek Cabanitss: Rename CLSID_ITSProtocol to CLSID_MSITStore.
2006-12-24  Jacek Cabanitss: DllUnregisterServer is not a stub.
2006-10-12  Hans Leidekkeritss: Win64 printf format warning fixes.
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-22  Mike McCormackitss: Simplify the class factory.
2006-08-08  Francois Gougetitss: Register CLSID_ITSProtocol. Tweak the registratio...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarditss: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-25  James HawkinsMoved itss.idl to include/wine.
2005-08-23  James HawkinsRegister the ITStorage class.
2005-08-09  Alexandre Julliarditss doesn't need an import library.
2005-08-09  Alexandre JulliardMark DllMain and similar exports as private.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Jacek CabanExport DllMain as native does.
2005-06-23  Jacek CabanUse GUIDs from itss.idl.
2005-06-20  Mike McCormackMake functions static.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-02-22  Jacek CabanAdded implementation of LockServer.
2005-02-09  Tom FogalSimple aggregation fix.
2005-01-14  Robert ShearmanRemove MODULENAME prefix from
2005-01-03  Jacek CabanImplemented DllCanUnloadNow.
2004-12-13  Eric PouechFixed copy&paste error.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-19  Mike McCormackUse interlocked functions for thread safety.
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
2004-09-21  Alexandre JulliardIgnore the generated header files.
2004-09-21  Alexandre JulliardBuild the .h files from their idl source at compile...
2004-09-20  Alexandre JulliardBuild idl files as part of the normal build process.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-31  Alexandre JulliardGet rid of CVS keywords.
2004-08-25  Mike McCormackFix the ITS moniker implementation.
2004-08-24  Alexandre JulliardAuthors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwi...