summaryrefslogtreecommitdiff
path: root/gio/gsocketclient.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-23socketclient: Fix leakOlivier CrĂȘte1-1/+4
2014-02-01GSocketClient: convert docs to markdownMatthias Clasen1-74/+34
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-18GSocketClient: For _CONNECTING event, make remote address accessibleColin Walters1-1/+7
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-9/+4
2013-02-15GSocketClient: add missing NULL to g_object_set() callDan Winship1-4/+6
2013-02-14GSocketClient: add proxy-resolver propertyDan Winship1-5/+108
2012-10-10gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship1-75/+64
2012-08-16Miscellaneous string fixesMatthias Clasen1-2/+2
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-1/+1
2012-02-21docs: Correct GSocketClient::event linkDavid King1-1/+1
2012-02-01docs: Clarify GSocketClient reuse policyBenjamin Otte1-2/+5
2011-12-22Add GSocketClient::event, for tracking socket client statusDan Winship1-10/+184
2011-12-22Add g_socket_connection_connect(), etcDan Winship1-89/+40
2011-11-21GSocketClient: Drop @returns syntax from doc commentsMatthias Clasen1-1/+2
2011-11-18[gio] Terminate connect call when application proxy is usedNicolas Dufresne1-1/+16
2011-11-17Clear proxy address upon retryNicolas Dufresne1-30/+6
2011-11-14GSocketClient: improve error messages on connection failureDan Winship1-6/+49
2011-10-16gio static fixupsRyan Lortie1-1/+1
2011-08-13Don't finish gtls connection if the handshake failedSjoerd Simons1-2/+2
2011-06-04Fix links in gio docsMatthias Clasen1-3/+3
2011-04-20docs: fix typos in networking classesThomas Hindoe Paaboel Andersen1-11/+11
2010-12-29Add GI annotations to Gio highlevel network functionalityPavel Holejsovsky1-16/+16
2010-12-07tls: Make g_tls_{client|server}_connection_new() return a GIOStreamBenjamin Otte1-5/+7
2010-12-07Clarify that g_socket_client_connect_to_uri() doesn't know about TLSDan Winship1-1/+3
2010-11-26Add initial TLS (SSL) support to gioDan Winship1-50/+260
2010-11-26make GProxyConnection public, as GTcpWrapperConnectionDan Winship1-25/+31
2010-11-03Add g_simple_async_report_take_gerror_in_idleChristian Persch1-4/+2
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-2/+1
2010-09-24Add a lot of missing annotationsJohan Dahlin1-9/+9
2010-09-10g_socket_client_connect_async: fix when g_socket_connect succeeds immediatelyDan Winship1-13/+18
2010-08-30GSocketClient: fix a crash on cancellationDan Winship1-0/+3
2010-08-19Add support for g_socket_client_add_application_proxy()Nicolas Dufresne1-2/+39
2010-08-19Implemented g_socket_client_connect_to_uri() methodNicolas Dufresne1-1/+121
2010-08-19Hooked proxy enumeration into GSocketClientNicolas Dufresne1-32/+275
2010-08-14GSocketClient: plug two leaksDan Winship1-0/+4
2010-08-14GSocketClient: add a timeout propertyDan Winship1-1/+68
2010-07-29GIO: Add G-I annotations for several methodsEduardo Lima Mitev1-1/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2009-07-23Fix leaks in GSocketClient and GThreadedResolverDan Winship1-0/+3
2009-07-20Propagate the right errorBenjamin Otte1-1/+1
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship1-1/+1
2009-06-30Add GCancellables to GSocket opsDan Winship1-2/+2
2009-06-12make all APIs that take inet port arguments take a guint16Benjamin Otte1-2/+2
2009-05-27Documentation and coding style fixupsMatthias Clasen1-48/+58
2009-05-20Use g_set_error_literalChristian Persch1-4/+4
2009-05-20Add helper functions for connecting to service (#583061)Sjoerd Simons1-0/+93
2009-05-20Remove protocol names, instead use an enum with common protocolsAlexander Larsson1-22/+18
2009-05-19Rename g_socket_check_pending_error to g_socket_check_connect_resultAlexander Larsson1-1/+1