| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement SoupProxyURIResolver, to replace SoupProxyResolver | Dan Winship | 2009-06-06 | 1 | -1/+2 |
* | SoupConnection/SoupSession reorg and cleanup | Dan Winship | 2009-06-06 | 1 | -12/+16 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -2/+2 |
* | Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout after | Dan Winship | 2008-03-18 | 1 | -1/+2 |
* | Replaces SoupConnectionNTLM; now works as a SoupSession::request_started | Dan Winship | 2008-01-15 | 1 | -9/+0 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -30/+13 |
* | add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup | Jonathon Jongsma | 2007-06-01 | 1 | -0/+3 |
* | add a "timeout" property, which gets passed from server to socket, and | Veerapuram Varadhan | 2006-02-24 | 1 | -0/+1 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -0/+1 |
* | use G_GNUC_NULL_TERMINATED. | Dan Winship | 2005-08-15 | 1 | -1/+1 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -4/+13 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -3/+0 |
* | add/fix lots of gtk-doc comments | Dan Winship | 2004-08-26 | 1 | -1/+1 |
* | If the connection attempt succeeded, reserve the connection before | Dan Winship | 2004-07-14 | 1 | -0/+2 |
* | New. An interface for objects that want to act on every message passing | Dan Winship | 2003-12-19 | 1 | -0/+1 |
* | Add gthread to glib check | Dan Winship | 2003-12-17 | 1 | -0/+1 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -1/+1 |
* | Remove refcounting, but note whether or not the CA file has been loaded. | Dan Winship | 2003-09-23 | 1 | -2/+3 |
* | Replaces the three previous soup_connection_new* functions and uses | Dan Winship | 2003-09-17 | 1 | -6/+32 |
* | Remove the "status" field from here, since it's mostly used by | Dan Winship | 2003-09-10 | 1 | -2/+0 |
* | Beginnings of improved synchronous API support | Dan Winship | 2003-09-09 | 1 | -23/+18 |
* | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 2003-09-03 | 1 | -11/+11 |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -4/+10 |
* | New header with typedefs, to avoid #include loops among other headers. | Dan Winship | 2003-08-27 | 1 | -5/+3 |
* | Higher-than-soup-message-io-level functions to do client-side IO. (Code | Dan Winship | 2003-08-26 | 1 | -3/+14 |
* | Make this a GObject. (Note that since SoupMessage was not refcounted | Dan Winship | 2003-08-20 | 1 | -1/+0 |
* | New API for doing socket IO. Works both synchronously and asynchronously, | Dan Winship | 2003-08-19 | 1 | -1/+1 |
* | New, split out from soup-context and made into a GObject. | Dan Winship | 2003-08-14 | 1 | -0/+54 |