summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-async.c
Commit message (Expand)AuthorAgeFilesLines
* Put the hostname into the reason_phrase with network errorsDan Winship2010-07-301-2/+2
* SoupSessionAsync: don't stall on proxy resolution errorDan Winship2010-07-301-0/+1
* SoupSessionAsync: make soup_session_cancel_message behave stupidly againDan Winship2010-07-281-3/+32
* Fix connection states so in-use connections don't get prunedDan Winship2010-06-091-0/+1
* SoupSession: tweak cancellation againDan Winship2010-06-091-10/+0
* SoupSession: continue reorg, remove remaining signal-based flow controlDan Winship2010-06-091-105/+98
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-091-53/+74
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-26/+41
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-13/+30
* Misc SoupConnection API improvementsDan Winship2010-06-091-1/+2
* Make SoupConnection warn if disposed "incorrectly"Dan Winship2010-06-091-45/+23
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-161-2/+16
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-101-8/+11
* Don't leak session if message is cancelled during socket connectionDan Winship2009-11-221-38/+40
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-221-0/+1
* Remove SoupPasswordManager from the stable APIDan Winship2009-09-071-0/+2
* Remove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING, since it never gets setDan Winship2009-08-211-8/+1
* Notice closed connections soonerDan Winship2009-08-171-1/+3
* Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship2009-08-121-0/+38
* Add soup_session_get_feature_for_message, remove _get_proxy_resolverDan Winship2009-08-091-6/+8
* Add soup_message_disable_feature()Dan Winship2009-08-091-1/+2
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-17/+58
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-16/+69
* Fix hostname resolution behaviorDan Winship2009-06-061-50/+0
* Fix a crash when cancelling a message from a "restarted" handlerDan Winship2009-04-281-0/+1
* Process messages in the CONNECTING iostate before messages in the QUEUEDDan Winship2009-03-061-8/+10
* Add libsoup-gnome, for new features that depend on GNOMEDan Winship2008-10-311-1/+3
* new abstract base class for a SoupSessionFeature that determines whatDan Winship2008-10-311-0/+55
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-3/+58
* Make this more complicated, with a SoupMessageQueueItem to keep track ofDan Winship2008-10-031-44/+38
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-48/+61
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-2/+2
* Be more aggressive about closing unused persistent connectionsDan Winship2008-04-031-22/+25
* Don't run the queue again if the callback destroyed the session. #511868,Dan Winship2008-01-271-1/+7
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-13/+39
* don't leak the async_contextDan Winship2007-11-211-6/+5
* Fix the guards around the got_chunk emission so that it doesn't get messedDan Winship2007-11-191-1/+7
* free proxy-related stuffDan Winship2007-10-281-1/+3
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-171-1/+15
* tests if IO is currently in progress on a message.Dan Winship2006-05-261-1/+2
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-0/+16
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-28/+5
* If the connection attempt succeeded, reserve the connection beforeDan Winship2004-07-141-7/+24
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-1/+1
* remove some dead code to make this compileDan Winship2003-12-171-3/+0
* Add gthread to glib checkDan Winship2003-12-171-0/+213