[SoupURI] tolerate bad %-encoding and other common sorts of URI lossage
[platform/upstream/libsoup.git] / libsoup / soup-uri.c
2010-02-14 Dan Winship[SoupURI] tolerate bad %-encoding and other common...
2009-12-29 Gustavo Noronha... Unnecessary initialization
2009-12-18 Dan Winship[SoupURI] add a bit of ftp URI support
2009-11-21 Dan WinshipSOUP_URI_VALID_FOR_HTTP: update to check uri->path too
2009-09-07 Dan WinshipSoupURI: an empty query is distinct from no query
2009-07-31 Dan WinshipRe-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict...
2009-07-28 Dan WinshipDon't crash when a request is redirected to an invalid...
2009-07-03 Dan WinshipFix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines...
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2008-12-09 Dan WinshipExplicitly document the fact that you have to call...
2008-10-20 Cosimo CecchiBuild with G_DISABLE_DEPRECATED and G_DISABLE_SINGLE_IN...
2008-10-10 Andrew W. NosenkoVerify whether uri is non-NULL and avoid crash on NULL...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-02-02 Dan WinshipFix these so that direct comparisons against them actua...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-02-01 Dan Winshipnew
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2006-11-03 Dan WinshipFix an off by one pointed out by Andrew W. Nosenko.
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-08-09 Dan WinshipAdd flag "broken_encoding" to SoupUri.
2004-07-07 Dan Winshipif the protocol is http or https, require a hostname...
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
2003-08-14 Dan WinshipFix a spelling mistake.
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-10-26 Alex GraveleyUse soup_uri_set_auth().
2001-10-16 Alex GraveleyFix nasty chunked encoding bug when the message is...
2001-10-03 Dan WinshipThe @ in foo/bar@baz is part of the path, not the usern...
2001-07-10 Alex GraveleyReplace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS...
2001-07-10 Alex GraveleyUse g_strncasecmp.
2001-05-17 Dick PorterFixed all gtk-doc moans in soup-core documentation
2001-05-11 alex/tmp/cvsmFCOKf
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-03-07 Alex Graveleycreated. moved cgi-related request processing here...
2001-03-03 Alex GraveleyRemove WSDL_CFLAGS.
2001-02-15 Alex Graveleyupdate to return void from the callback. (main): do...
2001-01-12 alexsimple config file loading. Passing NULL as the config...
2001-01-11 alexappend a '?' between path and query string in request...
2000-12-26 alexMade SoupConnection wrap Gnet's TcpSocket. This means...
2000-12-20 alexHeader parsing works according to spec, including multi...
2000-12-13 alexForgot to set the path for cases where we don't have...
2000-12-13 alexBeginnings of test-suite added.
2000-12-06 alexInitial version