summaryrefslogtreecommitdiff
path: root/src/playlist.c
AgeCommit message (Expand)Author
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-07song: replace printSong* with song_print_*Eric Wong
2008-10-06song: stop storing song_typeEric Wong
2008-09-29switch to C99 types, part IIMax Kellermann
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong
2008-09-23start using prefixcmp()Eric Wong
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann
2008-09-07playlist: added playlist_save()Max Kellermann
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07playlist: PlaylistInfo() does not call commandError()Max Kellermann
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann
2008-09-07playlist: added is_valid_playlist_name()Max Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-26renamed player.c to player_control.cMax Kellermann
2008-08-26no commandError() in playerSeek()Max Kellermann
2008-08-26don't initialize "i" if we overwrite it anywayMax Kellermann
2008-08-26removed the "queue" parameter from syncPlaylistWithQueue()Max Kellermann
2008-08-26merge the playlist lock functions into clearPlayerQueue()Max Kellermann
2008-08-26use switch/case in syncPlaylistWithQueue()Max Kellermann
2008-08-26don't call playerStop() before playerPlay()Max Kellermann
2008-08-26queueSong() cannot failMax Kellermann
2008-08-26added enum player_queue_stateMax Kellermann
2008-08-26playlist: eliminate unused fd parametersMax Kellermann
2008-08-26player: no "fd" and no return valueMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12added clearPlayerQueueLocked()Max Kellermann
2008-03-26fix strtok() related segmentation faultMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-03-26fix "unreachable code" warningMax Kellermann
2008-03-26check the result of fopen() in all code pathsMax Kellermann
2008-01-26Revert the queue implementation and commandsEric Wong
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong
2008-01-26playlist: don't allow no-op/senseless movement of songsEric Wong
2008-01-26playlist: allow move to specify offset from current songEric Wong
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong
2008-01-01playlist: cleanup pathname generation for the "rm" command, tooEric Wong
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong