summaryrefslogtreecommitdiff
path: root/tests/uri-parsing.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-09tests/uri-parsing: check empty username/passwordDan Winship1-0/+5
2012-07-17soup_uri_normalize: more fixesDan Winship1-0/+48
2012-07-13Clean up includesDan Winship1-12/+4
2012-02-25SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship1-1/+51
2012-02-10soup-uri: revert some of the previously-added return-if-failsDan Winship1-0/+102
2012-02-03uri-parsing test: add a case that was exercised by a protocol fuzzerSimon McVittie1-0/+3
2012-02-03uri-parsing test: verify that URIs are split correctlySimon McVittie1-89/+243
2011-11-12soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship1-1/+4
2010-09-03Do not uppercase percent-encoded triplets when normalizing URIsSergio Villar Senin1-1/+1
2010-02-14[SoupURI] additional fixes to previous commitDan Winship1-0/+2
2010-02-14[SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship1-6/+15
2009-09-07SoupURI: an empty query is distinct from no queryDan Winship1-1/+5
2009-03-23 Bug 566530 - Handle (illegal) unencoded spaces in URIsDan Winship1-1/+5
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-8/+8
2008-01-27fix to not sometimes read beyond the end of the string.Dan Winship1-0/+2
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-69/+96
2007-10-28free proxy-related stuffDan Winship1-0/+1
2007-10-28Make these less verbose by default (to make it easier to see what failedDan Winship1-13/+45
2006-11-03fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship1-3/+3
2005-07-15Allow relative URIs, since some servers are lame. Based on a patch fromDan Winship1-1/+10
2004-07-07if the protocol is http or https, require a hostname. For #61049Dan Winship1-5/+24
2003-08-27New header with typedefs, to avoid #include loops among other headers.Dan Winship1-1/+1
2003-08-12 Pull over some new test programs from the soup-refactoring branch,Dan Winship1-0/+147