| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Makefile.glib | Dan Winship | 2012-02-08 | 1 | -12/+12 |
* | SoupMessage: add network-event signal | Dan Winship | 2011-12-22 | 1 | -0/+43 |
* | Force some SoupMessages to use a fresh SoupConnection | Dan Winship | 2011-12-22 | 1 | -0/+4 |
* | SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flag | Dan Winship | 2011-11-30 | 1 | -2/+3 |
* | SoupSession: add some API for handling redirections | Dan Winship | 2011-11-05 | 1 | -0/+35 |
* | oops, I apparently didn't run "make check" after the tls changes... | Dan Winship | 2011-10-20 | 1 | -7/+2 |
* | Fix SoupMessage https status information to be set more reliably | Dan Winship | 2011-10-20 | 1 | -0/+29 |
* | Lots of gtk-doc fixes (no code changes) | Dan Winship | 2011-09-22 | 1 | -42/+49 |
* | Fix documentation to use the appropriate term for flags | Gustavo Noronha Silva | 2011-09-13 | 1 | -1/+1 |
* | Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodies | Dan Winship | 2011-08-16 | 1 | -8/+16 |
* | Add/update some "Since" flags | Dan Winship | 2011-07-31 | 1 | -1/+29 |
* | Fix memory leaks, update libsoup.supp | Dan Winship | 2011-04-07 | 1 | -0/+3 |
* | Add SoupMessage:tls-certificate and SoupMessage:tls-errors | Dan Winship | 2010-12-07 | 1 | -0/+88 |
* | Fixes and additions for new introspection scanner | Dan Winship | 2010-09-13 | 1 | -3/+3 |
* | Add SoupMessageQueueItemState, remove SoupMessageIOStatus | Dan Winship | 2010-06-09 | 1 | -43/+6 |
* | Fix (transfer) annotations on some non-transfer-full getters | Dan Winship | 2010-06-09 | 1 | -3/+3 |
* | Annotate all hash table parameters and return values for introspection | Gustavo Noronha Silva | 2010-05-24 | 1 | -1/+1 |
* | Add properties for request/response body/headers | Dan Winship | 2010-04-27 | 1 | -1/+68 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -2/+3 |
* | New SoupMessageFlag to report whether it has dealt with a trusted certificate | Gustavo Noronha Silva | 2010-02-21 | 1 | -0/+4 |
* | belatedly document the SOUP_MESSAGE_CONTENT_DECODED flag | Dan Winship | 2010-02-21 | 1 | -0/+4 |
* | Implement acceptance policies in SoupCookieJar | Xan Lopez | 2010-02-03 | 1 | -0/+76 |
* | Remove unnecessary priv variable | Gustavo Noronha Silva | 2009-12-28 | 1 | -3/+0 |
* | Revert "Warn if the user tries to load a URI containing a fragment." | Dan Winship | 2009-12-18 | 1 | -18/+1 |
* | Warn if the user tries to load a URI containing a fragment. | Dan Winship | 2009-12-17 | 1 | -1/+18 |
* | Content-Encoding support | Dan Winship | 2009-12-16 | 1 | -0/+12 |
* | Fix the definition of soup_message_is_keepalive() for HTTP/1.0 | Dan Winship | 2009-08-20 | 1 | -6/+5 |
* | Add soup_message_disable_feature() | Dan Winship | 2009-08-09 | 1 | -0/+52 |
* | Implement content sniffing | Gustavo Noronha Silva | 2009-07-02 | 1 | -0/+57 |
* | SoupConnection/SoupSession reorg and cleanup | Dan Winship | 2009-06-06 | 1 | -1/+4 |
* | Bug 576760 – soup_message_headers_get_content_type returns bad headers | Dan Winship | 2009-04-03 | 1 | -3/+5 |
* | add more detail to the doc comment | Dan Winship | 2009-03-11 | 1 | -0/+11 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+46 |
* | Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF | Dan Winship | 2009-02-19 | 1 | -8/+16 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -0/+32 |
* | 2.24.0.1 | Dan Winship | 2008-09-24 | 1 | -15/+10 |
* | new macro to check if a URI is a valid http or https URI. | Dan Winship | 2008-08-25 | 1 | -10/+15 |
* | New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the | Dan Winship | 2008-04-05 | 1 | -37/+55 |
* | add a new signal "wrote-body-data" to address the problem that | Dan Winship | 2008-04-04 | 1 | -1/+51 |
* | de-constify msg->reason_phrase; it's no more const than any other struct | Dan Winship | 2008-03-29 | 1 | -4/+4 |
* | add an orig_http_version field. | Dan Winship | 2008-03-14 | 1 | -2/+12 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions. | Xan Lopez | 2008-03-13 | 1 | -0/+2 |
* | Misc gtk-doc fix-ups | Dan Winship | 2008-02-10 | 1 | -0/+16 |
* | New method that lets the application set a callback function to use to | Dan Winship | 2008-02-07 | 1 | -0/+81 |
* | Use soup_message_headers_replace(), not soup_message_headers_append(), | Dan Winship | 2008-01-28 | 1 | -4/+4 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -502/+482 |
* | make this non-static. | Dan Winship | 2007-11-21 | 1 | -1/+1 |
* | remove a mysterious partial sentence in the ::wrote-chunk docstring. | Dan Winship | 2007-09-24 | 1 | -1/+0 |
* | Only remove the Authorization / Proxy-Authorization header from the | Dan Winship | 2007-09-24 | 1 | -5/+7 |
* | get/set auth/proxy_auth info for a message. | Dan Winship | 2007-03-17 | 1 | -0/+109 |