summaryrefslogtreecommitdiff
path: root/examples/network
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-053-6/+6
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+2
* Gio::Socket: Move enums into class.Murray Cumming2017-04-182-5/+5
* Fix make check when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-113-12/+12
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-073-3/+3
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-201-5/+3
* Examples: Network: Small const improvement.Murray Cumming2016-12-122-2/+2
* Run clang-format on the examples.Murray Cumming2016-02-263-736/+710
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-4/+4
* examples/network: Improve the time-out functionalityKjell Ahlstedt2015-12-062-25/+58
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-263-15/+3
* 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-263-7/+52
* 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-152-6/+6
* examples: Avoid more shadowed variables.Murray Cumming2015-07-152-4/+4
* C++11: examples: more use of auto.Murray Cumming2015-07-093-42/+30
* 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
* Network example: Use Glib::OptionEntry and friendsKjell Ahlstedt2014-08-062-93/+142
* Network example: Add --use-ipv6 command line optionShashank2014-08-062-3/+30
* examples/network: Use SocketSource and SignalSocket.Kjell Ahlstedt2014-05-152-24/+8
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-273-31/+47
* C++11: Use auto in examples.Murray Cumming2013-06-263-47/+31
* 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-283-4/+3
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-233-3/+5
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-262-4/+0
* 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-022-3/+9
* Avoid compiler warning in resolver exampleDaniel Elstner2010-02-271-10/+16
* fix warning in examples to make distcheck happyglibmm-2.23.0Jonathon Jongsma2010-01-023-9/+9
* 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
* Add socket-server exampleJonathon Jongsma2010-01-021-0/+305
* Add socket-client exampleJonathon Jongsma2010-01-021-0/+294
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-281-0/+529