| Commit message (Expand) | Author | Files | Lines |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 1 | -5/+13 |
2009-01-04 | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 1 | -6/+0 |
2009-01-04 | ls: include cleanup | Max Kellermann | 1 | -3/+0 |
2008-12-16 | ls: adding get_archive_by_suffix() function | Viliam Mateicka | 1 | -0/+4 |
2008-12-16 | ls: added uri_has_scheme() | Max Kellermann | 1 | -0/+6 |
2008-12-16 | ls: use bool | Max Kellermann | 1 | -1/+3 |
2008-12-16 | ls: make printRemoteUrlHandlers() return void | Max Kellermann | 1 | -1/+1 |
2008-12-16 | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 1 | -2/+0 |
2008-12-16 | ls: don't include time.h | Max Kellermann | 1 | -2/+0 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -1/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-22 | command: added print_spl_list() | Max Kellermann | 1 | -2/+0 |
2008-10-14 | ls: removed myStat(), isFile(), isDir() | Max Kellermann | 1 | -6/+0 |
2008-10-13 | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 1 | -3/+0 |
2008-10-13 | playlist: don't use isPlaylist() in deletePlaylist() | Max Kellermann | 1 | -2/+0 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-09-07 | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 1 | -2/+4 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-08-26 | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -2/+3 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -8/+8 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -6/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -0/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -10/+10 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove 'extern int errno;' | Avuton Olrich | 1 | -4/+0 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -2/+2 |
2004-06-21 | todo update | Warren Dukes | 1 | -1/+7 |
2004-06-02 | add urlhandlers command, but prolly not needed | Warren Dukes | 1 | -0/+2 |
2004-06-02 | validate url's before adding to playlist | Warren Dukes | 1 | -0/+2 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -13/+5 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -0/+2 |
2004-04-16 | remove directory mtime from db! | Warren Dukes | 1 | -1/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-03-31 | lets cleanup some file type detection and not call stat() so much | Warren Dukes | 1 | -9/+11 |
2004-03-21 | streamline ls.c code | Warren Dukes | 1 | -0/+2 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -2/+2 |
2004-03-17 | have AAC and MP4 types | Warren Dukes | 1 | -0/+2 |
2004-03-17 | fix a few snafoo's in configure.ac | Warren Dukes | 1 | -0/+2 |
2004-03-10 | fix it so that mpd will work if mtime is 0 (for those strange folk) | Warren Dukes | 1 | -7/+7 |