aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* Adding rename command, for renaming stored playlists.J. Alexander Treuman2007-05-24
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-24
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-16
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-25
* When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman2007-04-08
* If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman2007-04-08
* The massive copyright updateAvuton Olrich2007-04-05
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-31
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-24
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman2006-12-11
* Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman2006-12-07
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-06
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-06
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* command.c: rerun mpd-indent.sh, no code changesEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* command: static-fication since commandError is no longer a macroEric Wong2006-08-07
* Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman2006-08-07
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-07
* remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes2006-08-06
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-06
* gcc signedness and sparse fixesEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* command: fix find/search commands from the malloc reduction patchEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-29
* command.c: shorten common variable names to argc and argvEric Wong2006-07-29
* Add mpd-indent.shAvuton Olrich2006-07-20
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* command.c: fix a format-string error (go sparse!)Eric Wong2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove unnecessary includes, staticAvuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* outputs now only needs read permissionQball Cow2006-04-27
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-23
* src/command.c: protocol commands are all lowercase, _always_Eric Wong2006-03-26
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-26
* command.c: remove unnecessary strdup()Eric Wong2006-03-16
* fix addid crash ( found by qball )Warren Dukes2006-01-07
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-07
* fix spelling errorWarren Dukes2005-05-07
* 'add' command now requires one argumentWarren Dukes2005-05-03
* undo change 3081Warren Dukes2005-03-15
* - Add 'mute' command for testingAvuton Olrich2005-03-14
* fix logic for commands and notcommands for real this timeWarren Dukes2004-11-23
* fix a little logic bomb in commands && notcommandsWarren Dukes2004-11-23
* added "notcommands" commandWarren Dukes2004-11-23
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-14