index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
IOThread.cxx
Age
Commit message (
Expand
)
Author
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-23
thread/Name: set thread names
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-17
Thread/Thread: replacement library for GThread
Max Kellermann
2013-09-04
IOThread: pass GError to FatalError()
Max Kellermann
2013-09-03
IOThread: use FatalError() on g_thread_create() error
Max Kellermann
2013-08-08
event: add function BlockingCall()
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-04-17
use g_thread_new() if GLib is recent enough
Max Kellermann
2013-01-14
Main, IOThread: move GMainLoop setup code to class EventLoop
Max Kellermann
2013-01-10
io_thread: convert to C++
Max Kellermann