aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* command: removed commandError()Max Kellermann2008-09-07
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* command: pass struct client to all commandsMax Kellermann2008-09-07
* command: pass struct client to getCommandEntryAnd...()Max Kellermann2008-09-07
* command: added command_success() and command_error()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-07
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-07
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-07
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-07
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* client: added client_write() and client_puts()Max Kellermann2008-09-07
* include cleanupMax Kellermann2008-09-06
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* export the function client_is_expired()Max Kellermann2008-08-29
* client: pass the client struct to processCommand()Max Kellermann2008-08-29
* include cleanupMax Kellermann2008-08-28
* renamed player.c to player_control.cMax Kellermann2008-08-26
* playlist: eliminate unused fd parametersMax Kellermann2008-08-26
* player: no "fd" and no return valueMax Kellermann2008-08-26
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* command.c: remove dead commented codeEric Wong2008-04-14
* clean up CPP includesMax Kellermann2008-04-12
* eliminated duplicate initializationMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* Revert the queue implementation and commandsEric Wong2008-01-26
* command: allow "addid" command to take an optional second argument, positionEric Wong2008-01-26
* command: cleanup integer argument validation for commandsEric Wong2008-01-26
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-26
* 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