aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11directory: don't use identical struct and variable namesEric Wong1-3/+3
2008-10-11update: job ID must be positiveMax Kellermann1-5/+3
2008-10-11diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-0/+1
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-11database: removed printDirectoryInfo()Max Kellermann1-1/+4
2008-10-11directory: moved code to database.cMax Kellermann1-0/+1
2008-10-11directory: moved code to update.cMax Kellermann1-0/+1
2008-10-05command: fix return statusEric Wong1-16/+6
2008-10-03command: get rid of specialized list handlersEric Wong1-106/+67
2008-10-03directory: simplify list update handling logicEric Wong1-37/+7
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-3/+3
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong1-15/+25
2008-09-29command: don't clobber next list value when preparsingEric Wong1-3/+6
2008-09-28clean up updateInit calling and error handlingEric Wong1-4/+16
2008-09-26command: fix command "addid"Max Kellermann1-1/+1
2008-09-22directory: update do its work inside a threadEric Wong1-14/+4
2008-09-09playlist: return -1 after assert(0)Max Kellermann1-0/+1
2008-09-09command: concatenate strings at compile timeMax Kellermann1-27/+33
2008-09-09audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann1-4/+14
2008-09-09volume: don't pass "fd" to changeVolumeLevel()Max Kellermann1-4/+16
2008-09-09directory: printDirectoryInfo() does not call commandError()Max Kellermann1-1/+3
2008-09-09directory: don't pass fd to traverseAllIn()Max Kellermann1-4/+43
2008-09-09playlist: PlaylistInfo() does not call commandError()Max Kellermann1-2/+14
2008-09-09playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-8/+23
2008-09-09playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-36/+126
2008-09-09playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann1-2/+4
2008-09-09playlist: moved "repeat" and "random" value checks to command.cMax Kellermann1-2/+18
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-08-31include cleanupMax Kellermann1-0/+1
2008-08-31playlist: eliminate unused fd parametersMax Kellermann1-8/+12
2008-08-30moved struct AudioFormat to audio_format.hMax Kellermann1-0/+1
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-69/+129
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-23/+27
2008-04-14command.c: remove dead commented codeEric Wong1-1/+0
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-03-26eliminated duplicate initializationMax Kellermann1-2/+2
2008-02-05fix -Wconst warningsMax Kellermann1-6/+5
2008-01-26Revert the queue implementation and commandsEric Wong1-50/+0
2008-01-26command: allow "addid" command to take an optional second argument, positionEric Wong1-2/+14
2008-01-26command: cleanup integer argument validation for commandsEric Wong1-214/+106
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-2/+7
2008-01-26fixed -Wshadow warningsMax Kellermann1-13/+13
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-6/+1
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-0/+50
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+7
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman1-11/+12
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+42
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman1-0/+23
2007-04-08When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman1-1/+1
2007-04-08If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman1-5/+8