summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.h
Commit message (Expand)AuthorAgeFilesLines
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-131-3/+3
* Add new API to create a new connection from a SoupSessionCarlos Garcia Campos2018-02-011-0/+18
* Mark all remaining methods with SOUP_AVAILABLE_IN_2_4Ignacio Casal Quinteiro2015-11-091-1/+10
* websockets: add WebSocket support to SoupSession and SoupServerDan Winship2015-03-011-0/+15
* soup-session: add soup_session_steal_connection()Dan Winship2015-03-011-0/+4
* Add tls-interaction property to SoupSessionDan Winship2014-05-031-0/+1
* Add SoupSession:proxy-resolverDan Winship2013-03-071-0/+1
* SoupSession: added a new construction-time property "local-address"Jonh Wendell2013-02-061-0/+1
* soup-session: add SoupMessage-based streaming APIsDan Winship2013-01-141-0/+16
* Rename LIBSOUP_DISABLE_DEPRECATED to SOUP_DISABLE_DEPRECATEDDan Winship2013-01-041-1/+1
* SoupSession: update docs (and some semantics) for plain SoupSessionDan Winship2012-12-281-1/+8
* Add back LIBSOUP_DISABLE_DEPRECATEDDan Winship2012-12-281-0/+2
* docs: more fixesDan Winship2012-12-281-1/+1
* SoupSession: add soup_session_request_http() and _request_http_uri()Dan Winship2012-12-101-6/+16
* SoupRequest: Return better GErrors on parsing failuresDan Winship2012-12-101-1/+3
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-0/+21
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+12
* soup-session.c: add soup_session_prefetch_dnsSergio Villar Senin2012-03-181-0/+7
* Add SoupSession:use-thread-contextDan Winship2011-11-081-0/+1
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-0/+5
* SoupSession: Add http-aliases and https-aliases propertiesDan Winship2011-11-051-0/+2
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-0/+2
* SoupSession: make pause/unpause work in any stateDan Winship2011-09-291-1/+2
* soup_session_abort: fix a race condition in SoupSessionSyncDan Winship2011-04-251-1/+1
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-0/+1
* New accept-language-auto property for SoupSessionMario Sanchez Prada2009-12-171-10/+11
* Provide a new 'accept-language' property for SoupSessionMario Sanchez Prada2009-12-171-0/+1
* Add soup_session_prepare_for_uriDan Winship2009-11-211-0/+2
* Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship2009-08-121-1/+4
* Add soup_session_get_feature_for_message, remove _get_proxy_resolverDan Winship2009-08-091-0/+3
* add these to query session features. #565392.Dan Winship2008-12-231-8/+12
* New interface type representing a feature that can be added to aDan Winship2008-04-081-0/+13
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-181-1/+2
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+1
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-3/+4
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-26/+23
* don't leak the async_contextDan Winship2007-11-211-0/+2
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+3
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-0/+1
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+1
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-4/+0
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-4/+5
* Add gthread to glib checkDan Winship2003-12-171-7/+30
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-0/+1
* free the hostent.Dan Winship2003-09-191-2/+2
* (soup_session_abort): New, to cancel all pending requests.Dan Winship2003-09-171-1/+3
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-18/+24
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-0/+6
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-1/+5