add missing slash in %configure
[platform/upstream/libsoup.git] / tests / uri-parsing.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-01-21 Dan WinshipRevert "SoupURI: replace NULL password with "" on http"
2013-01-12 Dan WinshipSoupURI: replace NULL password with "" on http
2012-12-10 Dan Winshipsoup-uri: don't decode %00 in URIs
2012-12-09 Dan Winshiptests/uri-parsing: check empty username/password
2012-07-17 Dan Winshipsoup_uri_normalize: more fixes
2012-07-13 Dan WinshipClean up includes
2012-02-25 Dan WinshipSoupURI: fix fallback handling of soup_uri_set_path...
2012-02-10 Dan Winshipsoup-uri: revert some of the previously-added return...
2012-02-03 Simon McVittieuri-parsing test: add a case that was exercised by...
2012-02-03 Simon McVittieuri-parsing test: verify that URIs are split correctly
2011-11-12 Dan Winshipsoup-uri: %-encode non-ASCII characters when parsing...
2010-09-03 Sergio Villar SeninDo not uppercase percent-encoded triplets when normaliz...
2010-02-15 Dan Winship[SoupURI] additional fixes to previous commit
2010-02-14 Dan Winship[SoupURI] tolerate bad %-encoding and other common...
2009-09-07 Dan WinshipSoupURI: an empty query is distinct from no query
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-10-28 Dan Winshipfree proxy-related stuff
2007-10-28 Dan WinshipMake these less verbose by default (to make it easier...
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2005-07-15 Dan WinshipAllow relative URIs, since some servers are lame. Based...
2004-07-07 Dan Winshipif the protocol is http or https, require a hostname...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...