aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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