aboutsummaryrefslogtreecommitdiffstats
path: root/src/IOThread.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event: add function BlockingCall()Max Kellermann2013-08-081-50/+0
| | | | | Replaces io_thread_call(). This approach is more generic and easier to use due to std::function.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* use g_thread_new() if GLib is recent enoughMax Kellermann2013-04-171-3/+7
| | | | Fixes deprecation warnings.
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-141-47/+13
|
* io_thread: convert to C++Max Kellermann2013-01-101-0/+197