Fix for proxies that close the connection when 407'ing a CONNECT
[platform/upstream/libsoup.git] / libsoup / soup-session-sync.c
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