aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.c
Commit message (Expand)AuthorAge
* cmdline: bunch of fixes related to config file selectionDenis Krjuchkov2013-01-03
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\
| * cmdline: consistent plugin listingsMax Kellermann2012-06-12
| * cmdline: dump list of input pluginsMax Kellermann2012-06-12
| * cmdline: dump list of playlist pluginsMax Kellermann2012-06-12
| * cmdline: change --version formattingMax Kellermann2012-06-12
| * decoder_list: add _for_each() macrosMax Kellermann2012-06-12
| * cmdline: don't initalise archive plugins for --versionMax Kellermann2012-06-12
| * cmdline: update copyright yearMax Kellermann2012-06-12
| * Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-12
* | Merge branch 'v0.16.x'Max Kellermann2011-12-13
|\|
| * cmdline: Remove duplicate g_free()sAvuton Olrich2011-12-12
* | copyright year 2011Max Kellermann2011-01-29
|/
* eliminate g_error() usageThomas Jansen2010-09-25
* cmdline: Add default config paths for win32.Avuton Olrich2010-05-20
* Update copyright notices.Avuton Olrich2009-12-31
* cmdline: print out list of encoders in --version infoViliam Mateicka2009-11-17
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann2009-11-07
* configure.ac: require GLib 2.16Max Kellermann2009-10-13
* conf: handle fatal errors with GErrorMax Kellermann2009-09-24
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-24
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-20
* cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann2009-07-28
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-22
* cmdline: renamed option "--stdout" to "--stderr"Max Kellermann2009-07-15
* cmdline: no CamelCaseMax Kellermann2009-07-15
* move printAllOutputPluginTypes to output_list.cViliam Mateicka2009-03-21
* all: Update copyright header.Avuton Olrich2009-03-13
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-03
* use GLIB_CHECK_VERSION()Max Kellermann2009-03-01
* decoder_list: print decoder list with suffixesMax Kellermann2009-02-28
* cmdline: Alphabetical help order like other GNU projects.Avuton Olrich2009-02-25
* cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich2009-02-25
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-19
* conf: no CamelCase, part IMax Kellermann2009-01-17
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-14
* don't exit after --create-dbMax Kellermann2009-01-04
* cmdline: exit after --versionMax Kellermann2009-01-01
* print supported decoders in --versionViliam Mateicka2008-12-30
* removed os_compat.hMax Kellermann2008-12-29
* log: deprecated "error_file" optionMax Kellermann2008-12-28
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-27
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-27
* cmdline: use GLib's option parserMax Kellermann2008-12-27
* cmdline: use gboolean instead of intMax Kellermann2008-12-27
* moved command line parser to cmdline.cMax Kellermann2008-12-27