aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-3/+3
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* no commandError() in playerSeek()Max Kellermann2008-08-261-2/+6
* don't initialize "i" if we overwrite it anywayMax Kellermann2008-08-261-1/+3
* removed the "queue" parameter from syncPlaylistWithQueue()Max Kellermann2008-08-261-12/+11
* merge the playlist lock functions into clearPlayerQueue()Max Kellermann2008-08-261-24/+11
* use switch/case in syncPlaylistWithQueue()Max Kellermann2008-08-261-8/+18
* don't call playerStop() before playerPlay()Max Kellermann2008-08-261-2/+0
* queueSong() cannot failMax Kellermann2008-08-261-13/+3
* added enum player_queue_stateMax Kellermann2008-08-261-0/+6
* playlist: eliminate unused fd parametersMax Kellermann2008-08-261-37/+30
* player: no "fd" and no return valueMax Kellermann2008-08-261-14/+9
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+1
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* added clearPlayerQueueLocked()Max Kellermann2008-04-121-43/+24
* fix strtok() related segmentation faultMax Kellermann2008-03-261-1/+4
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* fix "unreachable code" warningMax Kellermann2008-03-261-6/+0
* check the result of fopen() in all code pathsMax Kellermann2008-03-261-0/+5
* Revert the queue implementation and commandsEric Wong2008-01-261-173/+1
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-261-1/+1
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-261-8/+14
* playlist: allow move to specify offset from current songEric Wong2008-01-261-1/+10
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-8/+9
* fixed -Wshadow warningsMax Kellermann2008-01-261-9/+10
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-011-8/+8
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-011-8/+10
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-011-15/+5
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-011-6/+52
* Merge branches/ew r7104Eric Wong2007-12-281-13/+26
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-271-2/+1
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-261-1/+172
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-5/+5
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-041-2/+2
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-2/+4
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-011-3/+2
* Minor formatting cleanups.J. Alexander Treuman2007-06-011-2/+0
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-2/+1
* Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman2007-05-261-9/+18
* Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2007-05-261-3/+1
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-277/+56
* Typo.J. Alexander Treuman2007-04-081-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-201-2/+2
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-201-2/+2
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-241-0/+33
* fix for bug #1447Warren Dukes2007-02-181-6/+20
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-141-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3