summaryrefslogtreecommitdiff
path: root/gio/gsocketlistener.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix typo in g_socket_listener_accept_async()'s commentdemotomohiro2021-04-161-1/+1
* Fix signedness warning in gio/gsocketlistener.c:g_socket_listener_close()Emmanuel Fleury2021-01-211-1/+1
* Fix signedness warning in gio/gsocketlistener.c:g_socket_listener_set_backlog()Emmanuel Fleury2021-01-211-1/+1
* Fix signedness warning in gio/gsocketlistener.c:add_sources()Emmanuel Fleury2021-01-211-1/+1
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+6
* gsocketlistener: Clarify when g_socket_listener_set_backlog() worksPhilip Withnall2019-06-171-1/+3
* gsocketlistener: Fix multiple returns of GTask when accepting socketsPhilip Withnall2019-02-111-4/+28
* gsocketlistener: Document the need to call g_socket_listener_close()Philip Withnall2018-03-141-0/+15
* gsocketlistener: Fix a typo in the documentationPhilip Withnall2018-03-141-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* docs: Fix (nullable) (optional) annotationsPhilip Withnall2017-04-281-4/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-13/+13
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* gsocketlistener: Don't double unref addressTing-Wei Lan2015-05-011-2/+0
* Add an event signal to GSocketListenerPaolo Borelli2015-04-041-15/+123
* gsocketlistener: Don’t explicitly close sockets on finalisationPhilip Withnall2014-06-231-3/+10
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* 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
* gsocketlistener: set source object tag before completing the GTaskAleksander Morgado2012-12-031-1/+1
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-46/+22
* docs: fix typos in networking classesThomas Hindoe Paaboel Andersen2011-04-201-6/+6
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Add GI annotations to Gio highlevel network functionalityPavel Holejsovsky2010-12-291-14/+14
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-2/+1
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-2/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-4/+4
* GIO: Add G-I annotations for several methodsEduardo Lima Mitev2010-07-291-3/+3
* One more dubious returnMatthias Clasen2010-07-101-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* g_socket_listener_add_any_inet_port is Since 2.24Ryan Lortie2009-11-191-1/+1
* Bug 585566 - GSocketListener API issuesRyan Lortie2009-11-191-0/+225
* Support g_main_context_push_thread_default() in gioDan Winship2009-07-011-1/+1
* Add GCancellables to GSocket opsDan Winship2009-06-301-19/+13
* Revert "clarify documentation"Benjamin Otte2009-06-181-2/+1
* clarify documentationBenjamin Otte2009-06-181-1/+2
* Emit changed in g_socket_listener_add_socket, not in add_addressAlexander Larsson2009-06-151-3/+4
* Ref the passed in socket in g_socket_listener_add_socket (#585599)Alexander Larsson2009-06-151-5/+18
* Add bound address out-argument to g_socket_listener_add_address (#585566)Alexander Larsson2009-06-151-0/+20
* Bug 585575 – g_socket_listener_add_inet_port()Ryan Lortie2009-06-121-38/+126
* make all APIs that take inet port arguments take a guint16Benjamin Otte2009-06-121-1/+1
* Documentation and coding style fixupsMatthias Clasen2009-05-271-58/+58
* Remove protocol names, instead use an enum with common protocolsAlexander Larsson2009-05-201-8/+7
* Set the listen backlog before calling listen.Alexander Larsson2009-05-191-1/+2
* Update the docs for the new network APIsAlexander Larsson2009-05-181-5/+5
* Import all the highlevel socket classes from gnioAlexander Larsson2009-05-151-0/+815