summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.h
Commit message (Expand)AuthorAgeFilesLines
* SoupConnection: make methods gio-likeDan Winship2013-10-191-16/+20
* Use GProxyResolver for all proxy resolvingDan Winship2013-07-131-2/+1
* Add SoupSession:proxy-resolverDan Winship2013-03-071-1/+2
* SoupConnection: added a new construction-time property "local-address"Jonh Wendell2013-02-061-0/+1
* SoupConnection: track reusability internallyDan Winship2012-11-021-1/+0
* soup-message-io: make disconnect-on-unfinished more implicitDan Winship2012-07-161-0/+1
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-7/+4
* Add SoupSession:use-thread-contextDan Winship2011-11-081-0/+1
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-0/+1
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-0/+2
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-2/+7
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-071-2/+0
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-4/+8
* Misc SoupConnection API improvementsDan Winship2010-06-091-2/+5
* soup-message-io: only retry on I/O error if the connection has been usedDan Winship2010-05-221-0/+2
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-0/+1
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-221-9/+3
* Re-redo not-yet-used connection handlingDan Winship2009-08-221-1/+0
* Tweak SoupConnection handling a bit wrt "not yet used" connections.Dan Winship2009-08-181-1/+1
* Notice closed connections soonerDan Winship2009-08-171-0/+1
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-1/+2
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-12/+16
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-2/+2
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-181-1/+2
* Replaces SoupConnectionNTLM; now works as a SoupSession::request_startedDan Winship2008-01-151-9/+0
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-30/+13
* 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
* use G_GNUC_NULL_TERMINATED.Dan Winship2005-08-151-1/+1
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-4/+13
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-3/+0
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-1/+1
* If the connection attempt succeeded, reserve the connection beforeDan Winship2004-07-141-0/+2
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-0/+1
* Add gthread to glib checkDan Winship2003-12-171-0/+1
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-1/+1
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-2/+3
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-6/+32
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-2/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-091-23/+18
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-11/+11
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-4/+10
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-5/+3
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-3/+14
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-1/+0
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-1/+1
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-0/+54