[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / gresolver.c
2014-08-02 Руслан ИжбулатовSilence some uncontroversial warnings
2014-04-25 Philip Withnallgresolver: Document that GResolver lists are non-empty...
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-20 Chun-wei Fangio/gresolver.c: Fix build on Windows
2014-02-15 Koop MastFix the build on FreeBSD by replacing EAI_NODATA with...
2014-02-15 Dan Winshipgio: don't accept nonstandard IPv4 "numbers-and-dots...
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigio: Use the new private instance data declaration
2013-05-06 Sebastian DrögeDeclare res_init() for builds against Android's Bionic
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-02-20 Dan WinshipGNetworkAddress: drop cached addresses on resolver...
2012-12-12 Dan WinshipAdd gnetworking.h
2012-12-12 Dan Winshipgio: move resolver utils from gresolver.c to gthreadedr...
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-10-10 Dan Winshipgio: port networking classes from GSimpleAsyncResult...
2012-08-28 Cosimo Cecchigio: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for quarks in GIO
2012-07-10 Dan Winshipgio: add g_async_result_is_tagged()
2012-07-10 Dan Winshipgio: Add g_async_result_legacy_propagate_error()
2012-06-22 Stef Waltergresolver: More robust parsing of DNS responses
2012-05-15 Dan WinshipAdd g_type_ensure() and use it rather than playing...
2012-04-16 Stef WalterAdd support for MX, TXT, NS and SOA records to GResolver
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipRemove !g_thread_supported() codepaths in gio
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-14 David ZeuthenGResolver: Don't return duplicate addresses
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-29 Pavel HolejsovskyAdd GI annotations to Gio DNS resolution classes
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-24 Johan Dahlin[introspection] Move over annotations
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-12-18 Dan WinshipFix UnixWare build by not using "sa_len" as a variable...
2009-08-19 Dan WinshipRe-run res_init() when resolv.conf changes
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-06-30 Dan WinshipFix GResolver for g_simple_async_result_set_op_res_gpoi...
2009-06-01 Dan WinshipMisc networking build fixes
2009-05-30 Hans BreuerHandle EAI_NODATA==EAI_NONAME in win32 SDK
2009-05-27 Matthias ClasenDocumentation and coding style fixups
2009-05-18 Alexander LarssonAdd GError to g_socket_address_to_native
2009-05-03 Matthias ClasenRelease 2.21.0
2009-04-30 Alexander LarssonEnsure g_inet_address_get_type() call is not optimized...
2009-04-22 Dan WinshipGResolver wrappers: GNetworkAddress, GNetworkService...
2009-04-22 Dan WinshipAdd GResolver, a glib-ish interface to DNS