aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23stored_playlist: remove database lookups from spl_load()Max Kellermann1-7/+1
2010-12-23stored_playlist: ignore empty linesMax Kellermann1-1/+1
2010-12-23stored_playlist: use the text_file library to read linesMax Kellermann1-6/+4
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-10/+10
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann1-6/+21
2009-12-08command: verify playlist name in the "rm" commandMax Kellermann1-0/+3
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-04-24stored_playlist: don't close NULL file on errorMax Kellermann1-5/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann1-5/+23
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-0/+15
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann1-7/+4
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-1/+18
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann1-3/+3
2009-01-04path: removed pfx_dir()Max Kellermann1-6/+4
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-4/+4
2009-01-04mapper: allocate the result of map_fs_to_utf8()Max Kellermann1-2/+3
2009-01-04playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann1-12/+11
2009-01-02playlist: use GLib instead of utils.hMax Kellermann1-2/+2
2009-01-01playlist: use g_file_test() instead of stat()Max Kellermann1-4/+2
2009-01-01mapper: allocate playlist path from heapMax Kellermann1-28/+41
2008-12-29removed os_compat.hMax Kellermann1-1/+7
2008-12-28utils: removed myFgets()Max Kellermann1-1/+3
2008-12-24stored_playlist: fix integer overflow in length estimationMax Kellermann1-1/+1
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann1-2/+2
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann1-17/+24
2008-10-26stored_playlist: fixed signed comparison warningMax Kellermann1-1/+1
2008-10-23stored_playlist: emit idle event on deleteMax Kellermann1-0/+1
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann1-0/+15
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann1-128/+62
2008-10-23stored_playlist: unsigned index argumentsMax Kellermann1-4/+4
2008-10-22stored_playlist: added spl_list()Max Kellermann1-0/+79
2008-10-22stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann1-4/+3
2008-10-22stored_playlist: de-CamelCase moved functionMax Kellermann1-1/+2
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann1-0/+22
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-19/+23
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-1/+1
2008-10-14command: added command "idle"Max Kellermann1-0/+11
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-9/+17
2008-10-14playlist: moved code to playlist_save.cMax Kellermann1-14/+3
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann1-1/+1
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-08directory: moved code to database.cMax Kellermann1-1/+1
2008-10-08song: removed CamelCaseMax Kellermann1-2/+3
2008-10-08song: converted typedef Song to struct songMax Kellermann1-2/+3
2008-10-06song: stop storing song_typeEric Wong1-1/+1
2008-09-09storedPlaylist: correctly expand path when writingEric Wong1-5/+6