aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-1/+1
* directory: moved code to database.cMax Kellermann2008-10-111-1/+1
* song: removed CamelCaseMax Kellermann2008-10-111-2/+2
* song: converted typedef Song to struct songMax Kellermann2008-10-111-2/+2
* song: stop storing song_typeEric Wong2008-10-051-1/+1
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-091-96/+67
* playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann2008-09-091-0/+2
* playlist: replaced run-time check with assertionMax Kellermann2008-09-091-1/+3
* storedPlaylist: correctly expand path when writingEric Wong2008-09-011-6/+7
* clean up CPP includesMax Kellermann2008-04-121-2/+0
* storedPlaylist: faster, but less accurate check for maximum sizesEric Wong2008-01-291-7/+7
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-261-1/+15
* fixed -Wshadow warningsMax Kellermann2008-01-261-4/+4
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-011-74/+51
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-011-93/+56
* storedPlaylist: cleanup load functionEric Wong2008-01-011-72/+16
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-011-23/+0
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-011-11/+0
* storedPlaylist: fix compile warning (last-second internal API change)Eric Wong2008-01-011-2/+0
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-011-85/+72
* Merge branches/ew r7104Eric Wong2007-12-281-23/+34
* Changing calls to strdup to xstrdup.J. Alexander Treuman2007-05-261-2/+2
* Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2007-05-261-20/+37
* More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman2007-05-261-50/+18
* Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman2007-05-261-2/+0
* Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman2007-05-251-63/+25
* Adding rename command, for renaming stored playlists.J. Alexander Treuman2007-05-241-0/+65
* Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman2007-05-241-28/+42
* Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman2007-05-161-0/+4
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-0/+473