aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-221-0/+3
* input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-181-0/+8
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* input/lastfm: removed obsolete last.fm input pluginMax Kellermann2009-10-131-3/+0
* configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann2009-09-241-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* ls: Print output of supported uri to fp rather than stdout.Avuton Olrich2009-03-031-1/+1
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-031-0/+20
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-021-0/+3
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-13/+1
* added support for the MMS protocolMax Kellermann2009-01-291-0/+6
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-041-4/+7
* ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann2009-01-041-35/+0
* ls: include cleanupMax Kellermann2009-01-041-6/+4
* list: removed linked list libraryMax Kellermann2009-01-021-1/+0
* ls.c: include config.h to have HAVE_CURL hereLaszlo Ashin2008-12-311-0/+1
* removed os_compat.hMax Kellermann2008-12-291-1/+2
* disable archive API without pluginsMax Kellermann2008-12-271-0/+2
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-271-0/+15
|\
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-161-0/+15
* | ls: added uri_has_scheme()Max Kellermann2008-12-161-0/+4
* | ls: don't return suffix from parent directory nameMax Kellermann2008-12-161-1/+1
* | ls: reimplement getSuffix() with strrchr()Max Kellermann2008-12-161-8/+2
* | ls: use boolMax Kellermann2008-12-161-5/+4
* | ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-161-3/+1
* | ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-40/+0
|/
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-2/+3
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-2/+1
* http: use libcurlMax Kellermann2008-10-261-0/+2
* command: added print_spl_list()Max Kellermann2008-10-221-18/+0
* stored_playlist: added spl_list()Max Kellermann2008-10-221-73/+9
* ls: removed myStat(), isFile(), isDir()Max Kellermann2008-10-141-47/+0
* song: stat file in song_file_update(), don't use isMusic()Max Kellermann2008-10-131-12/+0
* playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann2008-10-131-16/+0
* song: removed type SongListMax Kellermann2008-09-261-0/+1
* start using prefixcmp()Eric Wong2008-09-231-2/+1
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-071-6/+6
* pass constant pointersMax Kellermann2008-08-291-3/+3
* renamed functions in decoder_list.hMax Kellermann2008-08-261-1/+1
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-4/+5
* use size_tMax Kellermann2008-03-261-5/+5
* eliminated duplicate initializationMax Kellermann2008-03-261-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-17/+17
* fixed -Wshadow warningsMax Kellermann2008-01-261-17/+18
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Merge branches/ew r7104Eric Wong2007-12-281-12/+17
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+2