summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2013-01-03ls: convert to C++Max Kellermann
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann
2012-06-12Merge branch 'v0.16.x'Max Kellermann
2012-06-12cmdline: consistent plugin listingsMax Kellermann
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann
2011-03-29input: Add despotify input pluginSimon Kagstrom
2011-01-29copyright year 2011Max Kellermann
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-03ls: Print output of supported uri to fp rather than stdout.Avuton Olrich
2009-03-03cmdline: Print available protocols when --version is run.Avuton Olrich
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann
2009-01-29added support for the MMS protocolMax Kellermann
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann
2009-01-04ls: include cleanupMax Kellermann
2009-01-02list: removed linked list libraryMax Kellermann
2008-12-31ls.c: include config.h to have HAVE_CURL hereLaszlo Ashin
2008-12-29removed os_compat.hMax Kellermann
2008-12-27disable archive API without pluginsMax Kellermann
2008-12-27Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann
2008-12-16ls: adding get_archive_by_suffix() functionViliam Mateicka
2008-12-16ls: added uri_has_scheme()Max Kellermann
2008-12-16ls: don't return suffix from parent directory nameMax Kellermann
2008-12-16ls: reimplement getSuffix() with strrchr()Max Kellermann
2008-12-16ls: use boolMax Kellermann
2008-12-16ls: make printRemoteUrlHandlers() return voidMax Kellermann
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann
2008-11-01decoder: return const decoder_plugin structsMax Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-26http: use libcurlMax Kellermann
2008-10-22command: added print_spl_list()Max Kellermann
2008-10-22stored_playlist: added spl_list()Max Kellermann
2008-10-14ls: removed myStat(), isFile(), isDir()Max Kellermann
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann
2008-09-26song: removed type SongListMax Kellermann
2008-09-23start using prefixcmp()Eric Wong
2008-09-07ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann
2008-08-29pass constant pointersMax Kellermann
2008-08-26renamed functions in decoder_list.hMax Kellermann
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-03-26use size_tMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann