Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-session.c
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-10-03 Dan WinshipMake this more complicated, with a SoupMessageQueueItem...
2008-10-01 Dan Winshipdoc fixups
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-09-24 Dan Winship2.24.0.1
2008-09-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
2008-04-08 Dan WinshipMake this a GObject and specifically a SoupSessionFeatu...
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-04-03 Dan Winship Be more aggressive about closing unused persistent...
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-03-16 Dan WinshipDefine two new signals, request_queued and request_unqu...
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-28 Dan Winship (redirect_handler): PROPFIND is defined to be "safe and
2008-02-28 Dan Winshipfree priv->user_agent. #518798, Wouter Cloetens.
2008-02-11 Dan WinshipMisc gtk-doc fix-ups
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-03 Dan WinshipMisc fixes: don't redirect on "300 Multiple Choices...
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2007-10-28 Dan Winshipfree proxy-related stuff
2007-09-25 Dan Winshipadd "realm" field to the struct. (SoupAuthClass) remove...
2007-04-16 Dan WinshipMake a real SoupSSLCredentials type rather than just...
2007-03-30 Dan WinshipImplement this by sending the message (synchronously...
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2006-12-05 Dan WinshipFree ssl_creds. Pointed out by Chris Austin.
2006-06-09 Dan WinshipAdd tests for apache, output tests/httpd.conf
2006-05-22 Dan WinshipDon't free the hosts while holding host_lock; that...
2006-02-24 Veerapuram Varadhanadd a "timeout" property, which gets passed from server...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-07-15 Dan WinshipAllow relative URIs, since some servers are lame. Based...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-06-07 Dan Winshiplock host_lock around this, since it can be called...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
2004-02-06 Dan WinshipRef the filter when adding it. (soup_session_remove_fil...
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2004-01-09 Joe ShawInclude the libgnutls.m4 file.
2003-12-20 Joe ShawIf const_path is NULL un the non-proxy case, then use...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-12-16 Joe ShawOnly set up a tunnel if the destination protocol is...
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan Winship (soup_session_abort): New, to cancel all pending requests.
2003-09-17 Dan WinshipFix two bugs (one that pruned too little, one that...
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...