Beginnings of improved synchronous API support
[platform/upstream/libsoup.git] / libsoup / soup-uri.c
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