aboutsummaryrefslogtreecommitdiff
path: root/src/Listen.cxx
Commit message (Collapse)AuthorAge
* ServerSocket: replace callback with virtual methodMax Kellermann2013-01-30
|
* ServerSocket: expose the classMax Kellermann2013-01-30
| | | | Eliminate the C wrappers.
* ServerSocket: move to libevent.aMax Kellermann2013-01-30
|
* ServerSocket: use the SocketMonitor classMax Kellermann2013-01-15
|
* server_socket: convert to C++Max Kellermann2013-01-15
|
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-15
|
* Client: add Partition reference attributeMax Kellermann2013-01-07
| | | | playlist and player_control are deprecated.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-05
| | | | | 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-04
| | | | Reduce access to the global variable "g_playlist".
* client: convert to C++Max Kellermann2013-01-03
|
* listen: convert to C++Max Kellermann2013-01-03