Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-session.h
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2013-03-07 Dan WinshipAdd SoupSession:proxy-resolver
2013-02-06 Jonh WendellSoupSession: added a new construction-time property...
2013-01-14 Dan Winshipsoup-session: add SoupMessage-based streaming APIs
2013-01-04 Dan WinshipRename LIBSOUP_DISABLE_DEPRECATED to SOUP_DISABLE_DEPRE...
2012-12-28 Dan WinshipSoupSession: update docs (and some semantics) for plain...
2012-12-28 Dan WinshipAdd back LIBSOUP_DISABLE_DEPRECATED
2012-12-28 Dan Winshipdocs: more fixes
2012-12-10 Dan WinshipSoupSession: add soup_session_request_http() and _reque...
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-12-10 Dan WinshipMove SoupRequester API into SoupSession, declare SoupRe...
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-03-18 Sergio Villar Seninsoup-session.c: add soup_session_prefetch_dns
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-11-05 Dan WinshipSoupSession: Add http-aliases and https-aliases properties
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-09-29 Dan WinshipSoupSession: make pause/unpause work in any state
2011-04-25 Dan Winshipsoup_session_abort: fix a race condition in SoupSessionSync
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2009-12-17 Mario Sanchez PradaNew accept-language-auto property for SoupSession
2009-12-17 Mario Sanchez PradaProvide a new 'accept-language' property for SoupSession
2009-11-22 Dan WinshipAdd soup_session_prepare_for_uri
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-09 Dan WinshipAdd soup_session_get_feature_for_message, remove _get_p...
2008-12-23 Dan Winshipadd these to query session features. #565392.
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-02-25 Benjamin Otteuse an underscore for struct definitions. Fixes bug...
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-06-01 Jonathon Jongsmaadd G_BEGIN_DECLS / G_END_DECLS to all installed header...
2006-02-24 Veerapuram Varadhanadd a "timeout" property, which gets passed from server...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-19 Dan Winshipfree the hostent.
2003-09-17 Dan Winship (soup_session_abort): New, to cancel all pending requests.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...