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