| Commit message (Expand) | Author | Files | Lines |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -2/+2 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+5 |
2008-01-26 | Revert the queue implementation and commands | Eric Wong | 1 | -50/+0 |
2008-01-26 | command: allow "addid" command to take an optional second argument, position | Eric Wong | 1 | -2/+14 |
2008-01-26 | command: cleanup integer argument validation for commands | Eric Wong | 1 | -214/+106 |
2008-01-26 | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 1 | -2/+7 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -13/+13 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -6/+1 |
2007-09-26 | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 1 | -0/+50 |
2007-05-24 | Adding rename command, for renaming stored playlists. | J. Alexander Treuman | 1 | -0/+7 |
2007-05-24 | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 1 | -11/+12 |
2007-05-16 | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 1 | -0/+42 |
2007-04-25 | Adding count command. It's usage is identical to find, but instead of | J. Alexander Treuman | 1 | -0/+23 |
2007-04-08 | When calling commandError(STDERR_FILENO, ...), don't set current_command to | J. Alexander Treuman | 1 | -1/+1 |
2007-04-08 | If current_command is NULL when calling commandError, print the error | J. Alexander Treuman | 1 | -5/+8 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-03-31 | Adding tagtypes command to list available tag types (takes metadata_to_use | J. Alexander Treuman | 1 | -0/+8 |
2007-02-24 | Adding playlistfind and playlistsearch commands for searching the current | J. Alexander Treuman | 1 | -1/+42 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -3/+3 |
2006-12-11 | Making "list any" fail with an error instead of OK with no results. | J. Alexander Treuman | 1 | -0/+6 |
2006-12-07 | Oops, forgot to add an interface to stored playlist editing. Here it is. | J. Alexander Treuman | 1 | -0/+20 |
2006-10-06 | put back np's supperrior buffer2array, and fix my bug fix from change 4872 | Warren Dukes | 1 | -8/+14 |
2006-10-06 | Revert buffer2array() behavior back to tried and true 0.11.x version | Eric Wong | 1 | -14/+8 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+2 |
2006-08-26 | command.c: rerun mpd-indent.sh, no code changes | Eric Wong | 1 | -136/+76 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-07 | command: static-fication since commandError is no longer a macro | Eric Wong | 1 | -2/+2 |
2006-08-07 | Add PERMISSION_NONE define, for commands that require no permission | J. Alexander Treuman | 1 | -5/+5 |
2006-08-07 | Reformatting initCommands and fillBuffer | J. Alexander Treuman | 1 | -81/+55 |
2006-08-06 | remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff) | Warren Dukes | 1 | -3/+0 |
2006-08-06 | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 1 | -2/+6 |
2006-07-30 | gcc signedness and sparse fixes | Eric Wong | 1 | -2/+2 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 1 | -20/+38 |
2006-07-30 | command: fix find/search commands from the malloc reduction patch | Eric Wong | 1 | -4/+7 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -263/+255 |
2006-07-29 | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 1 | -15/+14 |
2006-07-29 | command.c: shorten common variable names to argc and argv | Eric Wong | 1 | -209/+209 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -714/+774 |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 1 | -68/+76 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -3/+3 |
2006-07-15 | command.c: fix a format-string error (go sparse!) | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove unnecessary includes, static | Avuton Olrich | 1 | -68/+67 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-04-27 | outputs now only needs read permission | Qball Cow | 1 | -1/+1 |
2006-04-23 | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 1 | -0/+17 |
2006-03-26 | src/command.c: protocol commands are all lowercase, _always_ | Eric Wong | 1 | -2/+2 |
2006-03-26 | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 1 | -0/+14 |
2006-03-16 | command.c: remove unnecessary strdup() | Eric Wong | 1 | -5/+3 |
2006-01-07 | fix addid crash ( found by qball ) | Warren Dukes | 1 | -1/+1 |