aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-26fixed -Wshadow warningsMax Kellermann1-9/+10
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong1-8/+8
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong1-8/+10
2008-01-01playlist: cleanup pathname generation for the "rm" command, tooEric Wong1-15/+5
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong1-6/+52
2007-12-28Merge branches/ew r7104Eric Wong1-13/+26
2007-12-27If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow1-2/+1
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-1/+172
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-5/+5
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-2/+2
2007-06-03Making some bool options more consistent.J. Alexander Treuman1-2/+4
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman1-3/+2
2007-06-01Minor formatting cleanups.J. Alexander Treuman1-2/+0
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-2/+1
2007-05-26Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman1-9/+18
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman1-3/+1
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-277/+56
2007-04-08Typo.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-20Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman1-2/+2
2007-03-20Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman1-2/+2
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman1-0/+33
2007-02-18fix for bug #1447Warren Dukes1-6/+20
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2007-01-11Remove a line of dead codeQball Cow1-2/+1
2006-12-23Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman1-1/+1
2006-11-20Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman1-0/+102
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-11/+11
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-8/+8
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-12/+2
2006-07-30Standardize state_file handling routines.Eric Wong1-179/+103
2006-07-30remove deprecated myfprintf wrapperEric Wong1-13/+14
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-4/+3
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-122/+127
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-9/+2
2006-07-21Fix a memory leak when removing a playlistJ. Alexander Treuman1-0/+2
2006-07-21Remember kids: always test your code before committingJ. Alexander Treuman1-5/+6
2006-07-21Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman1-1/+8
2006-07-21Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman1-14/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+5
2006-07-20Add mpd-indent.shAvuton Olrich1-623/+709
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-22/+22
2006-07-16Sigh, another memory leakJ. Alexander Treuman1-2/+7
2006-07-16Fixing what looks like a *huge* memory leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman1-2/+2
2006-07-14[CLEANUP] cleanup whitespace -> tabsAvuton Olrich1-69/+66
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1