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