wininet/tests: Improve error reporting in a couple of tests.
[wine] / dlls / shlwapi /
2013-02-12  Austin Englishshlwapi: Add a stub for IsInternetESCEnabled.
2012-12-24  Andrew Talbotshlwapi: Indentation fix.
2012-12-20  Nikolay Sivovshlwapi: Implement IsCharSpaceA().
2012-12-11  André Hentschelshlwapi/tests: Fix two tests on win8.
2012-10-01  Francois Gougetshlwapi: Implement PathCreateFromUrlAlloc().
2012-09-26  Francois Gougetshlwapi: Fix the PathCreateFromUrlW() implementation.
2012-09-26  Francois Gougetshlwapi: UrlIs()'s check for the 'file:' protocol is...
2012-09-25  Francois Gougetshlwapi: PathCreateFromUrlA() should not crash when...
2012-09-25  Marcus Meissnershlwapi: Fixed incorrect buffer size.
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetshlwapi/tests: Add more PathCreateFromUrl() tests.
2012-09-24  Francois GougetUse the CP_ACP and NULL macros instead of numeric liter...
2012-09-11  Michael Stefaniucshlwapi: Remove gratuitous "stub" from TRACE messages.
2012-08-15  Jacek Cabanshlwapi: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucshlwapi: Avoid FALSE:TRUE conditional expressions.
2012-06-21  Francois Gougetshlwapi: Simplify the string comparison functions a...
2012-06-04  Michael Stefaniucshlwapi/tests: Fix the expected value in an ok() message.
2012-05-16  Michael Stefaniucshlwapi/tests: Remove useless ok() call on the "out...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-19  Carlo Braminishlwapi: Add NULL checks to StrCpyW and StrCatW.
2012-04-13  Carlo Braminishlwapi: Don't remove nonexistent extension in PathRemo...
2012-04-09  Carlo Braminishlwapi: Add stub for AssocGetPerceivedType.
2012-03-26  Michael Stefaniucshlwapi: Print the debug string and not the pointer...
2012-03-16  Carlo Braminishlwapi: Implemented StrToInt64ExA/W.
2012-03-08  Piotr Cabanshlwapi: Lowercase schemes in UrlCombine function.
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-17  Alexandre Julliardshlwapi: Fix some printf format warnings.
2011-12-01  Nikolay Sivovshlwapi: Partially implement SHRegCreateUSKeyW.
2011-11-22  Alexandre Julliardshlwapi: Convert dialogs to po files.
2011-11-21  Frédéric Delanoyshlwapi: Avoid harcoding array lengths.
2011-11-14  Michael Stefaniucinclude: Make "long" numeric constants LP64/LLP64 proof...
2011-11-09  Andrew Talbotshlwapi: Suppress sign-extension through integer promotion.
2011-10-24  Nikolay Sivovshlwapi: Fix window style set with SHSetParentHwnd().
2011-10-18  Francois Gougetshlwapi: Don't use a long where an int is more than...
2011-10-18  Marcus Meissnershlwapi: Fixed bad pointer arithmentic by removing...
2011-10-14  Dan Kegelshlwapi/tests: Initialize size parameter in test_SHGetS...
2011-10-14  Jacek Cabanshlwapi: Make sure we don't write anything to output...
2011-09-27  Francois GougetAssorted spelling fixes & co.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-21  Francois Gougetshlwapi/tests: Skip some tests if not allowed to modify...
2011-09-15  Francois Gougetshlwapi/tests: Some tests require that the user interfa...
2011-09-15  Francois Gougetshlwapi/tests: Fix test_StrFromTimeIntervalA() to print...
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-12  Francois Gougetshlwapi: Add parentheses to clarify the precedence...
2011-09-05  Francois Gougetshlwapi: Add a message context for 'hr', 'min' and...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-24  Francois Gougetshlwapi/tests: Fix the spelling of IID_Endianness.
2011-08-24  Scott Ritchieshlwapi/tests: Fix an errant comment.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-28  André Hentschelshlwapi/tests: Don't access memory when the allocation...
2011-07-25  Alexandre Julliardshlwapi: Add support for 64-bit formats in wsprintf.
2011-06-20  Igor Paliychukshlwapi: Convert Ukrainian resources into utf-8.
2011-06-15  Marcus Meissnershlwapi: Removed superflous NULL check (Coverity).
2011-05-17  Sergey Khodychshlwapi: Implement URL_APPLY_GUESSFILE in UrlApplyScheme.
2011-05-17  Sergey Khodychshlwapi: Don't copy valid scheme in UrlApplySchemeW.
2011-04-28  Marcus Meissnershlwapi: Mark internal symbols as hidden.
2011-04-01  André Hentschelshlwapi: Implement wow64 reporting.
2011-03-28  Thomas Mullalyshlwapi: Improved UrlGetPart support when parsing host...
2011-03-01  Austin Englishshlwapi/tests: Remove win9x hacks.
2011-02-15  Detlef Riekenbergshlwapi: Add stubs for SHWinHelpOnDemandA/W.
2011-02-11  Austin Englishshlwapi/tests: Remove useless assignments (LLVM/Clang).
2011-02-10  Austin Englishshlwapi/tests: Don't check return values inside of...
2011-02-09  Austin Englishshlwapi/tests: Don't check return values inside of...
2011-01-31  Nikolay Sivovshlwapi/tests: Reset cookie after service revoked ...
2011-01-17  Nikolay Sivovshlwapi: Keep pointer to allocated block to free it...
2011-01-14  Greg Geldorpshlwapi/tests: Don't assume date/time are separated...
2011-01-13  Michael Stefaniucshlwapi/tests: Finish the COM cleanup in ordinal.c.
2011-01-13  Jacek Cabanshlwapi: Fixed handling A->W buffer in UrlCanonicalizeA...
2011-01-12  Alexandre Julliardshlwapi: Convert string table resources to po files.
2011-01-07  Michael Stefaniucshlwapi/tests: COM cleanup for thread.c.
2010-12-30  André Hentschelshlwapi/tests: Fix typo.
2010-12-30  André Hentschelshlwapi/tests: Don't test function directly when report...
2010-12-22  Yaron Shahrabanishlwapi: Added Hebrew translation.
2010-12-22  André Hentschelshlwapi/tests: Allow Win7 behaviour for SHFormatDateTimeW.
2010-12-14  Michael Stefaniucshlwapi/tests: Standardize the COM usage in ordinal.c.
2010-12-08  Michael Stefaniucshlwapi: The Italian translation uses UTF-8 encoding.
2010-12-05  Alexandre Julliardshlwapi: Don't use wide strings in button labels.
2010-11-30  Michael Stefaniucshlwapi: Use an iface instead of an vtbl pointer in...
2010-11-30  Michael Stefaniucshlwapi: Use an iface instead of an vtbl pointer in...
2010-11-30  Michael Stefaniucshlwapi: Use iface instead of vtbl pointers in ISHFileS...
2010-11-08  Piotr Cabanshlwapi: Improved UrlCombineW implementation.
2010-11-03  Paul Vriensshlwapi: Add the Serbian (Latin and Cyrillic) translation.
2010-10-27  David Hedbergshlwapi: Add room for null terminator in local SHGetShe...
2010-10-26  David Hedbergshlwapi: Fix UrlGetPart to also return unknown schemes.
2010-10-25  Alexandre Julliardshlwapi: Make more functions available by name.
2010-10-25  Nikolay Sivovshlwapi: Allow IUnknown_SetSite() to be requested by...
2010-10-13  Nikolay Sivovshlwapi/assoc: Fix arguments tracing.
2010-10-12  Piotr Cabanshlwapi/tests: Add more tests.
2010-10-12  Piotr Cabanshlwapi: Added SKSetValueW implementation.
2010-10-12  Piotr Cabanshlwapi: Added SKDeleteValueW implementation.
2010-10-12  Piotr Cabanshlwapi: Added SKAllocValueW implementation.
2010-10-12  Piotr Cabanshlwapi: Improved SHGetShellKey implementation.
2010-10-12  Andrew Eikumshlwapi: Handle URL_WININET_COMPATIBILITY flag in UrlCa...
2010-10-11  Jacek Cabanshlwapi: Skip more tests on too old shlwapi.dll.
2010-10-08  Andrew Eikumshlwapi/tests: Don't run tests on old shlwapi versions.
2010-10-01  Alexandre Julliardshlwapi/tests: Make some variables static.
2010-09-24  Lauri Kenttäshlwapi: Update Finnish translation.
2010-09-21  Luca Bennatishlwapi: Update Italian translation.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
next