summaryrefslogtreecommitdiff
path: root/gio/gsocket.h
AgeCommit message (Expand)Author
2022-10-13Rename all visibility macrosXavier Claessens
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
2019-01-24Rename timeout variables in gsocket.[ch] to include the unit as suffixSebastian Dröge
2019-01-24Add g_socket_send_message_with_timeout()Sebastian Dröge
2017-10-16gio: add g_socket_join_multicast_group_ssm (IGMPv3 SSM)Julien Isorce
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2015-10-01gsocket: Add g_socket_receive_messages()Philip Withnall
2014-12-11gsocket: add g_socket_send_messages()Tim-Philipp Müller
2014-01-31Updated FSF's addressDaniel Mustieles
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-12-12gsocket: add getsockopt/setsockopt wrappersDan Winship
2012-05-26Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32Colin Walters
2012-02-20gsocket: add g_socket_condition_timed_wait()Dan Winship
2012-01-17gsocket: make this compile on Windows againDan Winship
2012-01-16GSocket: Add function to get the currently available bytes for readingOle André Vadla Ravnås
2012-01-16GSocket: Add function to set/get the broadcast setting on a socketSebastian Dröge
2012-01-16GSocket: Add function for setting unicast TTLSebastian Dröge
2012-01-16GSocket: Add support for source-specific multicast (RFC 4604)Sebastian Dröge
2012-01-16GSocket: Add possibility to join a multicast group only on a specific interfaceSebastian Dröge
2012-01-16GSocket: Add multicast-related functionsDan Winship
2010-08-15Always do async vs sync correctly in GSocketConnection streamsDan Winship
2010-07-20Bug 617483 – Credentials passingDavid Zeuthen
2010-04-23GSocket: add support for timeoutsDan Winship
2009-06-30Add GCancellables to GSocket opsDan Winship
2009-06-12add g_socket_speaks_ipv4()Ryan Lortie
2009-05-20Remove protocol names, instead use an enum with common protocolsAlexander Larsson
2009-05-19Add g_socket_shutdownAlexander Larsson
2009-05-19Rename g_socket_check_pending_error to g_socket_check_connect_resultAlexander Larsson
2009-05-18Update the docs for the new network APIsAlexander Larsson
2009-05-18Remove g_socket_set/get_reuse_address from headerAlexander Larsson
2009-05-15Store protocol by id, add lookup function for nameAlexander Larsson
2009-05-14Import GInitable, GSocket and dependencies from gnioAlexander Larsson