summaryrefslogtreecommitdiff
path: root/gio/gthreadedresolver.c
Commit message (Expand)AuthorAgeFilesLines
* gthreadedresolver.c: Fix for Android 5.0+Mike Frysinger2015-10-131-1/+1
* gthreadedresolver: Unref unexpected addressColin Walters2014-07-231-1/+6
* gresolver: Ensure GThreadedResolver always sets an error if resolution failsPhilip Withnall2014-04-251-3/+16
* gio: remove an unneeded pragmaDan Winship2014-04-241-5/+0
* gio: don't accept nonstandard IPv4 "numbers-and-dots" addressesDan Winship2014-02-151-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* [PATCH] Fix trivial non literal format usesRyan Lortie2013-12-081-20/+12
* Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls2013-09-291-3/+5
* More -Werror=format-nonliteral fixesJohn Ralls2013-09-291-0/+3
* Fix compilation on Android with the bionic C librarySebastian Dröge2013-04-161-0/+143
* GThreadedResolver: set an error if no records could be foundGiovanni Campagna2013-04-021-1/+17
* gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship2012-12-121-25/+474
* Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge2012-11-281-7/+0
* Fix compilation on Android with the bionic C librarySebastian Dröge2012-11-281-0/+7
* gthreadedresolver: fix a bug in the GTask porting of lookup_recordsDan Winship2012-11-091-9/+14
* gio/gthreadedresolver.c: Fix non-UNIX buildChun-wei Fan2012-11-051-1/+1
* gio: port GThreadedResolver from GSimpleAsyncResult to GTaskDan Winship2012-10-101-442/+131
* Add support for MX, TXT, NS and SOA records to GResolverStef Walter2012-04-161-47/+71
* gthreadedresolver: remove a bit of cruftDan Winship2011-10-051-1/+1
* GThreadedResolver: port to embedded GMutex/GCondRyan Lortie2011-10-041-21/+20
* GThreadedResolver: don't overwrite errorsDan Winship2011-09-201-8/+11
* Remove !g_thread_supported() codepaths in gioDan Winship2011-09-091-5/+3
* gthreadedresolver: fix hang on g_thread_pool_push() failuremuralis2011-05-311-2/+3
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Fix leaks in GSocketClient and GThreadedResolverDan Winship2009-07-231-1/+5
* Fix deadlock in threaded resolverAlexander Larsson2009-05-151-0/+1
* Release 2.21.0Matthias Clasen2009-05-031-6/+4
* Add GResolver, a glib-ish interface to DNSDan Winship2009-04-221-0/+617