summaryrefslogtreecommitdiff
path: root/gio/gsocketclient.c
Commit message (Expand)AuthorAgeFilesLines
* gsocketclient: Fix passing NULL to g_task_get_cancellable()Philip Withnall2022-07-121-4/+9
* gsocketclient: Fix still-reachable references to cancellablesPhilip Withnall2022-06-141-4/+19
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gsocketclient: deprecate tls-validation-flags propertyMichael Catanzaro2021-11-161-1/+45
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* gsocketclient: fix crash when async connection step failsmcatanzaro/#2233Michael Catanzaro2020-10-281-1/+1
* gsocketclient: return best errors possiblemcatanzaro/#2211Michael Catanzaro2020-10-091-79/+130
* gsocketclient: Crash on error if error is missingMichael Catanzaro2020-10-091-5/+5
* gsocketclient: emit RESOLVING/RESOLVED events only onceMichael Catanzaro2020-10-091-8/+21
* gsocketclient: document Happy EyeballsMichael Catanzaro2020-10-091-0/+9
* gsocketclient: fix whitespace errorMichael Catanzaro2020-10-091-1/+1
* gsocketclient: fix docs typoMichael Catanzaro2020-10-091-1/+1
* gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local addressCristian Rodríguez2020-10-091-0/+9
* Refactor g_socket_client_connect_async()Patrick Griffis2020-02-141-163/+296
* gsocketclient: run timeout source on the task's main contextMichael Catanzaro2020-01-071-1/+1
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+5
* gsocketclient: Fix a leak in the connection codeAllison Karlitskaya2019-05-091-0/+1
* gsocketclient: Fix potential critical when cancelling connectPatrick Griffis2019-04-161-6/+15
* Merge branch 'socket-client-connect-gerror-leak' into 'master'Sebastian Dröge2019-03-151-0/+1
|\
| * GSocketClient - Free last error if a connection attempt fails and on retry th...Sebastian Dröge2019-03-121-0/+1
* | docs: Stop formatting integer literals using ‘%’Philip Withnall2019-03-151-1/+1
|/
* gsocketclient: Fix critical on cancellationPatrick Griffis2019-02-271-8/+27
* gsocketclient: Ensure task is always returned on cancelPatrick Griffis2019-02-091-1/+1
* gsocketclient: Fix criticalsPatrick Griffis2019-01-291-22/+52
* gsocketclient: Improve handling of slow initial connectionsPatrick Griffis2018-12-111-25/+151
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* 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