| Commit message (Expand) | Author | Age | Files | Lines |
* | playlist: eliminate unused fd parameters | Max Kellermann | 2008-08-26 | 1 | -8/+12 |
* | player: no "fd" and no return value | Max Kellermann | 2008-08-26 | 1 | -2/+5 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -69/+129 |
* | command.c: remove dead commented code | Eric Wong | 2008-04-14 | 1 | -1/+0 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -2/+2 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -6/+5 |
* | Revert the queue implementation and commands | Eric Wong | 2008-01-26 | 1 | -50/+0 |
* | command: allow "addid" command to take an optional second argument, position | Eric Wong | 2008-01-26 | 1 | -2/+14 |
* | command: cleanup integer argument validation for commands | Eric Wong | 2008-01-26 | 1 | -214/+106 |
* | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 2008-01-26 | 1 | -2/+7 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -13/+13 |
* | 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 |