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