summaryrefslogtreecommitdiff
path: root/gio/ginetaddress.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* ginetaddress: Handle systems without IPv6 supportWorksButNotTested2021-01-201-4/+76
* gio: Remove broken support for XPNirbheek Chauhan2020-07-261-7/+0
* ginetaddress, ginetsocketaddress: Add missing (nullable) annotationsPhil Clayton2020-03-171-2/+2
* win32: Remove all remaining WinXP compat codeChristoph Reiter2018-05-291-92/+0
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio: Document that g_inet_address_new_* return value must be g_object_unref'edChristophe Fergeau2016-01-071-0/+4
* Fix a FIXME in the WinXP inet_pton() implementationDan Winship2015-06-291-28/+16
* Fix g_inet_address_to_string() on XPWouter Paesen2015-06-291-1/+1
* gio/ginetaddress.c: Fix Windows XP inet_pton() EmulationChun-wei Fan2015-06-231-2/+3
* Windows: Use Standard Networking Functions If PossibleChun-wei Fan2015-03-061-59/+110
* ginetaddress: Add a precondition to g_inet_address_new_from_string()Philip Withnall2014-07-181-0/+2
* 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-14/+10
* ginetaddress: fix addr/string conversions on windowsDan Winship2013-06-051-8/+21
* Add gnetworking.hDan Winship2012-12-121-16/+6
* Add g_type_ensure() and use it rather than playing games with volatileDan Winship2012-05-151-3/+1
* ginetaddress.c: fix an incorrect enum name in the docsDan Winship2012-01-161-2/+2
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+1
* GInetAddress: add equal() methodDavid Zeuthen2011-04-141-0/+29
* Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen2011-04-081-0/+1
* Add GI annotations to Gio lowlevel network support classesPavel Holejsovsky2010-12-291-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Documentation and coding style fixupsMatthias Clasen2009-05-271-35/+130
* Add g_inet_address_get_native_size (#583205)Alexander Larsson2009-05-251-1/+21
* Fix ginetaddress.c compile on LinuxDavid King2009-04-291-1/+1
* Ensure we're actually initializing the winsock libraryAlexander Larsson2009-04-291-1/+2
* Fix the networking stuff on (current) OS XDan Winship2009-04-261-0/+3
* Fix ginetaddress.c compile on SolarisDan Winship2009-04-261-10/+10
* Use P_ for translatable param spec stringsChristian Persch2009-04-221-24/+24
* Add GResolver, a glib-ish interface to DNSDan Winship2009-04-221-1/+6
* Add network address and socket typesDan Winship2009-04-221-0/+747