summaryrefslogtreecommitdiff
path: root/gio/gresolver.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* gresolver: add missing lockingMichael Catanzaro2021-11-241-3/+32
* gresolver: rename internal reload functionMichael Catanzaro2021-11-241-10/+10
* gresolver: remove unneeded call to res_init()Michael Catanzaro2021-11-241-8/+0
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-0/+3
* Always resolve localhost to loopback addressPatrick Griffis2019-10-101-5/+62
* gio: ensure default va_marshaller is usedChristian Hergert2019-06-171-1/+1
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-4/+4
* gresolver: Convert encoding of gai_strerror() return valuePhilip Withnall2019-03-221-4/+3
* gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafePhilip Withnall2019-03-211-1/+11
* gresolver: Add g_resolver_lookup_by_name_with_flags{_async,_finish,}Patrick Griffis2018-12-111-64/+250
* resolver: Return error looking up services on invalid hostnamesBastien Nocera2018-02-011-0/+16
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* resolver: Fix compilationBastien Nocera2017-01-031-0/+1
* resolver: Return error looking up invalid hostnamesBastien Nocera2017-01-031-0/+20
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-8/+8
* gresolver: Make get_default() thread-safeSebastian Dröge2016-10-201-1/+9
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* gresolver: Mark GResolver as an abstract classPhilip Withnall2016-10-041-3/+6
* gio: fix a leftover GSimpleAsyncResult usageDan Winship2015-08-071-1/+0
* gresolver.c: Windows: Fix IPv6 Address HandlingChun-wei Fan2015-03-051-4/+14
* Silence some uncontroversial warningsРуслан Ижбулатов2014-08-021-0/+2
* gresolver: Document that GResolver lists are non-empty on successPhilip Withnall2014-04-251-19/+24
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-10/+10
* gio/gresolver.c: Fix build on WindowsChun-wei Fan2014-02-201-1/+4
* Fix the build on FreeBSD by replacing EAI_NODATA with EAI_NONAME.Koop Mast2014-02-151-1/+1
* gio: don't accept nonstandard IPv4 "numbers-and-dots" addressesDan Winship2014-02-151-9/+46
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-3/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-3/+2
* Declare res_init() for builds against Android's BionicSebastian Dröge2013-05-061-0/+4
* Fix compilation on Android with the bionic C librarySebastian Dröge2013-04-161-0/+2
* GNetworkAddress: drop cached addresses on resolver reloadDan Winship2013-02-201-0/+14
* Add gnetworking.hDan Winship2012-12-121-4/+2
* gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship2012-12-121-555/+0
* Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge2012-11-281-137/+0
* Fix compilation on Android with the bionic C librarySebastian Dröge2012-11-281-0/+137
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-13/+8
* gio: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for quarks in GIOMatthias Clasen2012-08-281-6/+1
* gio: add g_async_result_is_tagged()Dan Winship2012-07-101-9/+4
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-17/+7
* gresolver: More robust parsing of DNS responsesStef Walter2012-06-221-65/+134
* Add g_type_ensure() and use it rather than playing games with volatileDan Winship2012-05-151-4/+1
* Add support for MX, TXT, NS and SOA records to GResolverStef Walter2012-04-161-28/+441
* Fix up some doc comments that referred to threads not being enabledDan Winship2011-10-051-2/+1
* Remove !g_thread_supported() codepaths in gioDan Winship2011-09-091-16/+2
* GResolver: Don't return duplicate addressesDavid Zeuthen2011-04-141-4/+45