summaryrefslogtreecommitdiff
path: root/gio/gresolver.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-05Fix up some doc comments that referred to threads not being enabledDan Winship1-2/+1
2011-09-09Remove !g_thread_supported() codepaths in gioDan Winship1-16/+2
2011-04-14GResolver: Don't return duplicate addressesDavid Zeuthen1-4/+45
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-0/+2
2010-12-29Add GI annotations to Gio DNS resolution classesPavel Holejsovsky1-12/+12
2010-09-24Add a lot of missing annotationsJohan Dahlin1-1/+1
2010-09-24[introspection] Move over annotationsJohan Dahlin1-10/+12
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2009-12-18Fix UnixWare build by not using "sa_len" as a variable nameDan Winship1-2/+2
2009-08-19Re-run res_init() when resolv.conf changesDan Winship1-0/+68
2009-06-30Fix GResolver for g_simple_async_result_set_op_res_gpointer changeDan Winship1-7/+4
2009-06-01Misc networking build fixesDan Winship1-1/+1
2009-05-30Handle EAI_NODATA==EAI_NONAME in win32 SDKHans Breuer1-0/+2
2009-05-27Documentation and coding style fixupsMatthias Clasen1-3/+3
2009-05-18Add GError to g_socket_address_to_nativeAlexander Larsson1-1/+1
2009-05-03Release 2.21.0Matthias Clasen1-19/+18
2009-04-30Ensure g_inet_address_get_type() call is not optimized awayAlexander Larsson1-1/+3
2009-04-22GResolver wrappers: GNetworkAddress, GNetworkService, GSocketConnectableDan Winship1-0/+12
2009-04-22Add GResolver, a glib-ish interface to DNSDan Winship1-0/+855