server: Move socket async activation to sock_poll_event.
[wine] / dlls / itss /
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.
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...
next