aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_save.c
Commit message (Expand)AuthorAge
* playlist_save: use temp2 instead of tempMax Kellermann2012-10-05
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\
| * Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-12
* | playlist_save: add start/end_index parametersMax Kellermann2012-02-09
* | stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
* | playlist: move enum playlist_result to playlist_error.hMax Kellermann2011-09-11
* | copyright year 2011Max Kellermann2011-01-29
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* 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
* | include config.h in all sourcesMax Kellermann2009-11-12
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-20
* | playlist: no CamelCaseMax Kellermann2009-07-14
|/
* all: Update copyright header.Avuton Olrich2009-03-13
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-04
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-08
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-04
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-02
* mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann2009-01-02
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-24
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-16
* update: check return valuesMax Kellermann2008-10-31
* stored_playlist: don't map files outside the databaseMax Kellermann2008-10-23
* playlist: don't use uninitialized local variable (typo)Max Kellermann2008-10-14
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-14
* playlist: moved code to playlist_save.cMax Kellermann2008-10-14