aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* 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
* sticker: use GError for error handlingMax Kellermann2009-07-05
* conf: log unused/unknown block parametersMax Kellermann2009-06-25
* Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara2009-03-27
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-06
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-03
* database: db_load() returns GErrorMax Kellermann2009-03-02
* listen: no CamelCaseMax Kellermann2009-02-24
* output_all: no CamelCaseMax Kellermann2009-02-10
* audio: moved code to output_all.cMax Kellermann2009-02-10
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* main: don't pass argv[0] to openDB()Max Kellermann2009-02-02
* main: create database after daemonizationMax Kellermann2009-02-02
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* player_thread: start decoder thread in player threadMax Kellermann2009-01-25
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-19
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-18
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-18