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
/
GlobalEvents.cxx
Age
Commit message (
Expand
)
Author
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-15
Client, ...: remove unnecessary glib.h include
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-08-07
event/DeferredMonitor: rename Run() to RunDeferred()
Max Kellermann
2013-08-07
event/DeferredMonitor: use EventLoop::AddIdle()
Max Kellermann
2013-08-07
event/DeferredMonitor: new class wrapping g_idle_add()
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-02-27
GlobalEvents: use g_idle_add() instead of WakeFD()
Max Kellermann
2013-02-27
GlobalEvents: wake up only if the flags were empty
Max Kellermann
2013-02-27
Idle, GlobalEvents: use std::atomic::exchange()
Max Kellermann
2013-01-13
WakeFD.cxx: use two sockets instead of pipe on Win32
Denis Krjuchkov
2013-01-10
GlobalEvents: lock-less operation using std::atomic
Max Kellermann
2013-01-09
GlobalEvents: move code to class WakeFD
Max Kellermann
2013-01-09
EventPipe: rename to GlobalEvents
Max Kellermann