aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* log: store duplicated path stringMax Kellermann2012-08-14
* input_stream, main: remove obsolete GLib version checksMax Kellermann2012-08-14
* Fix processing of sticker database pathDan McGee2012-03-26
* main: handle negative strtol return valueJonathan Neuschäfer2012-02-15
* db_lock: new unified lock for songvec and dirvecMax Kellermann2012-01-21
* audio: rename audio.[ch] to audio_config.[ch]Max Kellermann2011-10-10
* pcm_resample: one-time global initializationMax Kellermann2011-10-08
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-10
* database: return GError on failureMax Kellermann2011-09-09
* conf: turn config_get_path() into config_dup_path()Max Kellermann2011-09-09
* log: return GError on initialization failureMax Kellermann2011-09-09
* io_thread: new thread for non-blocking background I/OMax Kellermann2011-08-24
* client_idle: add header client_idle.hMax Kellermann2011-01-29
* copyright year 2011Max Kellermann2011-01-29
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
* eliminate g_error() usageThomas Jansen2010-09-25
* main: Add Windows Service supportDenis Krjuchkov2010-09-23
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-13
* replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-04
* Update copyright notices.Avuton Olrich2009-12-31
* output_init: use the normalize filter pluginMax Kellermann2009-12-25
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-14
* input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-14
* include config.h in all sourcesMax Kellermann2009-11-12
* configure.ac: require GLib 2.12Max Kellermann2009-11-10
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-26
* add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka2009-10-24
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-23
* audio: removed function finishAudioConfig()Max Kellermann2009-10-22
* main: put #ifdef inside winsock_init()Max Kellermann2009-10-22
* main: call g_set_application_name()Max Kellermann2009-10-20
* main: initialize playlist pluginsMax Kellermann2009-10-13
* configure.ac: require GLib 2.16Max Kellermann2009-10-13
* player_control: no CamelCaseMax Kellermann2009-10-08
* automatically update the database with Linux inotifyMax Kellermann2009-09-25
* command: added command "rescan"Max Kellermann2009-09-24
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-24
* listen: handle fatal errors with GErrorMax Kellermann2009-09-24
* update: renamed directory_update_init() to update_enqueue()Max Kellermann2009-09-24
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-20
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-22
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-19
* mapper: pass music and playlist directory to mapper_init()Max Kellermann2009-07-15
* main: moved complex initialization code to glue functionsMax Kellermann2009-07-15
* main: renamed openDB() to glue_db_init_and_load()Max Kellermann2009-07-15
* cmdline: no CamelCaseMax Kellermann2009-07-15
* playlist: no CamelCaseMax Kellermann2009-07-14
* main: fix "unused local variable" warningMax Kellermann2009-07-06