wined3d: Locking partial blocks is not allowed in DEFAULT pool resources.
[wine] / dlls / shlwapi / tests / url.c
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...
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-10-08  Andrew Eikumshlwapi/tests: Don't run tests on old shlwapi versions.
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: Added more UrlCanonicalizeA tests.
2010-04-12  Andrew Eikumshlwapi: Check for NULL string in UrlIs.
2010-03-19  Andrew Eikumshlwapi: Only skip 'localhost' in file URLs in UrlCanon...
2010-03-19  Alexandre Julliardshlwapi/tests: Avoid size_t in a trace.
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-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: HashData is not present on Win95B (winet...
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...
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-09  Alexandre Julliardshlwapi/tests: Avoid size_t in traces.
2009-10-19  Jacek Cabanshlwapi: Added ParseURL[AW] tests.
2009-10-19  Jacek Cabanshlwapi: Make more strict restriction for URL scheme...
2009-06-03  Aric Stewartshlwapi: Simplify UrlCombine case 2 with tests.
2008-12-05  Paul Vriensshlwapi/tests: Use a codepage that is supported on...
2008-09-08  Reece Dunnshlwapi: Fixed the url tests on Vista.
2008-09-05  Alexandre Julliardshlwapi/tests: Avoid sizeof in traces.
2008-08-28  Louis Lendersshlwapi: Fix UrlUnEscape to expand URLs in-place even...
2008-08-28  Louis Lendersshlwapi: Add test showing UrlUnEscape should convert...
2008-08-27  Detlef Riekenbergshlwapi/tests: Add tests for UrlApplyScheme.
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  Hans Leidekkershlwapi: Add a couple of tests for UrlUnescape.
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-24  Reece Dunnshlwapi/tests: Add 'res:' protocol tests for UrlCanonic...
2008-04-23  Reece Dunnshlwapi/tests: Improve the way that the UrlCanonicalize...
2008-02-27  Maarten Lankhorstshlwapi: Don't add a trailing slash in the case that...
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.
2008-01-10  Lei Zhangshlwapi: Additional UrlEscapeA tests.
2007-10-29  Gerald Pfeifershlwapi/tests: Remove overly aggressive const declarati...
2007-10-16  Alexandre Julliardshlwapi/tests: Make local variables static and const.
2007-10-16  Detlef Riekenbergshlwapi/test: Test dwSize for UrlCanonicalizeA/W.
2007-10-16  Detlef Riekenbergshlwapi/tests: Move URL testing functions from path...