summaryrefslogtreecommitdiff
path: root/gio/src/resolver.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-8/+8
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Gio::Resolver: Change ResolverRecordType to Resolver::RecordType.Murray Cumming2017-04-181-2/+2
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-201-0/+16
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-88/+49
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-4/+2
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-6/+6
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-8/+8
* Resolver: Add lookup_records() and lookup_records_finish().José Alburquerque2012-10-301-1/+0
* Resolver: Add the lookup_records_async() methods.José Alburquerque2012-10-291-0/+32
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-33/+0
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Resolver: lookup_service(), lookup_by_address(): Fix the reference counting.Murray Cumming2011-01-201-2/+2
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-27/+0
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-5/+5
* Make build successful when exceptions, vfuncs, etc. are disabled.José Alburquerque2009-12-041-2/+2
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-281-0/+32
* add async versions of Resolver methodsJonathon Jongsma2009-07-161-0/+90
* add overloads for resolver methods without a cancellable objectJonathon Jongsma2009-07-161-0/+60
* Add Typetraits for SrvTarget so we can return a list of themJonathon Jongsma2009-06-181-93/+0
* initial wrapping of Resolver, SrvTargetJonathon Jongsma2009-06-171-0/+128