| Commit message (Expand) | Author | Age | Files | Lines |
* | cmdline: print out list of encoders in --version info | Viliam Mateicka | 2009-11-17 | 1 | -0/+11 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | decoder_list: moved print_all_decoders() to cmdline.c | Max Kellermann | 2009-11-07 | 1 | -2/+21 |
* | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 1 | -4/+0 |
* | conf: handle fatal errors with GError | Max Kellermann | 2009-09-24 | 1 | -7/+6 |
* | cmdline: handle fatal errors with GError | Max Kellermann | 2009-09-24 | 1 | -3/+19 |
* | cmdline: removed options --create-db and --no-create-db | Max Kellermann | 2009-09-20 | 1 | -14/+1 |
* | cmdline: obey $(sysconfdir) for default mpd.conf location | Max Kellermann | 2009-07-28 | 1 | -1/+0 |
* | cmdline: renamed options.stderr to options.log_stderr | Eugeny N Dzhurinsky | 2009-07-22 | 1 | -3/+3 |
* | cmdline: renamed option "--stdout" to "--stderr" | Max Kellermann | 2009-07-15 | 1 | -0/+2 |
* | cmdline: no CamelCase | Max Kellermann | 2009-07-15 | 1 | -6/+6 |
* | move printAllOutputPluginTypes to output_list.c | Viliam Mateicka | 2009-03-21 | 1 | -2/+2 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -4/+5 |
* | cmdline: Print available protocols when --version is run. | Avuton Olrich | 2009-03-03 | 1 | -0/+5 |
* | use GLIB_CHECK_VERSION() | Max Kellermann | 2009-03-01 | 1 | -2/+2 |
* | decoder_list: print decoder list with suffixes | Max Kellermann | 2009-02-28 | 1 | -5/+1 |
* | cmdline: Alphabetical help order like other GNU projects. | Avuton Olrich | 2009-02-25 | 1 | -6/+6 |
* | cmdline: Add --no-config to explicitly set daemon default options. | Avuton Olrich | 2009-02-25 | 1 | -2/+7 |
* | log: added log_early_init() for early debug messages | Max Kellermann | 2009-02-19 | 1 | -0/+5 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -4/+4 |
* | allow ~/.mpd/mpd.conf as alternate config file | Jérôme Quelin | 2009-01-14 | 1 | -8/+15 |
* | don't exit after --create-db | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | cmdline: exit after --version | Max Kellermann | 2009-01-01 | 1 | -0/+3 |
* | print supported decoders in --version | Viliam Mateicka | 2008-12-30 | 1 | -0/+4 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -0/+1 |
* | log: deprecated "error_file" option | Max Kellermann | 2008-12-28 | 1 | -1/+1 |
* | cmdline: fixed option_no_createdb usage | Viliam Mateicka | 2008-12-27 | 1 | -1/+1 |
* | cmdline: use g_build_filename() for ~/.mpdconf | Max Kellermann | 2008-12-27 | 1 | -20/+10 |
* | cmdline: use GLib's option parser | Max Kellermann | 2008-12-27 | 1 | -84/+75 |
* | cmdline: use gboolean instead of int | Max Kellermann | 2008-12-27 | 1 | -11/+9 |
* | moved command line parser to cmdline.c | Max Kellermann | 2008-12-27 | 1 | -0/+165 |