soup-request-file: plug leak
[platform/upstream/libsoup.git] / libsoup / soup-session-async.c
2011-01-18 Sergio Villar Seninsoup-session-async:fixed a connection starvation issue
2011-01-10 Dan Winshipsoup_session_cancel_message: fix up, especially in...
2010-11-13 Dan WinshipReturn SOUP_STATUS_CAN_RESOLVE_PROXY as appropriate
2010-07-30 Dan WinshipPut the hostname into the reason_phrase with network...
2010-07-30 Dan WinshipSoupSessionAsync: don't stall on proxy resolution error
2010-07-28 Dan WinshipSoupSessionAsync: make soup_session_cancel_message...
2010-06-09 Dan WinshipFix connection states so in-use connections don't get...
2010-06-09 Dan WinshipSoupSession: tweak cancellation again
2010-06-09 Dan WinshipSoupSession: continue reorg, remove remaining signal...
2010-06-09 Dan WinshipSoupSession: bind connections to messages sooner, impro...
2010-06-09 Dan WinshipAdd SoupMessageQueueItemState, remove SoupMessageIOStatus
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2010-06-09 Dan WinshipMake SoupConnection warn if disposed "incorrectly"
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-04-10 Dan WinshipFix for proxies that close the connection when 407...
2009-11-22 Dan WinshipDon't leak session if message is cancelled during socke...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
2009-08-21 Dan WinshipRemove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING...
2009-08-18 Dan WinshipNotice closed connections sooner
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-09 Dan WinshipAdd soup_session_get_feature_for_message, remove _get_p...
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-03-06 Dan WinshipProcess messages in the CONNECTING iostate before messa...
2008-10-31 Dan Winship Add libsoup-gnome, for new features that depend on...
2008-10-31 Dan Winshipnew abstract base class for a SoupSessionFeature that...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-10-03 Dan WinshipMake this more complicated, with a SoupMessageQueueItem...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-04-03 Dan Winship Be more aggressive about closing unused persistent...
2008-01-27 Dan WinshipDon't run the queue again if the callback destroyed...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-19 Dan WinshipFix the guards around the got_chunk emission so that...
2007-10-28 Dan Winshipfree proxy-related stuff
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2006-05-26 Dan Winshiptests if IO is currently in progress on a message.
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan Winshipremove some dead code to make this compile
2003-12-17 Dan WinshipAdd gthread to glib check