aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* stored_playlist: remove database lookups from spl_load()Max Kellermann2010-12-231-7/+1
* stored_playlist: ignore empty linesMax Kellermann2010-12-231-1/+1
* stored_playlist: use the text_file library to read linesMax Kellermann2010-12-231-6/+4
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-251-10/+10
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merge branch 'v0.15.x'Max Kellermann2009-12-141-6/+24
|\
| * mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-081-6/+21
| * command: verify playlist name in the "rm" commandMax Kellermann2009-12-081-0/+3
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
|/
* stored_playlist: don't close NULL file on errorMax Kellermann2009-04-241-5/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-251-5/+23
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-0/+15
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-251-7/+4
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-1/+18
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-081-3/+3
* path: removed pfx_dir()Max Kellermann2009-01-041-6/+4
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-4/+4
* mapper: allocate the result of map_fs_to_utf8()Max Kellermann2009-01-041-2/+3
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-041-12/+11
* playlist: use GLib instead of utils.hMax Kellermann2009-01-021-2/+2
* playlist: use g_file_test() instead of stat()Max Kellermann2009-01-011-4/+2
* mapper: allocate playlist path from heapMax Kellermann2009-01-011-28/+41
* removed os_compat.hMax Kellermann2008-12-291-1/+7
* utils: removed myFgets()Max Kellermann2008-12-281-1/+3
* stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-241-1/+1
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-2/+2
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-17/+24
* stored_playlist: fixed signed comparison warningMax Kellermann2008-10-261-1/+1
* stored_playlist: emit idle event on deleteMax Kellermann2008-10-231-0/+1
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-231-0/+15
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-231-128/+62
* stored_playlist: unsigned index argumentsMax Kellermann2008-10-231-4/+4
* stored_playlist: added spl_list()Max Kellermann2008-10-221-0/+79
* stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann2008-10-221-4/+3
* stored_playlist: de-CamelCase moved functionMax Kellermann2008-10-221-1/+2
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-221-0/+22
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-19/+23
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-0/+340