shlwapi: Add a slash to the URL if there is no path component.
[wine] / dlls / shlwapi / tests / path.c
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-04-24  Mikołaj Zalewskishlwapi: Fix the handling of overflows in PathCombine...
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-12-15  Paul Vriensshlwapi/tests: Fix typos.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-10-07  Hans Leidekkershlwapi/tests: Win64 printf format warning fixes.
2006-09-20  Paul Vriensurl: Fixed wrong argument (Coverity).
2006-09-07  Louis. Lendersshlwapi: Simple test for UrlCanonicalizeA.
2006-08-09  Huw Daviesshlwapi: Add tests for PathUnquoteSpaces.
2006-07-31  Jacek Cabanshlwapi: Change file path to URL in UrlCanonicalize.
2006-07-27  Jacek Cabanshlwapi: Change '/'->'\' only for file protocol in...
2006-07-13  James Hawkinsshlwapi: Add tests for PathCommonPrefixA.
2006-07-13  James Hawkinsshlwapi: Add tests for PathBuildRootA.
2006-06-30  James Hawkinsshlwapi: Add tests for PathFindExtensionA.
2006-06-30  James Hawkinsshlwapi: Add tests for PathCanonicalize.
2006-06-28  James Hawkinsshlwapi: Add tests for PathAppendA.
2006-06-27  Andrey Turkinshlwapi: Test for UrlGetPart in case of file name.
2006-06-27  James Hawkinsshlwapi: Add tests for PathAddBackslash.
2006-06-27  James Hawkinsshlwapi: Add tests for PathCombineA.
2006-06-26  Paul Vriensshlwapi: PathCombineW should return NULL on invalid...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Peter Oberndorfershlwapi: Ignore leading spaces in PathMatchSpec.
2006-04-12  Peter Oberndorfershlwapi: Add tests for PathMatchSpec.
2006-02-16  Hans Leidekkershlwapi: Fix parameter check for UrlUnescapeA.
2006-01-11  Jacek Cabanshlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
2005-12-26  Jacek Cabanshlwapi: Fix UrlCanonicalize.
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
2005-05-23  Uwe BonnesTest cases for URL_UNESCAPE and small fix.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-14  Jon GriffithsTests and small fix for PathMakePretty().
2005-02-10  Paul VriensUse aliases for calls to ordinals.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2004-10-05  Huw DaviesTests for PathCreateFromUrl, PathIsURL, UrlCreateFromPa...
2004-10-04  Huw DaviesUrlEscape has different rules depending on the protocol.
2004-09-25  Huw DaviesImplement PathSearchAndQualify.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
2004-03-16  Uwe BonnesUrlCanonicalizeW: Remove \r and \n at the end of lpszUr...
2004-03-03  Kevin KoltzauFix UrlCanonicalize and add regression test.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...