summaryrefslogtreecommitdiff
path: root/src/IOThread.cxx
AgeCommit message (Expand)Author
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-06-17thread/Thread: throw std::system_error on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-23thread/Name: set thread namesMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann
2013-09-04IOThread: pass GError to FatalError()Max Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
2013-08-08event: add function BlockingCall()Max Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-04-17use g_thread_new() if GLib is recent enoughMax Kellermann
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann
2013-01-10io_thread: convert to C++Max Kellermann