atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / shlwapi / url.c
2012-09-26  Francois Gougetshlwapi: UrlIs()'s check for the 'file:' protocol is...
2012-09-24  Francois GougetUse the CP_ACP and NULL macros instead of numeric liter...
2012-03-08  Piotr Cabanshlwapi: Lowercase schemes in UrlCombine function.
2011-10-18  Marcus Meissnershlwapi: Fixed bad pointer arithmentic by removing...
2011-10-14  Jacek Cabanshlwapi: Make sure we don't write anything to output...
2011-05-17  Sergey Khodychshlwapi: Implement URL_APPLY_GUESSFILE in UrlApplyScheme.
2011-05-17  Sergey Khodychshlwapi: Don't copy valid scheme in UrlApplySchemeW.
2011-03-28  Thomas Mullalyshlwapi: Improved UrlGetPart support when parsing host...
2011-01-17  Nikolay Sivovshlwapi: Keep pointer to allocated block to free it...
2011-01-13  Jacek Cabanshlwapi: Fixed handling A->W buffer in UrlCanonicalizeA...
2010-11-08  Piotr Cabanshlwapi: Improved UrlCombineW implementation.
2010-10-26  David Hedbergshlwapi: Fix UrlGetPart to also return unknown schemes.
2010-10-12  Andrew Eikumshlwapi: Handle URL_WININET_COMPATIBILITY flag in UrlCa...
2010-09-07  Piotr Cabanshlwapi: Improved UrlEscapeW implementation.
2010-09-07  Piotr Cabanshlwapi: Improved UrlCanonicalize implementation.
2010-07-22  Piotr Cabanshlwapi: Improved UrlCanonicalizeW implementation.
2010-07-08  Aric Stewartshlwapi: Correct slash/backslashs in UrlCanonicalize.
2010-06-23  Aric Stewartshlwapi: URL_FILE_USE_PATHURL flag only unescapes file...
2010-05-08  Piotr Cabanshlwapi: Make UrlCanonicalizeA working with long urls...
2010-05-08  Piotr Cabanshlwapi: Make UrlCanonicalizeW working with long urls...
2010-04-12  Andrew Eikumshlwapi: Check for NULL string in UrlIs.
2010-03-29  Mikhail Maroukhineshlwapi: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-19  Andrew Eikumshlwapi: Only skip 'localhost' in file URLs in UrlCanon...
2010-03-15  Andrew Eikumshlwapi: Improve error handling in UrlGetPart.
2010-03-01  Andrew Eikumshlwapi: Ignore the hash of HTML URLs in UrlCombine.
2010-02-16  Vincent Povirkshlwapi: GetUrlPart can get the scheme of url's without...
2010-02-10  Aric Stewartshlwapi: Account for trailing NULL in UrlFixupW.
2010-02-04  Michael Stefaniucshlwapi: Don't print the function name twice in an...
2010-01-26  Andrew Nguyenshlwapi: Only check for NULL pointers in HashData.
2010-01-25  Andrew Nguyenshlwapi: Change a magic HRESULT value to the appropriat...
2010-01-21  Piotr Cabanshlwapi: Improved res protocol handling in UrlCanonical...
2010-01-18  Piotr Cabanshlwapi: Fix MLBuildResURLW implementation.
2009-12-16  Piotr Cabanshlwapi: Added special case for URL_PART_HOSTNAME in...
2009-12-16  Piotr Cabanshlwapi: Allow ' ' in hostname and password in UrlGetPart.
2009-10-19  Jacek Cabanshlwapi: Make more strict restriction for URL scheme...
2009-10-19  Jacek Cabanshlwapi: Make more strict restriction for URL scheme...
2009-10-19  Jacek Cabanshlwapi: Properly handle ParseURL errors in UrlGetPart...
2009-09-08  Owen Rudgeshlwapi: Implement stub for UrlFixupW.
2009-06-03  Aric Stewartshlwapi: Simplify UrlCombine case 2 with tests.
2008-11-13  Andrew Talbotshlwapi: Sign-compare warnings fix.
2008-09-30  Rob Shearmanshlwapi: Use an error code instead of -1 for signalling...
2008-08-28  Louis Lendersshlwapi: Fix UrlUnEscape to expand URLs in-place even...
2008-08-27  Detlef Riekenbergshlwapi: Fix results for UrlApplyScheme.
2008-08-27  Detlef Riekenbergshlwapi: Fix parameters for RegQueryValueExW to read...
2008-08-18  Rob Shearmanshlwapi: Fix testing of HRESULT types with not operator...
2008-07-10  Jacek Cabanshlwapi: Fixed handling mk protocol URLs in UrlCombineW.
2008-07-10  Jacek Cabanshlwapi: Fixed UrlCanonicalizeW for URLs without slashe...
2008-06-30  Mikołaj Zalewskishlwapi: UrlCanonicalize should strip all the character...
2008-06-21  Petr Dlouhýshlwapi: UrlCanonicalize will canonize address in forma...
2008-04-29  Andrew Talbotshlwapi: Remove unused variables.
2008-04-21  Austin EnglishSpelling fixes.
2008-02-28  Jacek Cabanshlwapi: Added TRACEs to PathIsURL.
2008-02-28  Jacek Cabanshlwapi: Store rekistry key name in unicode to avoid...
2008-02-27  Maarten Lankhorstshlwapi: Don't add a trailing slash in the case that...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-10  Lei Zhangshlwapi: Fix a return value in UrlEscapeA.
2008-01-10  Lei Zhangshlwapi: Check more arguments to UrlEscapeA.
2008-01-10  Lei Zhangshlwapi: Check an argument to UrlEscapeA.
2007-10-16  Detlef Riekenbergshlwapi: Fix returned result code and size in UrlCanoni...
2007-08-23  Rob Shearmanshlwapi: Fix UrlCombineW for absolute URLs without...
2007-08-20  Misha Koshelevshlwapi: Take sizeof(WCHAR) into account when allocatin...
2007-06-22  Michael Stefaniucshlwapi: Remove more wide character constants.
2007-05-24  Rob Shearmanshlwapi: Add a slash to the URL if there is no path...
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-02-21  Marcus Meissnershlwapi: Fix size passed to MultiByteToWideChar.
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-12  Jacek Cabanshlwapi: Unicodified scheme detecting code.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-06  Hans Leidekkershlwapi: Win64 printf format warning fixes.
2006-07-31  Jacek Cabanshlwapi: Change file path to URL in UrlCanonicalize.
2006-07-27  Jacek Cabanshlwapi: Change '/'->'\' only for file protocol in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-05-23  Uwe BonnesTest cases for URL_UNESCAPE and small fix.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-01-03  Hans LeidekkerImplement and test URLIS_URL flag in UrlIs().
2005-01-03  Jon GriffithsConst correctness fix.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-11-30  Eric PouechConst correctness fixes.
2004-10-05  Huw DaviesRewrite UrlCreateFromPath.
2004-10-05  Huw DaviesFix UrlUnescapeW.
2004-10-05  Huw DaviesPathIsURL should return TRUE even if a scheme is unknown.
2004-10-04  Huw DaviesUrlEscape has different rules depending on the protocol.
2004-09-29  Huw DaviesParseURL is now documented, so move it into shlwapi.h.
2004-09-22  Steven EdwardsMove URL_SCHEME typedef to match PSDK.
2004-09-16  Mike McCormackFix some -Wsigned-compare warnings.
2004-09-08  Diego PettenòAdd support in UrlIs() for URLIS_DIRECTORY and URLIS_FI...
2004-07-04  Mike McCormackFix memory allocation problems.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
2004-04-20  Francois GougetAssorted spelling fixes.
next