- 22 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 05 Feb, 2021 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
... and make TimerEvent a type alias for FineTimerEvent (i.e. swap names).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 01 Dec, 2020 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Oct, 2020 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2020 1 commit
-
-
Max Kellermann authored
-
- 18 Oct, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Not only those which are "ready".
-
Max Kellermann authored
Prepare for adding more code here.
-
Max Kellermann authored
-
- 15 Oct, 2020 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2020 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Similar to commits 1686f4e8 and 30a5dd26
-
Max Kellermann authored
Not for MPD, but for other applications which might want to copy its event loop, but do not need multi-threading.
-
Max Kellermann authored
-
Max Kellermann authored
Allows forward declaration.
-
Max Kellermann authored
Instead of using this as a base class implementing a virtual method, the new class IdleEvent can be used as a variable, decoupling IdleMonitor's internal state from the derived class. This is similar to commit 30a5dd26 which refactored TimeoutMonitor to TimerEvent.
-
- 09 Oct, 2020 1 commit
-
-
Max Kellermann authored
By making each SocketMonitor keep track of its ready flags, this removes a lot of overhead from EventLoop::RemoveFD().
-
- 08 Oct, 2020 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This just happened to break the Windows build because of the `GetObject` macro in `windows.h`, so I added a kludge to PollResultGeneric.hxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 May, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Relax the assertions. This is necessary if BlockingCall() is used before the thread is started.
-
- 12 Mar, 2020 1 commit
-
-
Rosen Penev authored
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-