summaryrefslogtreecommitdiff
path: root/src/storedPlaylist.c
AgeCommit message (Expand)Author
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann
2008-10-14command: added command "idle"Max Kellermann
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann
2008-10-14playlist: moved code to playlist_save.cMax Kellermann
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann
2008-10-08directory: moved code to database.cMax Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-06song: stop storing song_typeEric Wong
2008-09-09storedPlaylist: correctly expand path when writingEric Wong
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann
2008-09-07playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann
2008-09-07playlist: replaced run-time check with assertionMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-01-29storedPlaylist: faster, but less accurate check for maximum sizesEric Wong
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong
2008-01-01storedPlaylist: cleanup load functionEric Wong
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong
2008-01-01Make utf8_to_fs_playlist_path universally accessibleEric Wong
2008-01-01storedPlaylist: fix compile warning (last-second internal API change)Eric Wong
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman