Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-session-sync.c
2012-12-28 Dan WinshipSoupSession: update docs (and some semantics) for plain...
2012-12-11 Dan WinshipSoupPasswordManager: kill
2012-12-10 Dan WinshipSoupSession: allow creating a "plain" SoupSession for...
2012-11-02 Dan WinshipSoupConnection: disconnect on failed connections/tunnels
2012-11-02 Dan WinshipSoupSession: move some code from SoupMessageQueue here
2012-08-25 Dan WinshipSoupSession: merge AWAITING_CONNECTION state into STARTING
2012-08-25 Dan WinshipSoupSession: move all connection tracking into the...
2012-08-13 Dan WinshipSoupSession: make queue items hold a ref on the session
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-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-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-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
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 Sergio Villar SeninSoupSession: set the connection to IDLE on unqueuing...
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-06-03 Milan CrhaFix few memory leaks
2011-04-25 Dan Winshipsoup_session_abort: fix a race condition in SoupSessionSync
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2010-11-23 Dan WinshipSoupSessionSync: fix messages getting stuck forever
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-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-04-10 Dan WinshipFix for proxies that close the connection when 407...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
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-03-26 Milan CrhaBug 574957 - soup-session-sync doesn't unlock mutex...
2008-11-03 Dan Winshipdon't remove the item from the queue here; it should...
2008-11-03 Dan Winshipdon't leak the header string
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-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-03-30 Dan WinshipImplement this by sending the message (synchronously...
2007-03-13 Dan Winshipif soup_connection_connect_sync() returns SOUP_STATUS_T...
2006-11-20 Dan WinshipAdd some missing "static"s. Patch from Matthias Clasen...
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-19 Dan WinshipSimplify this. If the message comes back from soup_conn...
2004-07-12 Dan Winshipsignal the "connections available" condition after...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan WinshipAdd gthread to glib check