| Commit message (Expand) | Author | Files | Lines |
2013-01-16 | Main: fix comment typo | Max Kellermann | 1 | -1/+1 |
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -3/+8 |
2013-01-15 | ServerSocket: use the SocketMonitor class | Max Kellermann | 1 | -3/+3 |
2013-01-14 | StateFile: convert to a class | Max Kellermann | 1 | -6/+16 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -5/+6 |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-10 | input_stream: convert to C++ (internally) | Max Kellermann | 1 | -1/+1 |
2013-01-10 | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 1 | -4/+0 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -7/+7 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-09 | sig_handlers, log: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-09 | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 1 | -0/+1 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+3 |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 1 | -16/+18 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -0/+2 |
2013-01-04 | Playlist: pass max_length to playlist_init() | Max Kellermann | 1 | -1/+2 |
2013-01-04 | PlayerControl: add constructor and destructor | Max Kellermann | 1 | -2/+3 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | cmdline: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-03 | listen: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | Permission: use std::map instead of GHashTable | Max Kellermann | 1 | -1/+0 |
2013-01-03 | permission: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 1 | -1/+1 |
2013-01-03 | database.h: move prototypes to DatabaseGlue.hxx | Max Kellermann | 1 | -3/+4 |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | sticker: convert to C++ | Max Kellermann | 1 | -4/+2 |
2013-01-02 | {decoder,player}_thread: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -5/+5 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -4/+12 |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -1/+1 |
2012-09-25 | command.h: move function prototypes to AllCommands.h | Max Kellermann | 1 | -1/+1 |
2012-08-14 | log: store duplicated path string | Max Kellermann | 1 | -1/+1 |
2012-08-14 | input_stream, main: remove obsolete GLib version checks | Max Kellermann | 1 | -2/+0 |
2012-08-08 | tag_pool: use GStaticMutex | Max Kellermann | 1 | -3/+0 |
2012-08-08 | conf: add a "database" block | Max Kellermann | 1 | -6/+18 |
2012-08-08 | DatabaseGlue: pass block to db_init() | Max Kellermann | 1 | -1/+6 |
2012-08-08 | main: don't call db_init() without database | Max Kellermann | 1 | -1/+0 |
2012-08-07 | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 1 | -1/+0 |
2012-03-26 | Fix processing of sticker database path | Dan McGee | 1 | -2/+1 |
2012-02-15 | main: handle negative strtol return value | Jonathan Neuschäfer | 1 | -2/+3 |
2012-01-21 | db_lock: new unified lock for songvec and dirvec | Max Kellermann | 1 | -6/+0 |
2011-10-10 | audio: rename audio.[ch] to audio_config.[ch] | Max Kellermann | 1 | -1/+1 |
2011-10-08 | pcm_resample: one-time global initialization | Max Kellermann | 1 | -0/+8 |