aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-28main: use C++ compilerMax Kellermann1-553/+0
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann1-1/+1
2012-09-25command.h: move function prototypes to AllCommands.hMax Kellermann1-1/+1
2012-08-14log: store duplicated path stringMax Kellermann1-1/+1
2012-08-14input_stream, main: remove obsolete GLib version checksMax Kellermann1-2/+0
2012-08-08tag_pool: use GStaticMutexMax Kellermann1-3/+0
2012-08-08conf: add a "database" blockMax Kellermann1-6/+18
2012-08-08DatabaseGlue: pass block to db_init()Max Kellermann1-1/+6
2012-08-08main: don't call db_init() without databaseMax Kellermann1-1/+0
2012-08-07dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann1-1/+0
2012-03-26Fix processing of sticker database pathDan McGee1-2/+1
2012-02-15main: handle negative strtol return valueJonathan Neuschäfer1-2/+3
2012-01-21db_lock: new unified lock for songvec and dirvecMax Kellermann1-6/+0
2011-10-10audio: rename audio.[ch] to audio_config.[ch]Max Kellermann1-1/+1
2011-10-08pcm_resample: one-time global initializationMax Kellermann1-0/+8
2011-09-10db_plugin: introducing a plugin API for the song databaseMax Kellermann1-22/+9
2011-09-09database: return GError on failureMax Kellermann1-2/+3
2011-09-09conf: turn config_get_path() into config_dup_path()Max Kellermann1-23/+78
2011-09-09log: return GError on initialization failureMax Kellermann1-1/+6
2011-08-24io_thread: new thread for non-blocking background I/OMax Kellermann1-0/+9
2011-01-29client_idle: add header client_idle.hMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-8/+11
2010-09-25eliminate g_error() usageThomas Jansen1-12/+13
2010-09-23main: Add Windows Service supportDenis Krjuchkov1-1/+27
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann1-1/+2
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25output_init: use the normalize filter pluginMax Kellermann1-3/+0
2009-12-14input_plugin: method init() returns errors with GErrorMax Kellermann1-1/+7
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+2
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-3/+0
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-3/+3
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka1-2/+6
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka1-0/+7
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+4
2009-10-22audio: removed function finishAudioConfig()Max Kellermann1-1/+0
2009-10-22main: put #ifdef inside winsock_init()Max Kellermann1-5/+2
2009-10-20main: call g_set_application_name()Max Kellermann1-0/+2
2009-10-13main: initialize playlist pluginsMax Kellermann1-0/+3
2009-10-13configure.ac: require GLib 2.16Max Kellermann1-2/+0
2009-10-08player_control: no CamelCaseMax Kellermann1-1/+1
2009-09-25automatically update the database with Linux inotifyMax Kellermann1-0/+6
2009-09-24command: added command "rescan"Max Kellermann1-1/+1
2009-09-24cmdline: handle fatal errors with GErrorMax Kellermann1-1/+6
2009-09-24listen: handle fatal errors with GErrorMax Kellermann1-1/+8
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann1-12/+4