aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_save.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-3/+4
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merge branch 'v0.15.x'Max Kellermann2009-12-141-1/+4
|\
| * mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-081-1/+4
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-1/+1
* | playlist: no CamelCaseMax Kellermann2009-07-141-2/+2
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-041-0/+6
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-3/+3
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-251-1/+1
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-251-0/+65
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-1/+1
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-081-6/+5
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-5/+7
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-041-1/+1
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-021-2/+4
* mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann2009-01-021-4/+8
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-241-1/+1
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-1/+1
* update: check return valuesMax Kellermann2008-10-311-1/+2
* stored_playlist: don't map files outside the databaseMax Kellermann2008-10-231-2/+3
* playlist: don't use uninitialized local variable (typo)Max Kellermann2008-10-141-1/+1
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-8/+14
* playlist: moved code to playlist_save.cMax Kellermann2008-10-141-0/+49