| Commit message (Expand) | Author | Age | Files | Lines |
* | SoupMessage: Add SOUP_MESSAGE_IDEMPOTENT flag | Milan Crha | 2012-08-19 | 1 | -1/+2 |
* | Force some SoupMessages to use a fresh SoupConnection | Dan Winship | 2011-12-22 | 1 | -1/+2 |
* | SoupSession: add some API for handling redirections | Dan Winship | 2011-11-05 | 1 | -0/+4 |
* | Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodies | Dan Winship | 2011-08-16 | 1 | -0/+1 |
* | [gi] annotate nicks for the elements of HTTPVersion enum | John (J5) Palmieri | 2010-12-13 | 1 | -2/+2 |
* | Add SoupMessage:tls-certificate and SoupMessage:tls-errors | Dan Winship | 2010-12-07 | 1 | -3/+11 |
* | Add properties for request/response body/headers | Dan Winship | 2010-04-27 | 1 | -8/+12 |
* | New SoupMessageFlag to report whether it has dealt with a trusted certificate | Gustavo Noronha Silva | 2010-02-21 | 1 | -3/+4 |
* | Implement acceptance policies in SoupCookieJar | Xan Lopez | 2010-02-03 | 1 | -0/+4 |
* | Content-Encoding support | Dan Winship | 2009-12-16 | 1 | -1/+2 |
* | Add soup_message_disable_feature() | Dan Winship | 2009-08-09 | 1 | -0/+3 |
* | Implement content sniffing | Gustavo Noronha Silva | 2009-07-02 | 1 | -0/+1 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -0/+1 |
* | libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.c | Dan Winship | 2008-09-26 | 1 | -1/+1 |
* | New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the | Dan Winship | 2008-04-05 | 1 | -0/+3 |
* | add a new signal "wrote-body-data" to address the problem that | Dan Winship | 2008-04-04 | 1 | -0/+1 |
* | de-constify msg->reason_phrase; it's no more const than any other struct | Dan Winship | 2008-03-29 | 1 | -1/+1 |
* | use an underscore for struct definitions. Fixes bug #518317. | Benjamin Otte | 2008-02-25 | 1 | -1/+1 |
* | New method that lets the application set a callback function to use to | Dan Winship | 2008-02-07 | 1 | -0/+9 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -249/+41 |
* | add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup | Jonathon Jongsma | 2007-06-01 | 1 | -0/+4 |
* | initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather than | Dan Winship | 2006-07-21 | 1 | -6/+18 |
* | tests if IO is currently in progress on a message. | Dan Winship | 2006-05-26 | 1 | -1/+1 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -33/+123 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -4/+0 |
* | add/fix lots of gtk-doc comments | Dan Winship | 2004-08-26 | 1 | -14/+0 |
* | Lots of thread-safety stuff, primarly so you can disconnect a socket from | Dan Winship | 2003-12-22 | 1 | -1/+1 |
* | Add gthread to glib check | Dan Winship | 2003-12-17 | 1 | -2/+0 |
* | Only set up a tunnel if the destination protocol is HTTPS. | Joe Shaw | 2003-12-16 | 1 | -1/+2 |
* | if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade the | Dan Winship | 2003-12-10 | 1 | -1/+3 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -7/+7 |
* | free the hostent. | Dan Winship | 2003-09-19 | 1 | -2/+0 |
* | Add wrote_informational and got_informational signals. | Dan Winship | 2003-09-18 | 1 | -19/+23 |
* | Replaces the three previous soup_connection_new* functions and uses | Dan Winship | 2003-09-17 | 1 | -0/+1 |
* | Remove the "status" field from here, since it's mostly used by | Dan Winship | 2003-09-10 | 1 | -7/+19 |
* | Move a bunch of logic here from soup-context. Now the session keeps track | Dan Winship | 2003-09-05 | 1 | -2/+0 |
* | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 2003-09-03 | 1 | -19/+12 |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -7/+1 |
* | Major rewrite. There is now only a single IO state object (instead of one | Dan Winship | 2003-08-29 | 1 | -7/+43 |
* | New header with typedefs, to avoid #include loops among other headers. | Dan Winship | 2003-08-27 | 1 | -5/+3 |
* | Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY, | Dan Winship | 2003-08-26 | 1 | -1/+13 |
* | Take a uri string instead of a context. Also, swap the args (so the method | Dan Winship | 2003-08-25 | 1 | -21/+16 |
* | New file containing SoupMessagePrivate and some other | Dan Winship | 2003-08-22 | 1 | -15/+10 |
* | Make this a GObject. (Note that since SoupMessage was not refcounted | Dan Winship | 2003-08-20 | 1 | -47/+52 |
* | New, split out from soup-context and made into a GObject. | Dan Winship | 2003-08-14 | 1 | -0/+2 |
* | Don't use s6_addr32 since it's apparently non-portable. Use s6_addr | Dan Winship | 2002-11-18 | 1 | -20/+0 |
* | Change old Helix Code refs to Ximian (and update copyright dates). | Dan Winship | 2002-11-15 | 1 | -1/+1 |
* | Split libsoup out of soup. ChangeLog.old contains the original soup | Dan Winship | 2002-11-05 | 1 | -89/+45 |
* | add 'typedef' | Jacob Berkman | 2002-05-31 | 1 | -1/+1 |
* | Bump development version to 0.7.99. | Alex Graveley | 2002-03-12 | 1 | -23/+5 |