summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Don't do SSLv3 fallback if TLS failsDan Winship2016-05-031-23/+1
* libsoup: Remove unnecessary break statementSaurav Babu2015-06-251-1/+0
* libsoup: leak fixes and other valgrindageDan Winship2015-03-021-0/+6
* soup-connection: remove usage of GSocket directlyMarc-André Lureau2015-02-211-1/+2
* SoupConnection: fix connection in TLS_HANDSHAKING event signalDan Winship2014-11-231-39/+9
* Pop the thread default main context not from the callback but from where it w...Sebastian Dröge2014-05-071-4/+3
* soup-socket: Add SoupSocketProperties to transfer props from session to socketDan Winship2014-05-021-145/+23
* Add soup-socket-private.hDan Winship2014-05-021-1/+1
* soup-connection: don't disconnect the connection on disposeDirkjan Ochtman2014-05-021-5/+0
* soup-session, soup-connection: update handling of "ssl" flagDan Winship2014-05-021-14/+4
* SoupConnection: Explicitly set SoupAddress protocol.Matthew Barnes2014-02-171-3/+16
* SoupConnection: make methods gio-likeDan Winship2013-10-191-152/+116
* SoupSocket: make handshaking methods gio-likeDan Winship2013-10-191-69/+81
* Bug 708006 - libsoup fails to close connection when message cancelledDavid Woodhouse2013-09-131-0/+3
* Use GProxyResolver for all proxy resolvingDan Winship2013-07-131-112/+32
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-2/+1
* soup-connection: fix SoupProxyResolverDefault breakageDan Winship2013-04-031-1/+2
* Add SoupSession:proxy-resolverDan Winship2013-03-071-18/+30
* Internal renamings for clarityDan Winship2013-02-161-6/+6
* SoupConnection: added a new construction-time property "local-address"Jonh Wendell2013-02-061-0/+18
* Revert "SoupConnection: disconnect on failed connections/tunnels"Dan Winship2013-01-071-19/+3
* SoupConnection: Quiet a (mistaken) compiler warningColin Walters2012-12-141-2/+2
* SoupConnection: disconnect on failed connections/tunnelsDan Winship2012-11-021-3/+13
* SoupConnection: hide a special caseDan Winship2012-11-021-26/+27
* SoupConnection: track reusability internallyDan Winship2012-11-021-21/+18
* SoupConnection: track current message, not current itemDan Winship2012-11-021-19/+18
* SoupConnection: drop "message" propertyDan Winship2012-11-021-16/+0
* SoupConnection: don't listen to SoupSocket::disconnectedDan Winship2012-11-021-18/+1
* SoupConnection: fix a race condition with non-keepalive messagesDan Winship2012-10-181-51/+42
* SoupConnection: fix up ::event signal emissionsDan Winship2012-08-251-26/+24
* SoupConnection: fix up states during connectionDan Winship2012-08-251-6/+8
* soup-message-io: make disconnect-on-unfinished more implicitDan Winship2012-07-161-1/+9
* Clean up includesDan Winship2012-07-131-17/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-115/+110
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-11/+5
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-102/+157
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-281-3/+3
* soup-connection.c: do not unref the socket twice while disconnectingSergio Villar Senin2012-03-281-4/+9
* valgrind run...Dan Winship2012-02-121-1/+2
* Use Makefile.glibDan Winship2012-02-081-1/+1
* SoupMessage: add network-event signalDan Winship2011-12-221-8/+97
* SoupConnection: belatedly fix up unix-only codeDan Winship2011-12-221-11/+4
* Fix handling of connections that time out while IN_USEDan Winship2011-11-131-0/+14
* Add SoupSession:use-thread-contextDan Winship2011-11-081-2/+24
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-14/+29
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-5/+50
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-25/+95
* Fix connection states so in-use connections don't get prunedDan Winship2010-06-091-2/+2
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-1/+1
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-31/+42