aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann1-1/+1
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann1-3/+4
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann1-3/+0
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-09ls: make the static array "const"Max Kellermann1-4/+4
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-2/+2
2014-02-06input/nfs: new plugin using libnfsMax Kellermann1-0/+3
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-29input/smbclient: new input pluginMax Kellermann1-0/+3
2013-12-19add draft ALSA input pluginSteven O'Brien1-0/+3
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-3/+2
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-09-05input/curl: enable httpsAles Guzik1-0/+1
2013-04-17input/soup: plugin removedMax Kellermann1-1/+1
2013-04-08uri: convert to C++Max Kellermann1-5/+1
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-1/+1
2013-01-03ls.h: rename to ls.hxxMax Kellermann1-1/+1
2013-01-03client: convert to C++Max Kellermann1-1/+2
2013-01-03ls: convert to C++Max Kellermann1-1/+4
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-0/+2
2012-06-12cmdline: consistent plugin listingsMax Kellermann1-2/+2
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann1-1/+1
2011-03-29input: Add despotify input pluginSimon Kagstrom1-0/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann1-0/+3
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann1-0/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann1-3/+0
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-03ls: Print output of supported uri to fp rather than stdout.Avuton Olrich1-1/+1
2009-03-03cmdline: Print available protocols when --version is run.Avuton Olrich1-0/+20
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann1-0/+3
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-13/+1
2009-01-29added support for the MMS protocolMax Kellermann1-0/+6
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-4/+7
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann1-35/+0
2009-01-04ls: include cleanupMax Kellermann1-6/+4
2009-01-02list: removed linked list libraryMax Kellermann1-1/+0
2008-12-31ls.c: include config.h to have HAVE_CURL hereLaszlo Ashin1-0/+1
2008-12-29removed os_compat.hMax Kellermann1-1/+2
2008-12-27disable archive API without pluginsMax Kellermann1-0/+2
2008-12-16ls: adding get_archive_by_suffix() functionViliam Mateicka1-0/+15
2008-12-16ls: added uri_has_scheme()Max Kellermann1-0/+4
2008-12-16ls: don't return suffix from parent directory nameMax Kellermann1-1/+1
2008-12-16ls: reimplement getSuffix() with strrchr()Max Kellermann1-8/+2
2008-12-16ls: use boolMax Kellermann1-5/+4