aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-07
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-07
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* renamed player.c to player_control.cMax Kellermann2008-08-26
* no commandError() in playerSeek()Max Kellermann2008-08-26
* don't initialize "i" if we overwrite it anywayMax Kellermann2008-08-26
* removed the "queue" parameter from syncPlaylistWithQueue()Max Kellermann2008-08-26
* merge the playlist lock functions into clearPlayerQueue()Max Kellermann2008-08-26
* use switch/case in syncPlaylistWithQueue()Max Kellermann2008-08-26
* don't call playerStop() before playerPlay()Max Kellermann2008-08-26
* queueSong() cannot failMax Kellermann2008-08-26
* added enum player_queue_stateMax Kellermann2008-08-26
* playlist: eliminate unused fd parametersMax Kellermann2008-08-26
* player: no "fd" and no return valueMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* 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