Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 2013-01-10 | 1 | -2/+0 |
| | | | | | The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main. | ||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -1/+1 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+74 |