Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ServerSocket: replace callback with virtual method | Max Kellermann | 2013-01-30 | 1 | -10/+14 |
| | |||||
* | ServerSocket: expose the class | Max Kellermann | 2013-01-30 | 1 | -11/+13 |
| | | | | Eliminate the C wrappers. | ||||
* | ServerSocket: move to libevent.a | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ServerSocket: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | server_socket: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -4/+1 |
| | |||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -2/+1 |
| | | | | playlist and player_control are deprecated. | ||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -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" attribute | Max Kellermann | 2013-01-04 | 1 | -1/+3 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | listen: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+156 |