summaryrefslogtreecommitdiff
path: root/examples/network/resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-011-3/+0
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-181-10/+8
* Glib::IOCondition: Add an IO_ prefix to the enumerator namesKjell Ahlstedt2017-09-051-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+2
* Fix make check when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-1/+1
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-071-1/+1
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-201-5/+3
* Run clang-format on the examples.Murray Cumming2016-02-261-322/+295
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-4/+4
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-261-5/+1
* resolver example: Use std::mutex instead of G_LOCK_DEFINE_STATIC.Murray Cumming2015-11-261-7/+5
* Network examples: Use std::thread instead of Glib::Threads::Thread.Murray Cumming2015-11-261-5/+23
* resolver example: Use std:stoul instead of stdstrtoulMurray Cumming2015-09-011-1/+1
* resolver example: Use std::strtoul instead of strtoul.Murray Cumming2015-09-011-1/+1
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-4/+4
* examples: Avoid more shadowed variables.Murray Cumming2015-07-151-2/+2
* C++11: examples: more use of auto.Murray Cumming2015-07-091-20/+15
* C++11: examples: Use nullptr.Murray Cumming2015-07-091-1/+1
* C++11: examples: No need for > > now.Murray Cumming2015-07-091-1/+1
* C++11: Use range-based for loops.Murray Cumming2015-07-091-9/+7
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-271-18/+22
* C++11: Use auto in examples.Murray Cumming2013-06-261-22/+18
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-3/+3
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-281-2/+1
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-1/+3
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-251-24/+5
* Update MSVC projects for 2.24Armin Burgmeier2010-04-021-2/+7
* Avoid compiler warning in resolver exampleDaniel Elstner2010-02-271-10/+16
* fix warning in examples to make distcheck happyglibmm-2.23.0Jonathon Jongsma2010-01-021-1/+1
* Fix another bug in resolver exampleJonathon Jongsma2010-01-021-28/+33
* Take an extra ref from the return of g_inet_socket_address_get_addressJonathon Jongsma2010-01-021-3/+0
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-281-0/+529