| Commit message (Expand) | Author | Files | Lines |
2008-09-07 | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: pass struct client to loadPlaylist() | Max Kellermann | 1 | -1/+1 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -6/+8 |
2008-09-07 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -5/+3 |
2008-09-07 | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 1 | -19/+29 |
2008-09-07 | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: added is_valid_playlist_name() | Max Kellermann | 1 | -0/+2 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -8/+8 |
2008-08-28 | include cleanup | Max Kellermann | 1 | -1/+1 |
2008-08-26 | playlist: eliminate unused fd parameters | Max Kellermann | 1 | -4/+4 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-04-12 | Fix a few more warnings from -Wshadow | Eric Wong | 1 | -2/+2 |
2008-01-26 | Revert the queue implementation and commands | Eric Wong | 1 | -15/+0 |
2008-01-26 | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 1 | -0/+2 |
2008-01-26 | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2008-01-01 | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 1 | -0/+2 |
2007-09-26 | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 1 | -0/+15 |
2007-05-16 | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 1 | -2/+18 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-24 | Adding playlistfind and playlistsearch commands for searching the current | J. Alexander Treuman | 1 | -2/+5 |
2006-11-20 | Adding functions for clearing/adding to stored playlists. Commands to make | J. Alexander Treuman | 1 | -0/+6 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -10/+10 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 1 | -4/+2 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -29/+29 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -7/+7 |
2006-07-14 | [CLEANUP] cleanup whitespace -> tabs | Avuton Olrich | 1 | -2/+0 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-05-08 | Commit Jat's patch for bug 1281 | Qball Cow | 1 | -0/+1 |
2006-04-23 | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 1 | -0/+2 |
2006-03-26 | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 1 | -0/+3 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 1 | -1/+0 |
2004-11-02 | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 1 | -2/+2 |
2004-06-09 | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 1 | -0/+16 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -1/+4 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -0/+2 |
2004-03-10 | remove some no longer used functions | Warren Dukes | 1 | -2/+0 |
2004-03-10 | increment playlist version on update, so clients know to update | Warren Dukes | 1 | -0/+2 |