index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ls.h
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-03
cmdline: Print available protocols when --version is run.
Avuton Olrich
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
2009-01-04
ls: renamed functions, no CamelCase
Max Kellermann
2009-01-04
ls: removed hasMusicSuffix() and get_archive_by_suffix()
Max Kellermann
2009-01-04
ls: include cleanup
Max Kellermann
2008-12-27
Merge branch 'experimental' of git://git.musicpd.org/metyl/mpd
Max Kellermann
2008-12-16
ls: adding get_archive_by_suffix() function
Viliam Mateicka
2008-12-16
ls: added uri_has_scheme()
Max Kellermann
2008-12-16
ls: use bool
Max Kellermann
2008-12-16
ls: make printRemoteUrlHandlers() return void
Max Kellermann
2008-12-16
ls: removed isValidRemoteUtf8Url()
Max Kellermann
2008-12-16
ls: don't include time.h
Max Kellermann
2008-11-01
decoder: return const decoder_plugin structs
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-22
command: added print_spl_list()
Max Kellermann
2008-10-14
ls: removed myStat(), isFile(), isDir()
Max Kellermann
2008-10-13
song: stat file in song_file_update(), don't use isMusic()
Max Kellermann
2008-10-13
playlist: don't use isPlaylist() in deletePlaylist()
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-09-07
ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()
Max Kellermann
2008-08-29
pass constant pointers
Max Kellermann
2008-08-26
renamed inputPlugin.* to decoder_list.*
Max Kellermann
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-14
[CLEANUP] Remove 'extern int errno;'
Avuton Olrich
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2006-03-16
merge with mpd/trunk up to r3925
Eric Wong
2004-06-21
todo update
Warren Dukes
2004-06-02
add urlhandlers command, but prolly not needed
Warren Dukes
2004-06-02
validate url's before adding to playlist
Warren Dukes
2004-05-31
mp3 and ogg plugin stuff
Warren Dukes
2004-05-13
redimentary addition of url's to playlist
Warren Dukes
2004-04-16
remove directory mtime from db!
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-03-31
lets cleanup some file type detection and not call stat() so much
Warren Dukes
2004-03-21
streamline ls.c code
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-17
have AAC and MP4 types
Warren Dukes
2004-03-17
fix a few snafoo's in configure.ac
Warren Dukes
2004-03-10
fix it so that mpd will work if mtime is 0 (for those strange folk)
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes