Uwe Bonnes
|
3655187fd0
|
Test cases for URL_UNESCAPE and small fix.
|
2005-05-23 16:23:02 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
Jakob Eriksson
|
461c830745
|
Eliminate HeapAlloc casts.
|
2005-03-22 18:26:06 +00:00 |
Troy Rollo
|
085f95ec3a
|
Corrections to UrlIsW and UrlIsA.
URL_IS_OPAQUE results depend only on the scheme, not on the URL.
URL_IS_FILEURL also only depends on the scheme ("file:").
|
2005-03-21 10:54:35 +00:00 |
Jon Griffiths
|
db66ec0e55
|
Tests and small fix for PathMakePretty().
Fix a crash and test failure with early native dlls.
|
2005-03-14 10:09:53 +00:00 |
Paul Vriens
|
0543774845
|
Use aliases for calls to ordinals.
|
2005-02-10 17:10:43 +00:00 |
Hans Leidekker
|
80829db067
|
Implement and test PathIsValidChar{A,W}.
|
2005-02-03 13:34:05 +00:00 |
Hans Leidekker
|
8310bd5328
|
Implement and test URLIS_URL flag in UrlIs().
|
2005-01-03 17:08:40 +00:00 |
Huw Davies
|
f3a56591ec
|
Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
UrlUnescape.
|
2004-10-05 18:31:58 +00:00 |
Huw Davies
|
7458de56ce
|
UrlEscape has different rules depending on the protocol.
Added a load of tests.
|
2004-10-04 19:08:50 +00:00 |
Huw Davies
|
91704df4f3
|
Implement PathSearchAndQualify.
|
2004-09-25 00:29:47 +00:00 |
Hans Leidekker
|
dbb3e14748
|
Fix signed/unsigned comparison warnings.
|
2004-08-09 18:52:18 +00:00 |
Kevin Koltzau
|
759aff6a23
|
Allow UrlCombine to calculate size of required buffer.
|
2004-04-27 23:29:01 +00:00 |
Uwe Bonnes
|
69cf835ce0
|
UrlCanonicalizeW: Remove \r and \n at the end of lpszUrlCpy, with test
cases.
|
2004-03-16 01:07:28 +00:00 |
Kevin Koltzau
|
8ac9773e3b
|
Fix UrlCanonicalize and add regression test.
|
2004-03-03 20:11:46 +00:00 |
Francois Gouget
|
ce7c3b50ac
|
Add trailing '\n's to ok() calls.
|
2004-01-27 20:13:03 +00:00 |
Daniel Marmier
|
7e0ddbc60f
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 22:54:17 +00:00 |
Jon Griffiths
|
90535ce905
|
Various test fixes for XP/msvc.
|
2003-09-25 20:29:40 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Francois Gouget
|
2ec955c93f
|
Change the #include order so the test compiles with the MSVC headers.
Fix a few signed/unsigned warnings.
|
2003-05-13 00:29:34 +00:00 |
Matthew Mastracci
|
4caf4bf877
|
Add implementation for PathCreateFromUrlW and add the start for some
URL unit tests.
|
2003-01-09 00:50:17 +00:00 |