summaryrefslogtreecommitdiff
path: root/gio/src/resolver.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio: Add some methods for glibmm 2.74Kjell Ahlstedt2022-08-221-1/+16
* gio/src/*.hg: Mark _WRAP_ENUM with decl_prefix GIOMM_APIChun-wei Fan2020-04-041-1/+1
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-3/+12
* 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-5/+5
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-201-6/+6
* Remove no_default_handler in some _WRAP_SIGNAL()sKjell Ahlstedt2016-11-301-2/+1
* Remove unnecessary _IGNORE()Kjell Ahlstedt2015-07-301-5/+0
* Gio::SocketClient: Added some methods.Murray Cumming2013-03-251-0/+3
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-4/+2
* SocketConnection: Add connect*() and is_connected() methods.José Alburquerque2012-11-041-0/+1
* Resolver: Add lookup_records() and lookup_records_finish().José Alburquerque2012-10-301-4/+0
* Resolver: Add the lookup_records_async() methods.José Alburquerque2012-10-291-0/+38
* Strip trailing whitespace.Mark Vender2012-10-291-14/+14
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-41/+3
* Dealt with several TODOs.Murray Cumming2011-02-151-8/+78
* Resolver: lookup_service(), lookup_by_address(): Fix the reference counting.Murray Cumming2011-01-201-3/+21
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-12/+0
* Regenerated method .defs. Added a Resolver signal.Murray Cumming2010-01-291-0/+4
* A bunch of minor doxygen cleanups around the treeJonathon Jongsma2010-01-031-1/+1
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-281-0/+6
* Add Network I/O classes to new documentation moduleJonathon Jongsma2009-09-081-0/+1
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
* add async versions of Resolver methodsJonathon Jongsma2009-07-161-2/+13
* add overloads for resolver methods without a cancellable objectJonathon Jongsma2009-07-161-3/+15
* Add Typetraits for SrvTarget so we can return a list of themJonathon Jongsma2009-06-181-20/+5
* Add initial wrappers for SocketConnectable, SocketAddressJonathon Jongsma2009-06-171-2/+4
* initial wrapping of Resolver, SrvTargetJonathon Jongsma2009-06-171-0/+87