summaryrefslogtreecommitdiff
path: root/gio/ginetsocketaddress.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* ginetaddress, ginetsocketaddress: Add missing (nullable) annotationsPhil Clayton2020-03-171-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio: Fix use of Docbook in documentation commentPhilip Withnall2016-08-121-1/+1
* gsocketconnectable: Add a to_string() virtual methodPhilip Withnall2015-10-131-1/+61
* ginetsocketaddress: Explicitly initialise flags for getaddrinfo()Philip Withnall2014-07-061-0/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-2/+2
* gio: don't accept nonstandard IPv4 "numbers-and-dots" addressesDan Winship2014-02-151-0/+74
* Remove a few overlooked literalsMatthias Clasen2014-02-061-3/+3
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the type tagMatthias Clasen2014-01-311-2/+2
* 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-26/+12
* GInetSocketAddress: fix the byte order of flowinfo and scope_idDan Winship2013-01-301-2/+2
* Assorted documentation fixesMatthias Clasen2012-01-301-1/+1
* GInetSocketAddress: add IPv6 flowinfo and scope_id fieldsDan Winship2012-01-161-4/+105
* Add GI annotations to Gio lowlevel network support classesPavel Holejsovsky2010-12-291-1/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-1/+1
* Fix sparse warningsMatthias Clasen2010-07-101-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* g_inet_socket_address_to_native: properly zero out sockaddr_in6Dan Winship2009-08-171-1/+1
* Fix make checkMatthias Clasen2009-05-281-1/+1
* Documentation and coding style fixupsMatthias Clasen2009-05-271-12/+16
* Add GError to g_socket_address_to_nativeAlexander Larsson2009-05-181-4/+19
* Update the docs for the new network APIsAlexander Larsson2009-05-181-1/+1
* Add network address and socket typesDan Winship2009-04-221-0/+306