Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ZeroconfBonjour: use SocketMonitor instead of GIOChannel | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | zeroconf: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -3/+20 |
| | | | | required | ||||
* | Path: convert remaining funcs to methods, keep fs_charset as std::string | Denis Krjuchkov | 2013-01-28 | 1 | -2/+1 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -3/+1 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -1/+2 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Idle: use std::atomic instead of GMutex | Max Kellermann | 2013-01-16 | 1 | -2/+0 |
| | |||||
* | Main: fix comment typo | Max Kellermann | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -3/+8 |
| | |||||
* | ServerSocket: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -3/+3 |
| | |||||
* | StateFile: convert to a class | Max Kellermann | 2013-01-14 | 1 | -6/+16 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -5/+6 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | input_stream: convert to C++ (internally) | Max Kellermann | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 2013-01-10 | 1 | -4/+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 | -7/+7 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | sig_handlers, log: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+3 |
| | |||||
* | mixer_all: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | volume: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -16/+18 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 1 | -0/+2 |
| | | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | ||||
* | Playlist: pass max_length to playlist_init() | Max Kellermann | 2013-01-04 | 1 | -1/+2 |
| | | | | Move the configuration lookup to Main.cxx. | ||||
* | PlayerControl: add constructor and destructor | Max Kellermann | 2013-01-04 | 1 | -2/+3 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | cmdline: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | listen: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Permission: use std::map instead of GHashTable | Max Kellermann | 2013-01-03 | 1 | -1/+0 |
| | |||||
* | permission: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | database.h: move prototypes to DatabaseGlue.hxx | Max Kellermann | 2013-01-03 | 1 | -3/+4 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | sticker: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -4/+2 |
| | |||||
* | {decoder,player}_thread: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -5/+5 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+561 |