include: Assorted spelling fixes.
[wine] / dlls / itss /
2012-12-10  Michael Stefaniucitss: Don't over-allocate memory for a ITSS_IStorageImpl.
2012-12-05  Jacek Cabanitss: Fixed fragment part handling in IInternetProtocol...
2012-12-05  Jacek Cabanitss: Cleaned up CombineUrl tests.
2012-11-02  Michael Stefaniucitss: Use FIELD_OFFSET to calculate the size of a struc...
2012-09-21  Jacek Cabanitss: Canonicalize relative paths before resolving...
2012-08-20  Nikolay Sivovitss: Call interface methods properly.
2012-01-27  Erich Hooveritss: Enlarge buffer to include space for a concatenate...
2012-01-10  Andrew Eikumitss: Use case-insensitive strcmp.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-01  Francois Gougetitss/tests: Fix spelling of a variable name.
2011-05-19  Marcus Meissneritss: Mark internal symbols with hidden visibility.
2010-12-13  Alexandre Julliarditss: Convert protocol registration to the IRegistrar...
2010-12-09  Michael Stefaniucitss: Standardize the COM usage in storage.c.
2010-12-06  Michael Stefaniucitss: Use ifaces instead of vtbl pointers in ITSProtocol.
2010-12-05  Michael Stefaniucitss: Standardize the COM usage in itss.c.
2010-12-05  Michael Stefaniucitss: Standardize the COM usage in moniker.c.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-10  Alexandre Julliarditss: Don't create empty default key values where not...
2010-02-10  Michael Stefaniucitss: Reorder some code to avoid leaking memory on...
2010-02-08  Erich Hooveritss: Implement IStorageImpl_OpenStorage.
2010-02-03  Nikolay Sivovitss: Fix typo in registry entry creation.
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
2009-04-01  Jacek Cabanurlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot...
2009-02-20  Paul Vriensitss/tests: Fix test failures on some Win95 and NT4...
2009-02-11  Andrew Talbotitss: Replace malloc() with HeapAlloc().
2009-02-05  Andrew Talbotitss: Remove unused function.
2009-02-02  Marcus Meissneritss: Move buffer initialization a bit up (Coverity).
2009-01-26  Michael Stefaniucitss: Remove some superfluous pointer casts.
2008-12-02  Michael Stefaniucitss: Remove unneeded casts of zero.
2008-10-14  Andrew Talbotitss: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucitss/tests: Use FAILED instead of !SUCCEEDED.
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.
next