index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
playlist.c
Age
Commit message (
Expand
)
Author
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-06
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-26
renamed player.c to player_control.c
Max Kellermann
2008-08-26
no commandError() in playerSeek()
Max Kellermann
2008-08-26
don't initialize "i" if we overwrite it anyway
Max Kellermann
2008-08-26
removed the "queue" parameter from syncPlaylistWithQueue()
Max Kellermann
2008-08-26
merge the playlist lock functions into clearPlayerQueue()
Max Kellermann
2008-08-26
use switch/case in syncPlaylistWithQueue()
Max Kellermann
2008-08-26
don't call playerStop() before playerPlay()
Max Kellermann
2008-08-26
queueSong() cannot fail
Max Kellermann
2008-08-26
added enum player_queue_state
Max Kellermann
2008-08-26
playlist: eliminate unused fd parameters
Max Kellermann
2008-08-26
player: no "fd" and no return value
Max Kellermann
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
added clearPlayerQueueLocked()
Max Kellermann
2008-03-26
fix strtok() related segmentation fault
Max Kellermann
2008-03-26
eliminated duplicate initialization
Max Kellermann
2008-03-26
fix "unreachable code" warning
Max Kellermann
2008-03-26
check the result of fopen() in all code paths
Max Kellermann
2008-01-26
Revert the queue implementation and commands
Eric Wong
2008-01-26
storedPlaylist: prevent potential DoS from stored playlist commands
Eric Wong
2008-01-26
playlist: don't allow no-op/senseless movement of songs
Eric Wong
2008-01-26
playlist: allow move to specify offset from current song
Eric Wong
2008-01-26
addToPlaylist/addSongToPlaylist: printId argument changed to added_id
Eric Wong
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-01
storedPlaylist: remove the needless StoredPlaylist struct and just use List
Eric Wong
2008-01-01
storedPlaylist: cleanup API and avoid needless heap allocations + error checks
Eric Wong
2008-01-01
playlist: cleanup pathname generation for the "rm" command, too
Eric Wong
2008-01-01
playlist: avoid the use of newStoredPlaylist for saving active playlists
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-12-27
If clearing stored playlist fails, don't return error + OK. but only the error.
Qball Cow
2007-09-26
Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.
Qball Cow
2007-09-05
conf: improved boolean config parameter handling from -ke
Eric Wong
2007-06-04
Don't kill the player process (and effectively the decode process) when
J. Alexander Treuman
2007-06-03
Making some bool options more consistent.
J. Alexander Treuman
2007-06-01
Tell the player process (and thus also the decode process) to quit when
J. Alexander Treuman
2007-06-01
Minor formatting cleanups.
J. Alexander Treuman
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.
J. Alexander Treuman
2007-05-26
Make sure StoredPlaylists always contain UTF-8 paths that are either
J. Alexander Treuman
2007-05-16
Committing pat's rewrite of the stored playlist code. This also adds two
J. Alexander Treuman
2007-04-08
Typo.
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-03-20
Doing those previous SONG_* commits properly. Thanks to normalperson for
J. Alexander Treuman
2007-03-20
Use SONG_FILE instead of literal "file: " for consistency with db code.
J. Alexander Treuman
2007-02-24
Adding playlistfind and playlistsearch commands for searching the current
J. Alexander Treuman
2007-02-18
fix for bug #1447
Warren Dukes
[next]