| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | output_init: use the normalize filter plugin | Max Kellermann | 2009-12-25 | 1 | -3/+0 |
* | input_plugin: method init() returns errors with GError | Max Kellermann | 2009-12-14 | 1 | -1/+7 |
* | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 2009-12-14 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -0/+2 |
* | decoder_control: removed the global variable "dc" | Max Kellermann | 2009-10-31 | 1 | -3/+0 |
* | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -3/+3 |
* | mpd.conf: new bool config value for enabling/disabling inotify update | Viliam Mateicka | 2009-10-26 | 1 | -2/+6 |
* | add --disable-inotify for configure to disable inotify when autodetected | Viliam Mateicka | 2009-10-24 | 1 | -0/+7 |
* | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+4 |
* | audio: removed function finishAudioConfig() | Max Kellermann | 2009-10-22 | 1 | -1/+0 |
* | main: put #ifdef inside winsock_init() | Max Kellermann | 2009-10-22 | 1 | -5/+2 |
* | main: call g_set_application_name() | Max Kellermann | 2009-10-20 | 1 | -0/+2 |
* | main: initialize playlist plugins | Max Kellermann | 2009-10-13 | 1 | -0/+3 |
* | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 1 | -2/+0 |
* | player_control: no CamelCase | Max Kellermann | 2009-10-08 | 1 | -1/+1 |
* | automatically update the database with Linux inotify | Max Kellermann | 2009-09-25 | 1 | -0/+6 |
* | command: added command "rescan" | Max Kellermann | 2009-09-24 | 1 | -1/+1 |
* | cmdline: handle fatal errors with GError | Max Kellermann | 2009-09-24 | 1 | -1/+6 |
* | listen: handle fatal errors with GError | Max Kellermann | 2009-09-24 | 1 | -1/+8 |
* | update: renamed directory_update_init() to update_enqueue() | Max Kellermann | 2009-09-24 | 1 | -1/+1 |
* | cmdline: removed options --create-db and --no-create-db | Max Kellermann | 2009-09-20 | 1 | -12/+4 |
* | cmdline: renamed options.stderr to options.log_stderr | Eugeny N Dzhurinsky | 2009-07-22 | 1 | -2/+2 |
* | daemon: added "group" configuration option | Michal Nazarewicz | 2009-07-19 | 1 | -0/+1 |
* | mapper: pass music and playlist directory to mapper_init() | Max Kellermann | 2009-07-15 | 1 | -1/+17 |
* | main: moved complex initialization code to glue functions | Max Kellermann | 2009-07-15 | 1 | -17/+36 |
* | main: renamed openDB() to glue_db_init_and_load() | Max Kellermann | 2009-07-15 | 1 | -2/+2 |
* | cmdline: no CamelCase | Max Kellermann | 2009-07-15 | 1 | -7/+7 |
* | playlist: no CamelCase | Max Kellermann | 2009-07-14 | 1 | -2/+2 |
* | main: fix "unused local variable" warning | Max Kellermann | 2009-07-06 | 1 | -0/+2 |
* | sticker: use GError for error handling | Max Kellermann | 2009-07-05 | 1 | -1/+6 |
* | conf: log unused/unknown block parameters | Max Kellermann | 2009-06-25 | 1 | -0/+2 |
* | Winsock2 is needed on MinGW (or other pure Win32 toolchains) for | Sean McNamara | 2009-03-27 | 1 | -0/+36 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 1 | -3/+3 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -4/+1 |
* | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 2009-03-03 | 1 | -0/+1 |
* | database: db_load() returns GError | Max Kellermann | 2009-03-02 | 1 | -1/+5 |
* | listen: no CamelCase | Max Kellermann | 2009-02-24 | 1 | -2/+2 |
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 1 | -2/+2 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 1 | -1/+0 |
* | main: don't pass argv[0] to openDB() | Max Kellermann | 2009-02-02 | 1 | -6/+4 |
* | main: create database after daemonization | Max Kellermann | 2009-02-02 | 1 | -8/+29 |
* | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 1 | -0/+2 |
* | player_thread: start decoder thread in player thread | Max Kellermann | 2009-01-25 | 1 | -2/+0 |
* | sticker: new library for storing dynamic information about songs | Max Kellermann | 2009-01-19 | 1 | -0/+12 |