Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -3/+0 | |
Use a listener interface instead of GlobalEvents. | |||||
2014-02-04 | GlobalEvents: remove obsolete event DELETE | Max Kellermann | 1 | -3/+0 | |
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -3/+0 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | event/DeferredMonitor: use EventLoop::AddIdle() | Max Kellermann | 1 | -1/+3 | |
2013-08-07 | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 1 | -3/+2 | |
2013-04-17 | GlobalEvents: include windows.h for DELETE macro workaround | Max Kellermann | 1 | -0/+1 | |
2013-01-11 | GlobalEvents: #undef DELETE on Windows | Max Kellermann | 1 | -0/+8 | |
Work around a build failure due to windows.h macro. | |||||
2013-01-10 | GlobalEvents: lock-less operation using std::atomic | Max Kellermann | 1 | -7/+0 | |
Use a bit field instead of a mutex-protected bool array. | |||||
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -0/+70 | |