Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-connection.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
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-03-07 Dan WinshipAdd SoupSession:proxy-resolver
2013-02-06 Jonh WendellSoupConnection: added a new construction-time property...
2012-11-02 Dan WinshipSoupConnection: track reusability internally
2012-07-16 Dan Winshipsoup-message-io: make disconnect-on-unfinished more...
2012-04-28 Dan WinshipReorganize proxy resolution, and support SOCKS and...
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-08-07 Dan WinshipDefault to TLS for https connections, and fall back...
2011-08-07 Dan WinshipSoupConnection: do TLS handshake at connection time
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2010-05-22 Dan Winshipsoup-message-io: only retry on I/O error if the connect...
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-08-22 Dan WinshipRe-redo not-yet-used connection handling
2009-08-18 Dan WinshipTweak SoupConnection handling a bit wrt "not yet used...
2009-08-18 Dan WinshipNotice closed connections sooner
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
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-08-15 Dan Winshipuse G_GNUC_NULL_TERMINATED.
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
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-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
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...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.