aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-2/+2
* eliminate g_error() usageThomas Jansen2010-09-251-4/+3
* cmdline: Add default config paths for win32.Avuton Olrich2010-05-201-1/+38
* Update copyright notices.Avuton Olrich2009-12-311-2/+2
* cmdline: print out list of encoders in --version infoViliam Mateicka2009-11-171-0/+11
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann2009-11-071-2/+21
* configure.ac: require GLib 2.16Max Kellermann2009-10-131-4/+0
* conf: handle fatal errors with GErrorMax Kellermann2009-09-241-7/+6
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-241-3/+19
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-201-14/+1
* cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann2009-07-281-1/+0
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-221-3/+3
* cmdline: renamed option "--stdout" to "--stderr"Max Kellermann2009-07-151-0/+2
* cmdline: no CamelCaseMax Kellermann2009-07-151-6/+6
* 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