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
2021-01-01
copyright year 2021
Max Kellermann
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-10-08
event/TimerEvent: use auto_unlink hook
Max Kellermann
2020-10-08
event/Loop: reorder includes
Max Kellermann
2020-10-08
event/Loop: forward-declare class TimerEvent
Max Kellermann
2020-10-08
event/TimerEvent: use base_hook instead of member_hook
Max Kellermann
2020-10-08
event/Loop: use `using` instead of `typedef`
Max Kellermann
2020-05-05
event/Loop: integrate io_uring support
Max Kellermann
2020-05-05
event/Loop: allow calling AddFD()... before starting the EventThread
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-02-05
event/Loop: add flag `alive`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: throw exception on error
Max Kellermann
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
[next]