| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | WebSockets: add support for permessage-deflate extension | Carlos Garcia Campos | 2019-07-31 | 1 | -0/+2 |
* | SoupMessage: seal access to private members | Claudio Saavedra | 2019-07-10 | 1 | -1/+16 |
* | Do not include the header exclusion guards in the introspection | Corentin Noël | 2018-06-13 | 1 | -3/+3 |
* | Mark soup_message_io_cleanup as available | Ignacio Casal Quinteiro | 2015-11-09 | 1 | -0/+4 |
* | soup-message-io: add soup_message_io_steal() | Dan Winship | 2015-03-01 | 1 | -7/+14 |
* | soup-server: add new-and-improved APIs | Dan Winship | 2014-05-02 | 1 | -0/+1 |
* | soup-message-io: slight tweak to callback/error handling | Dan Winship | 2014-05-02 | 1 | -0/+1 |
* | Fix asynchronicity of soup_session_queue_message() on plain SoupSession | Dan Winship | 2013-09-28 | 1 | -0/+3 |
* | soup-message-queue: add a priority system to the message queue | Sergio Villar Senin | 2013-04-17 | 1 | -0/+2 |
* | soup-auth-manager: split out connection handling | Dan Winship | 2013-01-02 | 1 | -0/+5 |
* | Rename all remaining "SoupMessage *req"s to "msg" | Dan Winship | 2012-12-17 | 1 | -2/+2 |
* | SoupMessage: add soup_message_get_soup_request() | Dan Winship | 2012-12-10 | 1 | -0/+5 |
* | SoupRequest: Return better GErrors on parsing failures | Dan Winship | 2012-12-10 | 1 | -1/+2 |
* | Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC... | Sergio Villar Senin | 2012-11-02 | 1 | -1/+7 |
* | Move SoupSocket stuff out of soup-message-io.c | Dan Winship | 2012-04-28 | 1 | -1/+4 |
* | SoupHTTPRequest: O brave new world! | Dan Winship | 2012-04-17 | 1 | -0/+19 |
* | SoupMessage: add network-event signal | Dan Winship | 2011-12-22 | 1 | -0/+4 |
* | Fix SoupMessage https status information to be set more reliably | Dan Winship | 2011-10-20 | 1 | -0/+4 |
* | Add SoupMessage:tls-certificate and SoupMessage:tls-errors | Dan Winship | 2010-12-07 | 1 | -0/+3 |
* | SoupSession: tweak cancellation again | Dan Winship | 2010-06-09 | 1 | -0/+1 |
* | Add SoupMessageQueueItemState, remove SoupMessageIOStatus | Dan Winship | 2010-06-09 | 1 | -13/+0 |
* | soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFn | Dan Winship | 2010-06-09 | 1 | -18/+26 |
* | Misc SoupConnection API improvements | Dan Winship | 2010-06-09 | 1 | -4/+1 |
* | Implement acceptance policies in SoupCookieJar | Xan Lopez | 2010-02-03 | 1 | -0/+2 |
* | 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 |