Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-session-async.c
2012-12-28 Dan WinshipSoupSession: update docs (and some semantics) for plain...
2012-12-17 Dan WinshipRename all remaining "SoupMessage *req"s to "msg"
2012-12-11 Dan WinshipSoupPasswordManager: kill
2012-12-10 Dan WinshipSoupSession: allow creating a "plain" SoupSession for...
2012-12-10 Dan WinshipSoupSessionAsync: don't allow restart-from-FINISHED...
2012-11-02 Dan WinshipSoupConnection: disconnect on failed connections/tunnels
2012-11-02 Dan WinshipSoupSession: move some code from SoupMessageQueue here
2012-10-22 Dan Winshipport to GTask
2012-09-17 Dan WinshipSoupSessionAsync: destroy the I/O GSource when returnin...
2012-08-25 Dan WinshipSoupSessionAsync: move more logic into process_queue_item()
2012-08-25 Dan WinshipSoupSession: merge AWAITING_CONNECTION state into STARTING
2012-08-25 Dan WinshipSoupSession: move all connection tracking into the...
2012-08-25 Dan WinshipSoupConnection: fix up states during connection
2012-08-25 Dan WinshipSoupSessionAsync: rename vars to make tunnel_msg vs...
2012-08-13 Dan WinshipSoupSession: make queue items hold a ref on the session
2012-08-13 Dan WinshipSoupSessionAsync: fix the idle_run_queue source handlin...
2012-08-12 Dan Winshipvalgrindage
2012-07-24 Dan WinshipSoupSessionAsync: fix handling of timed-out SoupRequests
2012-07-16 Dan Winshipsoup_session_queue_message: simplify the msg refcountin...
2012-07-16 Dan WinshipSoupSession: replace queue_message() base impl with...
2012-07-13 Dan WinshipFix the retry-on-broken-connection codepath for SoupRequest
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-05-16 Dan WinshipCorrectly handle unsuccessful CONNECTs via request API
2012-05-04 Dan WinshipFix a few recent request API bugs, add some more tests
2012-05-02 Dan WinshipFix warnings/failures with messages that are cancelled...
2012-04-28 Dan WinshipReorganize proxy resolution, and support SOCKS and...
2012-04-18 Dan WinshipSoupHTTPRequest: O brave new world!
2012-04-17 Dan WinshipSoupSessionAsync: fix the GMainContext tracking
2012-02-14 Dan WinshipSoupSessionAsync: don't queue idles from dispose()
2012-01-18 Raphael Kubo da... SoupSession: Do not actually send a request if it was...
2011-12-22 Dan WinshipSoupMessage: add network-event signal
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-10-20 Dan Winshipoops, I apparently didn't run "make check" after the...
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-09-29 Dan WinshipSoupSession: make pause/unpause work in any state
2011-08-07 Dan WinshipDefault to TLS for https connections, and fall back...
2011-08-07 Dan WinshipSoupConnection: do TLS handshake at connection time
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