summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-sync.c
Commit message (Expand)AuthorAgeFilesLines
* SoupSession: update docs (and some semantics) for plain SoupSessionDan Winship2012-12-281-32/+14
* SoupPasswordManager: killDan Winship2012-12-111-21/+0
* SoupSession: allow creating a "plain" SoupSession for use with new APIsDan Winship2012-12-101-382/+6
* SoupConnection: disconnect on failed connections/tunnelsDan Winship2012-11-021-19/+15
* SoupSession: move some code from SoupMessageQueue hereDan Winship2012-11-021-3/+3
* SoupSession: merge AWAITING_CONNECTION state into STARTINGDan Winship2012-08-251-6/+2
* SoupSession: move all connection tracking into the base classDan Winship2012-08-251-3/+0
* SoupSession: make queue items hold a ref on the sessionDan Winship2012-08-131-5/+1
* soup_session_queue_message: simplify the msg refcounting internallyDan Winship2012-07-161-2/+0
* SoupSession: replace queue_message() base impl with a separate methodDan Winship2012-07-161-15/+4
* Fix the retry-on-broken-connection codepath for SoupRequestDan Winship2012-07-131-2/+9
* Clean up includesDan Winship2012-07-131-5/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-38/+28
* Correctly handle unsuccessful CONNECTs via request APIDan Winship2012-05-151-2/+3
* Fix warnings/failures with messages that are cancelled from got-headersDan Winship2012-05-021-4/+21
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-34/+2
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-171-1/+116
* SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa2012-01-181-1/+1
* SoupMessage: add network-event signalDan Winship2011-12-221-6/+3
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-23/+26
* oops, I apparently didn't run "make check" after the tls changes...Dan Winship2011-10-201-1/+3
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-201-0/+1
* SoupSession: set the connection to IDLE on unqueuing SoupMessagesSergio Villar Senin2011-09-291-1/+1
* SoupSession: make pause/unpause work in any stateDan Winship2011-09-291-0/+19
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-0/+6
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-3/+4
* Fix few memory leaksMilan Crha2011-06-031-0/+2
* soup_session_abort: fix a race condition in SoupSessionSyncDan Winship2011-04-251-0/+46
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-0/+2
* SoupSessionSync: fix messages getting stuck foreverDan Winship2010-11-231-0/+3
* 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-4/+4
* SoupSession: continue reorg, remove remaining signal-based flow controlDan Winship2010-06-091-101/+105
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-091-36/+39
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-15/+29
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-7/+24
* Misc SoupConnection API improvementsDan Winship2010-06-091-1/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-101-7/+11
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-221-0/+1
* Remove SoupPasswordManager from the stable APIDan Winship2009-09-071-0/+2
* Notice closed connections soonerDan Winship2009-08-171-2/+7
* Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship2009-08-121-1/+22
* Add soup_session_get_feature_for_message, remove _get_proxy_resolverDan Winship2009-08-091-3/+2
* Add soup_message_disable_feature()Dan Winship2009-08-091-1/+2
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-4/+21
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-29/+53
* Fix hostname resolution behaviorDan Winship2009-06-061-12/+0
* Bug 574957 - soup-session-sync doesn't unlock mutex on proxy errorMilan Crha2009-03-261-0/+1
* don't remove the item from the queue here; it should already have happenedDan Winship2008-11-031-2/+0
* don't leak the header stringDan Winship2008-11-031-4/+2