| Commit message (Expand) | Author | Age | Files | Lines |
* | message: add SoupMessage::accept-certificate signal | Carlos Garcia Campos | 2020-11-04 | 1 | -0/+2 |
* | connection: move client side impl from SoupSocket to SoupConnection | Carlos Garcia Campos | 2020-11-04 | 1 | -13/+19 |
* | Make SoupConnection a final type | Patrick Griffis | 2020-10-28 | 1 | -8/+1 |
* | Remove property aliases | Patrick Griffis | 2020-10-28 | 1 | -5/+0 |
* | Split SoupMessage into client and server partscarlosgc/split-io | Carlos Garcia Campos | 2020-10-19 | 1 | -4/+4 |
* | SoupConnection: Modernsize type delcaration | Patrick Griffis | 2020-09-19 | 1 | -16/+4 |
* | Make more APIs private | Patrick Griffis | 2020-09-19 | 1 | -0/+8 |
* | Do not include the header exclusion guards in the introspection | Corentin Noël | 2018-06-13 | 1 | -3/+3 |
* | Always use "wss" as an alias for "https" | Nirbheek Chauhan | 2017-08-07 | 1 | -0/+1 |
* | Don't do SSLv3 fallback if TLS fails | Dan Winship | 2016-05-03 | 1 | -3/+0 |
* | soup-socket: Add SoupSocketProperties to transfer props from session to socket | Dan Winship | 2014-05-02 | 1 | -12/+4 |
* | soup-session, soup-connection: update handling of "ssl" flag | Dan Winship | 2014-05-02 | 1 | -1/+0 |
* | SoupConnection: make methods gio-like | Dan Winship | 2013-10-19 | 1 | -16/+20 |
* | Use GProxyResolver for all proxy resolving | Dan Winship | 2013-07-13 | 1 | -2/+1 |
* | Add SoupSession:proxy-resolver | Dan Winship | 2013-03-07 | 1 | -1/+2 |
* | SoupConnection: added a new construction-time property "local-address" | Jonh Wendell | 2013-02-06 | 1 | -0/+1 |
* | SoupConnection: track reusability internally | Dan Winship | 2012-11-02 | 1 | -1/+0 |
* | soup-message-io: make disconnect-on-unfinished more implicit | Dan Winship | 2012-07-16 | 1 | -0/+1 |
* | Reorganize proxy resolution, and support SOCKS and other proxy types | Dan Winship | 2012-04-28 | 1 | -7/+4 |
* | Add SoupSession:use-thread-context | Dan Winship | 2011-11-08 | 1 | -0/+1 |
* | Use GTlsDatabase, add new SoupSession properties for it | Dan Winship | 2011-09-29 | 1 | -0/+1 |
* | Default to TLS for https connections, and fall back to SSLv3 on failure | Dan Winship | 2011-08-07 | 1 | -0/+2 |
* | SoupConnection: do TLS handshake at connection time | Dan Winship | 2011-08-07 | 1 | -2/+7 |
* | SoupSocket: port to GSocketConnection/GTlsConnection | Dan Winship | 2010-12-07 | 1 | -2/+0 |
* | soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFn | Dan Winship | 2010-06-09 | 1 | -4/+8 |
* | Misc SoupConnection API improvements | Dan Winship | 2010-06-09 | 1 | -2/+5 |
* | soup-message-io: only retry on I/O error if the connection has been used | Dan Winship | 2010-05-22 | 1 | -0/+2 |
* | Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatal | Dan Winship | 2010-02-21 | 1 | -0/+1 |
* | Changes to SoupConnection and SoupSession for debugging | Dan Winship | 2009-11-22 | 1 | -9/+3 |
* | Re-redo not-yet-used connection handling | Dan Winship | 2009-08-22 | 1 | -1/+0 |
* | Tweak SoupConnection handling a bit wrt "not yet used" connections. | Dan Winship | 2009-08-18 | 1 | -1/+1 |
* | Notice closed connections sooner | Dan Winship | 2009-08-17 | 1 | -0/+1 |
* | 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 |