aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch to C99 types, part IIMax Kellermann2008-09-291-4/+4
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-291-1/+1
* start using prefixcmp()Eric Wong2008-09-231-23/+8
* playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann2008-09-071-16/+29
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-071-7/+6
* playlist: added playlist_save()Max Kellermann2008-09-071-2/+11
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-071-3/+3
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-16/+19
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-071-4/+1
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-33/+17
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-131/+90
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-071-6/+2
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-071-20/+6
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-071-3/+8
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-071-0/+1
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-7/+7
* 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