summaryrefslogtreecommitdiff
path: root/gio/gsocketconnection.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-3/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: compile GUnixConnection on all platformsMarc-André Lureau2022-01-261-2/+0
* gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-0/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+2
* gsocketconnection: Fix copy-pasto in documentationArun Raghavan2015-04-201-1/+1
* gsocketconnection: Document closing connections with g_io_stream_close()Philip Withnall2014-02-131-0/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GSocketClient: For _CONNECTING event, make remote address accessibleColin Walters2013-11-181-0/+30
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-7/+3
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-43/+24
* Add g_type_ensure() and use it rather than playing games with volatileDan Winship2012-05-151-4/+2
* Add g_socket_connection_connect(), etcDan Winship2011-12-221-0/+159
* docs: fix typos in networking classesThomas Hindoe Paaboel Andersen2011-04-201-3/+3
* Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen2011-04-081-0/+1
* Add pollable input/output streamsDan Winship2010-11-261-2/+1
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-2/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* GIO: Add G-I annotations for several methodsEduardo Lima Mitev2010-07-291-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* GSocketConnection: don't close the socket if it's still reffedDan Winship2010-06-221-0/+25
* typo in documentationBenjamin Otte2009-06-081-1/+1
* Documentation and coding style fixupsMatthias Clasen2009-05-271-47/+55
* Remove protocol names, instead use an enum with common protocolsAlexander Larsson2009-05-201-1/+1
* Call sync close function directly in async implementationAlexander Larsson2009-05-201-1/+5
* Read socket state in g_socket_get_local/remote_addressAlexander Larsson2009-05-191-0/+2
* Update the docs for the new network APIsAlexander Larsson2009-05-181-3/+14
* Import all the highlevel socket classes from gnioAlexander Larsson2009-05-151-0/+474