summaryrefslogtreecommitdiff
path: root/gio/gthreadedresolver.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-25gresolver: Ensure GThreadedResolver always sets an error if resolution failsPhilip Withnall1-3/+16
2014-04-24gio: remove an unneeded pragmaDan Winship1-5/+0
2014-02-15gio: don't accept nonstandard IPv4 "numbers-and-dots" addressesDan Winship1-1/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-12-08[PATCH] Fix trivial non literal format usesRyan Lortie1-20/+12
2013-09-29Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls1-3/+5
2013-09-29More -Werror=format-nonliteral fixesJohn Ralls1-0/+3
2013-04-16Fix compilation on Android with the bionic C librarySebastian Dröge1-0/+143
2013-04-02GThreadedResolver: set an error if no records could be foundGiovanni Campagna1-1/+17
2012-12-12gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship1-25/+474
2012-11-28Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge1-7/+0
2012-11-28Fix compilation on Android with the bionic C librarySebastian Dröge1-0/+7
2012-11-09gthreadedresolver: fix a bug in the GTask porting of lookup_recordsDan Winship1-9/+14
2012-11-05gio/gthreadedresolver.c: Fix non-UNIX buildChun-wei Fan1-1/+1
2012-10-10gio: port GThreadedResolver from GSimpleAsyncResult to GTaskDan Winship1-442/+131
2012-04-16Add support for MX, TXT, NS and SOA records to GResolverStef Walter1-47/+71
2011-10-05gthreadedresolver: remove a bit of cruftDan Winship1-1/+1
2011-10-04GThreadedResolver: port to embedded GMutex/GCondRyan Lortie1-21/+20
2011-09-20GThreadedResolver: don't overwrite errorsDan Winship1-8/+11
2011-09-09Remove !g_thread_supported() codepaths in gioDan Winship1-5/+3
2011-05-31gthreadedresolver: fix hang on g_thread_pool_push() failuremuralis1-2/+3
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2009-07-23Fix leaks in GSocketClient and GThreadedResolverDan Winship1-1/+5
2009-05-15Fix deadlock in threaded resolverAlexander Larsson1-0/+1
2009-05-03Release 2.21.0Matthias Clasen1-6/+4
2009-04-22Add GResolver, a glib-ish interface to DNSDan Winship1-0/+617