aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-2/+2
2010-09-25eliminate g_error() usageThomas Jansen1-4/+3
2010-05-20cmdline: Add default config paths for win32.Avuton Olrich1-1/+38
2009-12-31Update copyright notices.Avuton Olrich1-2/+2
2009-11-17cmdline: print out list of encoders in --version infoViliam Mateicka1-0/+11
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann1-2/+21
2009-10-13configure.ac: require GLib 2.16Max Kellermann1-4/+0
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-7/+6
2009-09-24cmdline: handle fatal errors with GErrorMax Kellermann1-3/+19
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann1-14/+1
2009-07-28cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann1-1/+0
2009-07-22cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky1-3/+3
2009-07-15cmdline: renamed option "--stdout" to "--stderr"Max Kellermann1-0/+2
2009-07-15cmdline: no CamelCaseMax Kellermann1-6/+6
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