summaryrefslogtreecommitdiff
path: root/tests/uri-parsing.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add data: URI tests to uri-parsingDan Winship2014-07-211-0/+67
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-69/+79
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-251/+114
* More IPv6 scope ID fixesDan Winship2013-08-191-0/+8
* soup-uri: fix URI scheme parsingDan Winship2013-07-131-0/+16
* Revert "SoupURI: replace NULL password with "" on http"Dan Winship2013-01-211-6/+6
* SoupURI: replace NULL password with "" on httpDan Winship2013-01-121-6/+6
* soup-uri: don't decode %00 in URIsDan Winship2012-12-101-0/+3
* tests/uri-parsing: check empty username/passwordDan Winship2012-12-091-0/+5
* soup_uri_normalize: more fixesDan Winship2012-07-171-0/+48
* Clean up includesDan Winship2012-07-131-12/+4
* SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship2012-02-251-1/+51
* soup-uri: revert some of the previously-added return-if-failsDan Winship2012-02-101-0/+102
* uri-parsing test: add a case that was exercised by a protocol fuzzerSimon McVittie2012-02-031-0/+3
* uri-parsing test: verify that URIs are split correctlySimon McVittie2012-02-031-89/+243
* soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship2011-11-121-1/+4
* Do not uppercase percent-encoded triplets when normalizing URIsSergio Villar Senin2010-09-031-1/+1
* [SoupURI] additional fixes to previous commitDan Winship2010-02-141-0/+2
* [SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship2010-02-141-6/+15
* SoupURI: an empty query is distinct from no queryDan Winship2009-09-071-1/+5
* Bug 566530 - Handle (illegal) unencoded spaces in URIsDan Winship2009-03-231-1/+5
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-8/+8
* fix to not sometimes read beyond the end of the string.Dan Winship2008-01-271-0/+2
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-69/+96
* free proxy-related stuffDan Winship2007-10-281-0/+1
* Make these less verbose by default (to make it easier to see what failedDan Winship2007-10-281-13/+45
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-3/+3
* Allow relative URIs, since some servers are lame. Based on a patch fromDan Winship2005-07-151-1/+10
* if the protocol is http or https, require a hostname. For #61049Dan Winship2004-07-071-5/+24
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-1/+1
* Pull over some new test programs from the soup-refactoring branch,Dan Winship2003-08-121-0/+147