summaryrefslogtreecommitdiff
path: root/src/stored_playlist.c
AgeCommit message (Expand)Author
2009-01-04path: removed pfx_dir()Max Kellermann
2009-01-04song: allocate the result of song_get_url()Max Kellermann
2009-01-04mapper: allocate the result of map_fs_to_utf8()Max Kellermann
2009-01-04playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann
2009-01-02playlist: use GLib instead of utils.hMax Kellermann
2009-01-01playlist: use g_file_test() instead of stat()Max Kellermann
2009-01-01mapper: allocate playlist path from heapMax Kellermann
2008-12-29removed os_compat.hMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-12-24stored_playlist: fix integer overflow in length estimationMax Kellermann
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann
2008-10-26stored_playlist: fixed signed comparison warningMax Kellermann
2008-10-23stored_playlist: emit idle event on deleteMax Kellermann
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann
2008-10-23stored_playlist: unsigned index argumentsMax Kellermann
2008-10-22stored_playlist: added spl_list()Max Kellermann
2008-10-22stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann
2008-10-22stored_playlist: de-CamelCase moved functionMax Kellermann
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann
2008-10-22stored_playlist: no CamelCaseMax Kellermann
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann