aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-9/+1
2006-07-30remove clumsy strncpy useEric Wong1-2/+4
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-4/+4
2006-07-20Add mpd-indent.shAvuton Olrich1-142/+153
2006-07-16Will the leaks never end?!J. Alexander Treuman1-1/+6
2006-07-16One more leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove 'extern int errno;'Avuton Olrich1-19/+3
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-18ls.c: remove unnecessary strdupEric Wong1-2/+0
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-5/+5
2005-10-25debug messages no longer cause segfaults :PEric Wong1-5/+3
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-4/+22
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-1/+1
2004-06-26patch from normalpersonWarren Dukes1-1/+4
2004-06-21fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes1-1/+1
2004-06-21todo updateWarren Dukes1-40/+19
2004-06-13slight bug fix for making sure url's obey the RFC'sWarren Dukes1-1/+1
2004-06-04clean up some command.h include stuffWarren Dukes1-1/+0
2004-06-03a slight cleanup in isValidRemoteUrl()Warren Dukes1-7/+2
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes1-0/+11
2004-06-02'\n' are badWarren Dukes1-1/+3
2004-06-02validate url's before adding to playlistWarren Dukes1-7/+59
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-18/+6
2004-05-30a small change in determining suffix of filesWarren Dukes1-12/+14