aboutsummaryrefslogtreecommitdiff
path: root/src/ls.c
Commit message (Expand)AuthorAge
* 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
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* The massive copyright updateAvuton Olrich2007-04-05
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-14
* remove clumsy strncpy useEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Will the leaks never end?!J. Alexander Treuman2006-07-16
* One more leakJ. Alexander Treuman2006-07-16
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-16
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove 'extern int errno;'Avuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* ls.c: remove unnecessary strdupEric Wong2006-03-18
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* debug messages no longer cause segfaults :PEric Wong2005-10-25
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* patch from normalpersonWarren Dukes2004-06-26
* fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes2004-06-21
* todo updateWarren Dukes2004-06-21
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-13
* clean up some command.h include stuffWarren Dukes2004-06-04
* a slight cleanup in isValidRemoteUrl()Warren Dukes2004-06-03