aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* clean up CPP includesMax Kellermann2008-04-12
* added clearPlayerQueueLocked()Max Kellermann2008-04-12
* fix strtok() related segmentation faultMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* fix "unreachable code" warningMax Kellermann2008-03-26
* check the result of fopen() in all code pathsMax Kellermann2008-03-26
* Revert the queue implementation and commandsEric Wong2008-01-26
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-26
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-26
* playlist: allow move to specify offset from current songEric Wong2008-01-26
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-01
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-01
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-01
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-01
* Merge branches/ew r7104Eric Wong2007-12-28
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-27
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-26
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-04
* Making some bool options more consistent.J. Alexander Treuman2007-06-03
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-01
* Minor formatting cleanups.J. Alexander Treuman2007-06-01
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman2007-05-26
* Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2007-05-26
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-16
* Typo.J. Alexander Treuman2007-04-08
* The massive copyright updateAvuton Olrich2007-04-05
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-20
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-20
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-24
* fix for bug #1447Warren Dukes2007-02-18
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Remove a line of dead codeQball Cow2007-01-11
* Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman2006-12-23
* Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman2006-11-20
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-14
* Standardize state_file handling routines.Eric Wong2006-07-30
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-27
* Fix a memory leak when removing a playlistJ. Alexander Treuman2006-07-21
* Remember kids: always test your code before committingJ. Alexander Treuman2006-07-21