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