Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-uri.c
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