| Commit message (Expand) | Author | Age | Files | Lines |
* | Content-Encoding support | Dan Winship | 2009-12-16 | 1 | -0/+1 |
* | Remove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING, since it never gets set | Dan Winship | 2009-08-21 | 1 | -2/+1 |
* | Add soup_message_disable_feature() | Dan Winship | 2009-08-09 | 1 | -0/+4 |
* | Miscellaneous content-sniffing fixes | Dan Winship | 2009-07-10 | 1 | -1/+0 |
* | Implement content sniffing | Gustavo Noronha Silva | 2009-07-02 | 1 | -0/+5 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -0/+1 |
* | New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the | Dan Winship | 2008-04-05 | 1 | -0/+1 |
* | add an orig_http_version field. | Dan Winship | 2008-03-14 | 1 | -1/+1 |
* | New method that lets the application set a callback function to use to | Dan Winship | 2008-02-07 | 1 | -0/+4 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -15/+30 |
* | make this non-static. | Dan Winship | 2007-11-21 | 1 | -0/+1 |
* | get/set auth/proxy_auth info for a message. | Dan Winship | 2007-03-17 | 1 | -1/+12 |
* | Fix a connection leak reported by Tambet. | Dan Winship | 2005-08-16 | 1 | -0/+6 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -2/+3 |
* | add/fix lots of gtk-doc comments | Dan Winship | 2004-08-26 | 1 | -1/+0 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -2/+0 |
* | free the hostent. | Dan Winship | 2003-09-19 | 1 | -4/+5 |
* | Replaces the three previous soup_connection_new* functions and uses | Dan Winship | 2003-09-17 | 1 | -2/+0 |
* | Remove the "status" field from here, since it's mostly used by | Dan Winship | 2003-09-10 | 1 | -15/+0 |
* | Move a bunch of logic here from soup-context. Now the session keeps track | Dan Winship | 2003-09-05 | 1 | -9/+3 |
* | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 2003-09-03 | 1 | -7/+1 |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -2/+0 |
* | Major rewrite. There is now only a single IO state object (instead of one | Dan Winship | 2003-08-29 | 1 | -108/+27 |
* | Higher-than-soup-message-io-level functions to do client-side IO. (Code | Dan Winship | 2003-08-26 | 1 | -0/+17 |
* | Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY, | Dan Winship | 2003-08-26 | 1 | -53/+54 |
* | Add a "user_data" arg, pass it to the callbacks. | Dan Winship | 2003-08-25 | 1 | -12/+24 |
* | Take a uri string instead of a context. Also, swap the args (so the method | Dan Winship | 2003-08-25 | 1 | -4/+17 |
* | New file containing SoupMessagePrivate and some other | Dan Winship | 2003-08-22 | 1 | -0/+124 |