summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-queue.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-1/+1
* soup-message-queue: Hold mutex when ref'ingRoss Lagerwall2014-07-191-0/+2
* SoupSession: propagate GErrors to callersDan Winship2013-10-191-0/+1
* soup-message-queue: add a priority system to the message queueSergio Villar Senin2013-04-171-3/+22
* soup-message-queue: hold a reference to the async contextSergio Villar Senin2013-03-041-0/+3
* SoupSession: remove some dead code, fix proxy error messagesDan Winship2013-02-161-11/+0
* SoupSession: move some code from SoupMessageQueue hereDan Winship2012-11-021-48/+5
* port to GTaskDan Winship2012-10-221-2/+2
* SoupSessionAsync: destroy the I/O GSource when returning a resultDan Winship2012-09-171-0/+4
* SoupSession: make queue items hold a ref on the sessionDan Winship2012-08-131-1/+2
* Clean up includesDan Winship2012-07-131-1/+1
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-171-0/+2
* SoupMessage: add network-event signalDan Winship2011-12-221-4/+31
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-16/+16
* Add SoupSession:use-thread-contextDan Winship2011-11-081-0/+1
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-4/+1
* Call soup_message_clean_response() when restarting a messageDan Winship2011-08-081-0/+2
* soup_session_cancel_message: fix up, especially in sync sessionsDan Winship2011-01-101-0/+2
* Fix redirects-to-different-hosts to not reuse the same connectionDan Winship2010-06-111-1/+5
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-091-0/+6
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-1/+1
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-1/+1
* Fix leaks, including a large one in SoupContentSnifferDan Winship2009-09-111-0/+4
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-0/+3
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-0/+19
* Fix hostname resolution behaviorDan Winship2009-06-061-2/+0
* don't remove the item from the queue here; it should already have happenedDan Winship2008-11-031-0/+2
* new abstract base class for a SoupSessionFeature that determines whatDan Winship2008-10-311-0/+2
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+4
* Make this more complicated, with a SoupMessageQueueItem to keep track ofDan Winship2008-10-031-150/+164
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-2/+2
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-1/+12
* Add gthread to glib checkDan Winship2003-12-171-34/+69
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-0/+194