aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-94/+65
2008-09-07playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann1-0/+2
2008-09-07playlist: replaced run-time check with assertionMax Kellermann1-2/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-01-29storedPlaylist: faster, but less accurate check for maximum sizesEric Wong1-7/+7
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong1-1/+15
2008-01-26fixed -Wshadow warningsMax Kellermann1-4/+4
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong1-74/+51
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong1-93/+56
2008-01-01storedPlaylist: cleanup load functionEric Wong1-72/+16
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong1-23/+0
2008-01-01Make utf8_to_fs_playlist_path universally accessibleEric Wong1-11/+0
2008-01-01storedPlaylist: fix compile warning (last-second internal API change)Eric Wong1-2/+0
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong1-85/+72
2007-12-28Merge branches/ew r7104Eric Wong1-23/+34
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman1-2/+2
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman1-20/+37
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman1-50/+18
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman1-2/+0
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman1-63/+25
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+65
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman1-28/+42
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman1-0/+4
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+473