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