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
/
event
/
Loop.hxx
Age
Commit message (
Expand
)
Author
2018-01-29
event/Loop: add flag "dead"
Max Kellermann
2018-01-29
event/Loop: move code to HandleTimers()
Max Kellermann
2018-01-29
event/Loop: add "noexcept"
Max Kellermann
2017-12-22
event/Loop: use std::atomic_bool for the "quit" variable
Max Kellermann
2017-11-12
event/DeferredMonitor: eliminate obsolete class
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-08-29
event/TimeoutMonitor: move code to new class TimerEvent
Max Kellermann
2017-08-29
event/Loop: use boost::intrusive::list to store IdleMonitors and DeferredMoni...
Max Kellermann
2017-08-29
event/Loop: use boost::intrusive::multiset to store TimeoutMonitors
Max Kellermann
2017-08-29
event/Loop: move TimerRecord::due to class TimeoutMonitor
Max Kellermann
2017-08-29
event/Loop: remove unused method TimerRecord::IsDue()
Max Kellermann
2017-08-18
event/Loop: set thread to current thread by default
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-02-09
event/Loop: make IsInsideOrNull() available in the NDEBUG build
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
event/Loop: use std::chrono
Max Kellermann
2016-12-27
event/Loop: use C++11 initializers
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-05
event/Loop: remove the dummy constructor argument
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
event/Loop: allow scheduling events before Run()
Max Kellermann
2014-01-05
event/Loop: try to avoid the WakeFD when adding DeferredMonitor
Max Kellermann
2014-01-05
event/Loop: add attribute "again"
Max Kellermann
2014-01-05
event/Loop: add thread-safety assertions
Max Kellermann
2014-01-05
event/Loop: move code to HandleDeferred()
Max Kellermann
2014-01-04
event/Loop: remove the GLib implementation
Max Kellermann
2014-01-04
event/Loop: remove unused method AddCall()
Max Kellermann
2014-01-04
event/DeferredMonitor: make fully thread-safe
Max Kellermann
2013-12-31
event/Loop: document that AddCall() is thread-safe
Max Kellermann
2013-11-28
event: introduce generic API for internal event loop
Denis Krjuchkov
2013-11-27
Add infrastructure for using multiple event loops
Denis Krjuchkov
2013-11-24
event: add API documentation
Max Kellermann
2013-11-06
event/SocketMonitor: add method Abandon()
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-08-10
EventLoop: new implementation using epoll
Max Kellermann
2013-08-10
thread/Id: new class replacing GThread pointers
Max Kellermann
2013-08-08
EventLoop: add methodd IsInside()
Max Kellermann
2013-08-08
EventLoop: un-inline Run() and others
Max Kellermann
2013-01-30
event/Loop: add method WakeUp()
Max Kellermann
2013-01-14
event/TimeoutMonitor: wrapper for g_timeout_source_new()
Max Kellermann
2013-01-14
Main, IOThread: move GMainLoop setup code to class EventLoop
Max Kellermann