summaryrefslogtreecommitdiff
path: root/gio/gsocketconnection.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-13gsocketconnection: Document closing connections with g_io_stream_close()Philip Withnall1-0/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-18GSocketClient: For _CONNECTING event, make remote address accessibleColin Walters1-0/+30
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-7/+3
2012-10-10gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship1-43/+24
2012-05-15Add g_type_ensure() and use it rather than playing games with volatileDan Winship1-4/+2
2011-12-22Add g_socket_connection_connect(), etcDan Winship1-0/+159
2011-04-20docs: fix typos in networking classesThomas Hindoe Paaboel Andersen1-3/+3
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-0/+1
2010-11-26Add pollable input/output streamsDan Winship1-2/+1
2010-11-03Add g_simple_async_report_take_gerror_in_idleChristian Persch1-2/+1
2010-09-24Add a lot of missing annotationsJohan Dahlin1-3/+3
2010-07-29GIO: Add G-I annotations for several methodsEduardo Lima Mitev1-1/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-22GSocketConnection: don't close the socket if it's still reffedDan Winship1-0/+25
2009-06-08typo in documentationBenjamin Otte1-1/+1
2009-05-27Documentation and coding style fixupsMatthias Clasen1-47/+55
2009-05-20Remove protocol names, instead use an enum with common protocolsAlexander Larsson1-1/+1
2009-05-20Call sync close function directly in async implementationAlexander Larsson1-1/+5
2009-05-19Read socket state in g_socket_get_local/remote_addressAlexander Larsson1-0/+2
2009-05-18Update the docs for the new network APIsAlexander Larsson1-3/+14
2009-05-15Import all the highlevel socket classes from gnioAlexander Larsson1-0/+474