summaryrefslogtreecommitdiff
path: root/src/IOThread.hxx
AgeCommit message (Collapse)Author
2015-01-01Copyright year 2015Max Kellermann
2014-04-05IOThread: make io_thread_get() "const"Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
New GLib versions don't fail.
2013-08-08event: add function BlockingCall()Max Kellermann
Replaces io_thread_call(). This approach is more generic and easier to use due to std::function.
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann
2013-01-14IOThread: use gcc.hMax Kellermann
2013-01-10io_thread: convert to C++Max Kellermann