aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ServerSocket: use the SocketMonitor classMax Kellermann2013-01-151-1/+3
|
* server_socket: convert to C++Max Kellermann2013-01-151-4/+1
|
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-1/+1
|
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+1
| | | | playlist and player_control are deprecated.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-2/+2
| | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process.
* Client: add "playlist" attributeMax Kellermann2013-01-041-1/+3
| | | | Reduce access to the global variable "g_playlist".
* client: convert to C++Max Kellermann2013-01-031-1/+1
|
* listen: convert to C++Max Kellermann2013-01-031-0/+156