summaryrefslogtreecommitdiff
path: root/gio/gsocketclient.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-10/+10
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-2/+2
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* socketclient: annotate the connection param of "event" as nullablePaolo Borelli2015-06-181-1/+1
* GSocketClient: fix handling of application proxiesDan Winship2015-03-061-19/+15
* gsocketclient: Handle cancellation between CONNECTING and CONNECTEDPhilip Withnall2014-08-221-0/+6
* socketclient: Fix leakOlivier Crête2014-03-231-1/+4
* GSocketClient: convert docs to markdownMatthias Clasen2014-02-011-74/+34
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GSocketClient: For _CONNECTING event, make remote address accessibleColin Walters2013-11-181-1/+7
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-9/+4
* GSocketClient: add missing NULL to g_object_set() callDan Winship2013-02-151-4/+6
* GSocketClient: add proxy-resolver propertyDan Winship2013-02-141-5/+108
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-75/+64
* Miscellaneous string fixesMatthias Clasen2012-08-161-2/+2
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* docs: Correct GSocketClient::event linkDavid King2012-02-211-1/+1
* docs: Clarify GSocketClient reuse policyBenjamin Otte2012-02-011-2/+5
* Add GSocketClient::event, for tracking socket client statusDan Winship2011-12-221-10/+184
* Add g_socket_connection_connect(), etcDan Winship2011-12-221-89/+40
* GSocketClient: Drop @returns syntax from doc commentsMatthias Clasen2011-11-211-1/+2
* [gio] Terminate connect call when application proxy is usedNicolas Dufresne2011-11-181-1/+16
* Clear proxy address upon retryNicolas Dufresne2011-11-171-30/+6
* GSocketClient: improve error messages on connection failureDan Winship2011-11-141-6/+49
* gio static fixupsRyan Lortie2011-10-161-1/+1
* Don't finish gtls connection if the handshake failedSjoerd Simons2011-08-131-2/+2
* Fix links in gio docsMatthias Clasen2011-06-041-3/+3
* docs: fix typos in networking classesThomas Hindoe Paaboel Andersen2011-04-201-11/+11
* Add GI annotations to Gio highlevel network functionalityPavel Holejsovsky2010-12-291-16/+16
* tls: Make g_tls_{client|server}_connection_new() return a GIOStreamBenjamin Otte2010-12-071-5/+7
* Clarify that g_socket_client_connect_to_uri() doesn't know about TLSDan Winship2010-12-071-1/+3
* Add initial TLS (SSL) support to gioDan Winship2010-11-261-50/+260
* make GProxyConnection public, as GTcpWrapperConnectionDan Winship2010-11-261-25/+31
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-4/+2
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-2/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-9/+9
* g_socket_client_connect_async: fix when g_socket_connect succeeds immediatelyDan Winship2010-09-101-13/+18
* GSocketClient: fix a crash on cancellationDan Winship2010-08-301-0/+3
* Add support for g_socket_client_add_application_proxy()Nicolas Dufresne2010-08-191-2/+39
* Implemented g_socket_client_connect_to_uri() methodNicolas Dufresne2010-08-191-1/+121
* Hooked proxy enumeration into GSocketClientNicolas Dufresne2010-08-191-32/+275
* GSocketClient: plug two leaksDan Winship2010-08-141-0/+4
* GSocketClient: add a timeout propertyDan Winship2010-08-141-1/+68
* GIO: Add G-I annotations for several methodsEduardo Lima Mitev2010-07-291-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Fix leaks in GSocketClient and GThreadedResolverDan Winship2009-07-231-0/+3
* Propagate the right errorBenjamin Otte2009-07-201-1/+1
* Support g_main_context_push_thread_default() in gioDan Winship2009-07-011-1/+1
* Add GCancellables to GSocket opsDan Winship2009-06-301-2/+2