aboutsummaryrefslogtreecommitdiff
path: root/src/stored_playlist.c
Commit message (Expand)AuthorAge
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
* playlist: move PLAYLIST_COMMENT to stored_playlist.cMax Kellermann2011-09-11
* copyright year 2011Max Kellermann2011-01-29
* stored_playlist: remove database lookups from spl_load()Max Kellermann2010-12-23
* stored_playlist: ignore empty linesMax Kellermann2010-12-23
* stored_playlist: use the text_file library to read linesMax Kellermann2010-12-23
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-25
* Update copyright notices.Avuton Olrich2009-12-31
* Merge branch 'v0.15.x'Max Kellermann2009-12-14
|\
| * mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-08
| * command: verify playlist name in the "rm" commandMax Kellermann2009-12-08
* | include config.h in all sourcesMax Kellermann2009-11-12
|/
* stored_playlist: don't close NULL file on errorMax Kellermann2009-04-24
* all: Update copyright header.Avuton Olrich2009-03-13
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-25
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-08
* path: removed pfx_dir()Max Kellermann2009-01-04
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* mapper: allocate the result of map_fs_to_utf8()Max Kellermann2009-01-04
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-04
* playlist: use GLib instead of utils.hMax Kellermann2009-01-02
* playlist: use g_file_test() instead of stat()Max Kellermann2009-01-01
* mapper: allocate playlist path from heapMax Kellermann2009-01-01
* removed os_compat.hMax Kellermann2008-12-29
* utils: removed myFgets()Max Kellermann2008-12-28
* stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-24
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-16
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-31
* stored_playlist: fixed signed comparison warningMax Kellermann2008-10-26
* stored_playlist: emit idle event on deleteMax Kellermann2008-10-23
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-23
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-23
* stored_playlist: unsigned index argumentsMax Kellermann2008-10-23
* stored_playlist: added spl_list()Max Kellermann2008-10-22
* stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann2008-10-22
* stored_playlist: de-CamelCase moved functionMax Kellermann2008-10-22
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-22
* stored_playlist: no CamelCaseMax Kellermann2008-10-22
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-22