aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-21move printAllOutputPluginTypes to output_list.cViliam Mateicka1-2/+2
2009-03-13all: Update copyright header.Avuton Olrich1-4/+5
2009-03-03cmdline: Print available protocols when --version is run.Avuton Olrich1-0/+5
2009-03-01use GLIB_CHECK_VERSION()Max Kellermann1-2/+2
2009-02-28decoder_list: print decoder list with suffixesMax Kellermann1-5/+1
2009-02-25cmdline: Alphabetical help order like other GNU projects.Avuton Olrich1-6/+6
2009-02-25cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich1-2/+7
2009-02-19log: added log_early_init() for early debug messagesMax Kellermann1-0/+5
2009-01-17conf: no CamelCase, part IMax Kellermann1-4/+4
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin1-8/+15
2009-01-04don't exit after --create-dbMax Kellermann1-1/+1
2009-01-01cmdline: exit after --versionMax Kellermann1-0/+3
2008-12-30print supported decoders in --versionViliam Mateicka1-0/+4
2008-12-29removed os_compat.hMax Kellermann1-0/+1
2008-12-28log: deprecated "error_file" optionMax Kellermann1-1/+1
2008-12-27cmdline: fixed option_no_createdb usageViliam Mateicka1-1/+1
2008-12-27cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann1-20/+10
2008-12-27cmdline: use GLib's option parserMax Kellermann1-84/+75
2008-12-27cmdline: use gboolean instead of intMax Kellermann1-11/+9
2008-12-27moved command line parser to cmdline.cMax Kellermann1-0/+165