| Commit message (Expand) | Author | Files | Lines |
2009-01-10 | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 1 | -1/+10 |
2009-01-10 | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 1 | -1/+1 |
2009-01-04 | playlist: log errors during loadPlaylist() | Max Kellermann | 1 | -1/+1 |
2008-12-30 | command: don't allow adding local files on WIN32 | Max Kellermann | 1 | -0/+2 |
2008-11-11 | playlist: track song metadata changes | Max Kellermann | 1 | -0/+5 |
2008-10-31 | path: moved playlist_dir to mapper.c | Max Kellermann | 1 | -1/+0 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-23 | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 1 | -2/+0 |
2008-10-23 | playlist: unsigned integers | Max Kellermann | 1 | -18/+18 |
2008-10-22 | stored_playlist: moved functions from playlist.c | Max Kellermann | 1 | -4/+0 |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 1 | -0/+8 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -7/+8 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -3/+9 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -4/+4 |
2008-09-29 | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 1 | -1/+1 |
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 |