summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-async.c
Commit message (Expand)AuthorAgeFilesLines
* SoupSession: update docs (and some semantics) for plain SoupSessionDan Winship2012-12-281-16/+16
* Rename all remaining "SoupMessage *req"s to "msg"Dan Winship2012-12-171-5/+5
* SoupPasswordManager: killDan Winship2012-12-111-36/+0
* SoupSession: allow creating a "plain" SoupSession for use with new APIsDan Winship2012-12-101-558/+7
* SoupSessionAsync: don't allow restart-from-FINISHED in new_apiDan Winship2012-12-101-1/+3
* SoupConnection: disconnect on failed connections/tunnelsDan Winship2012-11-021-8/+6
* SoupSession: move some code from SoupMessageQueue hereDan Winship2012-11-021-2/+2
* port to GTaskDan Winship2012-10-221-28/+18
* SoupSessionAsync: destroy the I/O GSource when returning a resultDan Winship2012-09-171-5/+9
* SoupSessionAsync: move more logic into process_queue_item()Dan Winship2012-08-251-71/+50
* SoupSession: merge AWAITING_CONNECTION state into STARTINGDan Winship2012-08-251-6/+2
* SoupSession: move all connection tracking into the base classDan Winship2012-08-251-16/+3
* SoupConnection: fix up states during connectionDan Winship2012-08-251-4/+1
* SoupSessionAsync: rename vars to make tunnel_msg vs real msg clearerDan Winship2012-08-251-30/+34
* SoupSession: make queue items hold a ref on the sessionDan Winship2012-08-131-7/+2
* SoupSessionAsync: fix the idle_run_queue source handling (again)Dan Winship2012-08-131-2/+16
* valgrindageDan Winship2012-08-111-10/+11
* SoupSessionAsync: fix handling of timed-out SoupRequestsDan Winship2012-07-241-0/+8
* soup_session_queue_message: simplify the msg refcounting internallyDan Winship2012-07-161-7/+0
* SoupSession: replace queue_message() base impl with a separate methodDan Winship2012-07-161-1/+4
* Fix the retry-on-broken-connection codepath for SoupRequestDan Winship2012-07-131-0/+7
* Clean up includesDan Winship2012-07-131-5/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-40/+30
* Correctly handle unsuccessful CONNECTs via request APIDan Winship2012-05-151-0/+5
* Fix a few recent request API bugs, add some more testsDan Winship2012-05-031-1/+3
* Fix warnings/failures with messages that are cancelled from got-headersDan Winship2012-05-021-8/+10
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-96/+3
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-171-1/+238
* SoupSessionAsync: fix the GMainContext trackingDan Winship2012-04-171-28/+23
* SoupSessionAsync: don't queue idles from dispose()Dan Winship2012-02-131-4/+13
* SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa2012-01-181-0/+1
* SoupMessage: add network-event signalDan Winship2011-12-221-4/+2
* Add SoupSession:use-thread-contextDan Winship2011-11-081-8/+26
* oops, I apparently didn't run "make check" after the tls changes...Dan Winship2011-10-201-0/+2
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-201-0/+2
* SoupSession: make pause/unpause work in any stateDan Winship2011-09-291-0/+11
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-3/+10
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-24/+41
* soup-session-async:fixed a connection starvation issueSergio Villar Senin2011-01-181-3/+1
* soup_session_cancel_message: fix up, especially in sync sessionsDan Winship2011-01-101-3/+11
* Return SOUP_STATUS_CAN_RESOLVE_PROXY as appropriateDan Winship2010-11-131-1/+1
* 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