aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-12-16ls: make printRemoteUrlHandlers() return voidMax Kellermann1-3/+1
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann1-40/+0
2008-11-01decoder: return const decoder_plugin structsMax Kellermann1-2/+3
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-2/+1
2008-10-26http: use libcurlMax Kellermann1-0/+2
2008-10-22command: added print_spl_list()Max Kellermann1-18/+0
2008-10-22stored_playlist: added spl_list()Max Kellermann1-73/+9
2008-10-14ls: removed myStat(), isFile(), isDir()Max Kellermann1-47/+0
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann1-12/+0
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann1-16/+0
2008-09-26song: removed type SongListMax Kellermann1-0/+1
2008-09-23start using prefixcmp()Eric Wong1-2/+1
2008-09-07ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann1-6/+6
2008-08-29pass constant pointersMax Kellermann1-3/+3
2008-08-26renamed functions in decoder_list.hMax Kellermann1-1/+1
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-4/+5
2008-03-26use size_tMax Kellermann1-5/+5
2008-03-26eliminated duplicate initializationMax Kellermann1-1/+1
2008-02-05fix -Wconst warningsMax Kellermann1-17/+17
2008-01-26fixed -Wshadow warningsMax Kellermann1-17/+18
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-12-28Merge branches/ew r7104Eric Wong1-12/+17
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+2
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1