aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* client_idle: add header client_idle.hMax Kellermann2011-01-291-0/+1
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-8/+11
* eliminate g_error() usageThomas Jansen2010-09-251-12/+13
* main: Add Windows Service supportDenis Krjuchkov2010-09-231-1/+27
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-131-1/+2
* replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-041-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* output_init: use the normalize filter pluginMax Kellermann2009-12-251-3/+0
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-141-1/+7
* input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-141-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+2
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-3/+0
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-3/+3
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-261-2/+6
* add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka2009-10-241-0/+7
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+4
* audio: removed function finishAudioConfig()Max Kellermann2009-10-221-1/+0
* main: put #ifdef inside winsock_init()Max Kellermann2009-10-221-5/+2
* main: call g_set_application_name()Max Kellermann2009-10-201-0/+2
* main: initialize playlist pluginsMax Kellermann2009-10-131-0/+3
* configure.ac: require GLib 2.16Max Kellermann2009-10-131-2/+0
* player_control: no CamelCaseMax Kellermann2009-10-081-1/+1
* automatically update the database with Linux inotifyMax Kellermann2009-09-251-0/+6
* command: added command "rescan"Max Kellermann2009-09-241-1/+1
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+6
* listen: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+8
* update: renamed directory_update_init() to update_enqueue()Max Kellermann2009-09-241-1/+1
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-201-12/+4
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-221-2/+2
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-191-0/+1
* mapper: pass music and playlist directory to mapper_init()Max Kellermann2009-07-151-1/+17
* main: moved complex initialization code to glue functionsMax Kellermann2009-07-151-17/+36
* main: renamed openDB() to glue_db_init_and_load()Max Kellermann2009-07-151-2/+2
* cmdline: no CamelCaseMax Kellermann2009-07-151-7/+7
* playlist: no CamelCaseMax Kellermann2009-07-141-2/+2
* main: fix "unused local variable" warningMax Kellermann2009-07-061-0/+2
* sticker: use GError for error handlingMax Kellermann2009-07-051-1/+6
* conf: log unused/unknown block parametersMax Kellermann2009-06-251-0/+2
* Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara2009-03-271-0/+36
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-151-3/+3
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-4/+1
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-031-0/+1
* database: db_load() returns GErrorMax Kellermann2009-03-021-1/+5
* listen: no CamelCaseMax Kellermann2009-02-241-2/+2
* output_all: no CamelCaseMax Kellermann2009-02-101-2/+2
* audio: moved code to output_all.cMax Kellermann2009-02-101-0/+1
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-1/+0