| Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-10 | db_plugin: introducing a plugin API for the song database | Max Kellermann | 1 | -22/+9 |
2011-09-09 | database: return GError on failure | Max Kellermann | 1 | -2/+3 |
2011-09-09 | conf: turn config_get_path() into config_dup_path() | Max Kellermann | 1 | -23/+78 |
2011-09-09 | log: return GError on initialization failure | Max Kellermann | 1 | -1/+6 |
2011-08-24 | io_thread: new thread for non-blocking background I/O | Max Kellermann | 1 | -0/+9 |
2011-01-29 | client_idle: add header client_idle.h | Max Kellermann | 1 | -0/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -8/+11 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -12/+13 |
2010-09-23 | main: Add Windows Service support | Denis Krjuchkov | 1 | -1/+27 |
2010-04-13 | inotify: added setting "auto_update_depth" | Max Kellermann | 1 | -1/+2 |
2010-01-04 | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-25 | output_init: use the normalize filter plugin | Max Kellermann | 1 | -3/+0 |
2009-12-14 | input_plugin: method init() returns errors with GError | Max Kellermann | 1 | -1/+7 |
2009-12-14 | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+2 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -3/+0 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -3/+3 |
2009-10-26 | mpd.conf: new bool config value for enabling/disabling inotify update | Viliam Mateicka | 1 | -2/+6 |
2009-10-24 | add --disable-inotify for configure to disable inotify when autodetected | Viliam Mateicka | 1 | -0/+7 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+4 |
2009-10-22 | audio: removed function finishAudioConfig() | Max Kellermann | 1 | -1/+0 |
2009-10-22 | main: put #ifdef inside winsock_init() | Max Kellermann | 1 | -5/+2 |
2009-10-20 | main: call g_set_application_name() | Max Kellermann | 1 | -0/+2 |
2009-10-13 | main: initialize playlist plugins | Max Kellermann | 1 | -0/+3 |
2009-10-13 | configure.ac: require GLib 2.16 | Max Kellermann | 1 | -2/+0 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -1/+1 |