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
/
stored_playlist.c
Age
Commit message (
Expand
)
Author
2009-01-04
path: removed pfx_dir()
Max Kellermann
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
2009-01-04
mapper: allocate the result of map_fs_to_utf8()
Max Kellermann
2009-01-04
playlist: use uri_has_scheme() instead of isRemoteUrl()
Max Kellermann
2009-01-02
playlist: use GLib instead of utils.h
Max Kellermann
2009-01-01
playlist: use g_file_test() instead of stat()
Max Kellermann
2009-01-01
mapper: allocate playlist path from heap
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-12-24
stored_playlist: fix integer overflow in length estimation
Max Kellermann
2008-12-16
ls: removed isValidRemoteUtf8Url()
Max Kellermann
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-26
stored_playlist: fixed signed comparison warning
Max Kellermann
2008-10-23
stored_playlist: emit idle event on delete
Max Kellermann
2008-10-23
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
2008-10-23
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
2008-10-23
stored_playlist: unsigned index arguments
Max Kellermann
2008-10-22
stored_playlist: added spl_list()
Max Kellermann
2008-10-22
stored_playlist: spl_append_uri() returns enum playlist_result
Max Kellermann
2008-10-22
stored_playlist: de-CamelCase moved function
Max Kellermann
2008-10-22
stored_playlist: moved functions from playlist.c
Max Kellermann
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann