comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the...
[wine] / dlls / shlwapi /
2010-02-23  Reece Dunnshlwapi/tests: Skip SHCreateStreamOnFileA/W configurati...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Vincent Povirkshlwapi: GetUrlPart can get the scheme of url's without...
2010-02-15  Detlef Riekenbergshlwapi/tests: Use defined settings when testing GetAcc...
2010-02-12  Detlef Riekenbergshlwapi: Return the correct length from GetAcceptLangua...
2010-02-12  Detlef Riekenbergshlwapi: Return the correct results in GetAcceptLanguagesW.
2010-02-12  Detlef Riekenbergshlwapi/tests: Remove GetLastError tests for GetAcceptL...
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-02-01  Detlef Riekenbergshlwapi/tests: UrlUnescape* is not present on Win95B...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlIs* is not present on Win95B (winetes...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlHash* is not present on Win95B (winet...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlGetPart* is not present on Win95B...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlEscape* is not present on Win95B...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlCreateFromPath* is not present on...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlCombine* is not present on Win95B...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlCanonicalize* is not present on Win95...
2010-02-01  Detlef Riekenbergshlwapi/tests: UrlApplyScheme* is not present on Win95B...
2010-02-01  Detlef Riekenbergshlwapi/tests: PathCreateFromUrl* is not present on...
2010-02-01  Detlef Riekenbergshlwapi/tests: HashData is not present on Win95B (winet...
2010-02-01  Detlef Riekenbergshlwapi/tests: ChrCmpI* is not present on Win95B (winet...
2010-02-01  Piotr Cabanshlwapi: Invoke ExpandEnvironmentStringsForUser on...
2010-02-01  Piotr Cabanshlwapi: Invoke RegGetValue on SHRegGetValue call.
2010-02-01  Piotr Cabanshlwapi: Update SHRegGetValue definition.
2010-02-01  Piotr Cabanshlwapi: Added OS_VISTAORGREATER flag to IsOS (undocume...
2010-02-01  Michael Stefaniucshlwapi: Use IS_INTRESOURCE not HIWORD to check a resource.
2010-01-26  Andrew Nguyenshlwapi: Only check for NULL pointers in HashData.
2010-01-26  Andrew Nguyenshlwapi/tests: Add tests for 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-30  Rob Shearmanshlwapi: Initialise id field of ConPt object in connect...
2009-12-23  Alexandre Julliardshlwapi/tests: Remove empty traces.
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-12-15  Aric Stewartshlwapi: Implement SHPropertyBag_ReadLONG.
2009-12-14  Francois Gougetshlwapi/tests: Make test_IConnectionPoint() static.
2009-12-14  Aric Stewartshlwapi: Beginning implementation of IUnknown_QueryServ...
2009-12-11  Aric Stewartshlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSet...
2009-12-11  Aric Stewartshlwapi/tests: Testing framework and IConnection point...
2009-12-11  Aric Stewartshlwapi: Release rgcd.pUnk returned by enumeration.
2009-12-11  Aric Stewartshlwapi: DISPPARAMS on Invoke are never NULL.
2009-12-11  Aric Stewartshlwapi: Failure in IConnectionPoint_GetConnectionInter...
2009-12-11  Aric Stewartshlwapi: Rename ConnectToConnectionPoint bAdviseOnly...
2009-12-09  Alexandre Julliardshlwapi/tests: Avoid size_t in traces.
2009-12-04  Aric Stewartshlwapi: Close the correct key in SHRegCloseUSKey.
2009-12-03  Andrew Nguyenshlwapi: The third parameter of UrlCombineA/W is an...
2009-10-19  Francois Gougetshlwapi: Fix compilation on systems that don't support...
2009-10-19  Jacek Cabanshlwapi: Added ParseURL[AW] tests.
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-10-06  Ge van Geldorpshlwapi/tests: Add acceptable error code for Win7 clist...
2009-09-29  Peter Oberndorfershlwapi: Write back data to registry when closing reg...
2009-09-29  Peter Oberndorfershlwapi: Allow SHOpenRegStream2 A/W to work with not...
2009-09-29  Peter Oberndorfershlwapi: Remove pointer check in IStream::Clone, it...
2009-09-29  Peter Oberndorfershlwapi: Implement IStream::Write, Seek and SetSize.
2009-09-29  Peter Oberndorfershlwapi: Fix IStream::Read for reg/mem stream.
2009-09-29  Peter Oberndorfershlwapi: Fix logic of SHCreateMemStream in combination...
2009-09-29  Peter Oberndorfershlwapi: Implement IStream::Stat for registry/memory...
2009-09-29  Peter Oberndorfershlwapi: Fix prototype of SHCreateMemStream.
2009-09-29  Peter Oberndorfershlwapi: Fix spec file for some unicode functions.
2009-09-24  Aric Stewartshlwapi: Implement StrChrNW.
2009-09-11  Ge van Geldorpshlwapi/tests: Fix tests on Win7.
2009-09-08  Owen Rudgeshlwapi: Implement stub for UrlFixupW.
2009-09-08  Owen Rudgeshlwapi: Implement stub for ZoneCheckUrlExW.
2009-09-08  Owen Rudgeshlwapi: Implement stubs for SHFormatDateTimeA/W.
2009-09-08  Owen Rudgeshlwapi: Implement stub for SHGetViewStatePropertyBag.
2009-09-08  Owen Rudgeshlwapi: Implement stub for SHCreatePropertyBagOnRegKey.
2009-09-08  Owen Rudgeshlwapi: Implement IUnknown_UIActivateIO.
2009-08-25  Alexandre Julliardshell32: Move the IQueryAssociations implementation...
2009-08-25  Ge van Geldorpshlwapi/tests: Remove test that crashes on Win7.
2009-08-24  Ge van Geldorpshlwapi/tests: Prevent buffer overflow.
2009-08-12  André Hentschelshlwapi: Update German translation.
2009-08-05  Alistair Leslie... shlwapi: Correct AssocCreate tests.
2009-08-04  Alistair Leslie... shlwapi: Correct AssocCreate and tests.
2009-08-03  Vladimir Pankratovshlwapi: Convert the Russian resources to UTF-8.
2009-07-15  Michael StefaniucSet the encoding of the remaining German resources...
2009-07-09  Frédéric Delanoyshlwapi: Fix French translation.
2009-07-07  Aric Stewartshlwapi: Forward UrlCrackW to wininet.InternetCrackUrlW.
2009-07-02  Michael Stefaniucshlwapi: Build language resource files separately.
2009-07-01  Detlef Riekenbergshlwapi: Last parameter in SHUnicodeToAnsiCP is an...
2009-06-22  Aurimas Fišerasshlwapi: Add Lithuanian translation.
2009-06-12  Detlef Riekenbergshlwapi: Forward DnsRecordSetCompare to dnsapi.
2009-06-03  Aric Stewartshlwapi: Simplify UrlCombine case 2 with tests.
2009-05-15  Alexandre Julliardshlwapi: Add a partial stub for IConnectionPoint_Invoke...
2009-04-06  Alexandre Julliardshlwapi/tests: Don't test uninitialized parts of the...
2009-03-09  Paul Vriensshlwapi/tests: Fix failures on systems with IE5.5 or...
2009-03-09  Paul Vriensshlwapi/tests: Don't crash on IE5.
2009-03-04  Paul Vriensshlwapi/tests: Fix some typos.
2009-03-03  Paul Vriensshlwapi/tests: Fix a typo.
2009-02-26  Paul Vriensshlwapi/tests: Fix remaining test failures on several...
2009-02-25  Paul Vriensshlwapi/tests: Fix a few test failures on Win95 and...
2009-02-25  Francois Gougetshlwapi/tests: Use win_skip() to skip over unimplemente...
2009-02-19  Artem Reznikovshlwapi: Ukranian translation.
2009-01-22  Michael Stefaniucshlwapi: Remove superfluous pointer casts.
2009-01-21  Damjan Jovanovicshlwapi: Support the command file type association...
2009-01-20  Mario Kacmarshlwapi: Added Slovak translation.
2009-01-20  Damjan Jovanovicshlwapi: Support the friendly doc name and default...
2009-01-19  Damjan Jovanovicshlwapi: Support the content type query.
next