aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move printAllOutputPluginTypes to output_list.cViliam Mateicka2009-03-211-2/+2
* all: Update copyright header.Avuton Olrich2009-03-131-4/+5
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-031-0/+5
* use GLIB_CHECK_VERSION()Max Kellermann2009-03-011-2/+2
* decoder_list: print decoder list with suffixesMax Kellermann2009-02-281-5/+1
* cmdline: Alphabetical help order like other GNU projects.Avuton Olrich2009-02-251-6/+6
* cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich2009-02-251-2/+7
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-191-0/+5
* conf: no CamelCase, part IMax Kellermann2009-01-171-4/+4
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-141-8/+15
* don't exit after --create-dbMax Kellermann2009-01-041-1/+1
* cmdline: exit after --versionMax Kellermann2009-01-011-0/+3
* print supported decoders in --versionViliam Mateicka2008-12-301-0/+4
* removed os_compat.hMax Kellermann2008-12-291-0/+1
* log: deprecated "error_file" optionMax Kellermann2008-12-281-1/+1
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-271-1/+1
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-271-20/+10
* cmdline: use GLib's option parserMax Kellermann2008-12-271-84/+75
* cmdline: use gboolean instead of intMax Kellermann2008-12-271-11/+9
* moved command line parser to cmdline.cMax Kellermann2008-12-271-0/+165