| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the hostname into the reason_phrase with network errors | Dan Winship | 2010-07-30 | 1 | -2/+2 |
* | SoupSessionAsync: don't stall on proxy resolution error | Dan Winship | 2010-07-30 | 1 | -0/+1 |
* | SoupSessionAsync: make soup_session_cancel_message behave stupidly again | Dan Winship | 2010-07-28 | 1 | -3/+32 |
* | Fix connection states so in-use connections don't get pruned | Dan Winship | 2010-06-09 | 1 | -0/+1 |
* | SoupSession: tweak cancellation again | Dan Winship | 2010-06-09 | 1 | -10/+0 |
* | SoupSession: continue reorg, remove remaining signal-based flow control | Dan Winship | 2010-06-09 | 1 | -105/+98 |
* | SoupSession: bind connections to messages sooner, improve conn failure case | Dan Winship | 2010-06-09 | 1 | -53/+74 |
* | Add SoupMessageQueueItemState, remove SoupMessageIOStatus | Dan Winship | 2010-06-09 | 1 | -26/+41 |
* | soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFn | Dan Winship | 2010-06-09 | 1 | -13/+30 |
* | Misc SoupConnection API improvements | Dan Winship | 2010-06-09 | 1 | -1/+2 |
* | Make SoupConnection warn if disposed "incorrectly" | Dan Winship | 2010-06-09 | 1 | -45/+23 |
* | Fix SoupSessionAsync to handle very early aborts better | Dan Winship | 2010-05-16 | 1 | -2/+16 |
* | Fix for proxies that close the connection when 407'ing a CONNECT | Dan Winship | 2010-04-10 | 1 | -8/+11 |
* | Don't leak session if message is cancelled during socket connection | Dan Winship | 2009-11-22 | 1 | -38/+40 |
* | Changes to SoupConnection and SoupSession for debugging | Dan Winship | 2009-11-22 | 1 | -0/+1 |
* | Remove SoupPasswordManager from the stable API | Dan Winship | 2009-09-07 | 1 | -0/+2 |
* | Remove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING, since it never gets set | Dan Winship | 2009-08-21 | 1 | -8/+1 |
* | Notice closed connections sooner | Dan Winship | 2009-08-17 | 1 | -1/+3 |
* | Add SoupPasswordManager and SoupPasswordManagerGNOME | Dan Winship | 2009-08-12 | 1 | -0/+38 |
* | Add soup_session_get_feature_for_message, remove _get_proxy_resolver | Dan Winship | 2009-08-09 | 1 | -6/+8 |
* | Add soup_message_disable_feature() | Dan Winship | 2009-08-09 | 1 | -1/+2 |
* | Implement SoupProxyURIResolver, to replace SoupProxyResolver | Dan Winship | 2009-06-06 | 1 | -17/+58 |
* | SoupConnection/SoupSession reorg and cleanup | Dan Winship | 2009-06-06 | 1 | -16/+69 |
* | Fix hostname resolution behavior | Dan Winship | 2009-06-06 | 1 | -50/+0 |
* | Fix a crash when cancelling a message from a "restarted" handler | Dan Winship | 2009-04-28 | 1 | -0/+1 |
* | Process messages in the CONNECTING iostate before messages in the QUEUED | Dan Winship | 2009-03-06 | 1 | -8/+10 |
* | Add libsoup-gnome, for new features that depend on GNOME | Dan Winship | 2008-10-31 | 1 | -1/+3 |
* | new abstract base class for a SoupSessionFeature that determines what | Dan Winship | 2008-10-31 | 1 | -0/+55 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -3/+58 |
* | Make this more complicated, with a SoupMessageQueueItem to keep track of | Dan Winship | 2008-10-03 | 1 | -44/+38 |
* | store the GSource in priv, don't ref the session. Otherwise the session | Dan Winship | 2008-09-30 | 1 | -48/+61 |
* | Add this to schedule a callback in a GMainContext "right away", as opposed | Dan Winship | 2008-07-26 | 1 | -2/+2 |
* | Be more aggressive about closing unused persistent connections | Dan Winship | 2008-04-03 | 1 | -22/+25 |
* | Don't run the queue again if the callback destroyed the session. #511868, | Dan Winship | 2008-01-27 | 1 | -1/+7 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -13/+39 |
* | don't leak the async_context | Dan Winship | 2007-11-21 | 1 | -6/+5 |
* | Fix the guards around the got_chunk emission so that it doesn't get messed | Dan Winship | 2007-11-19 | 1 | -1/+7 |
* | free proxy-related stuff | Dan Winship | 2007-10-28 | 1 | -1/+3 |
* | get/set auth/proxy_auth info for a message. | Dan Winship | 2007-03-17 | 1 | -1/+15 |
* | tests if IO is currently in progress on a message. | Dan Winship | 2006-05-26 | 1 | -1/+2 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -0/+16 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -28/+5 |
* | If the connection attempt succeeded, reserve the connection before | Dan Winship | 2004-07-14 | 1 | -7/+24 |
* | New. An interface for objects that want to act on every message passing | Dan Winship | 2003-12-19 | 1 | -1/+1 |
* | remove some dead code to make this compile | Dan Winship | 2003-12-17 | 1 | -3/+0 |
* | Add gthread to glib check | Dan Winship | 2003-12-17 | 1 | -0/+213 |