aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update: validate in command.c and fix small memory leakEric Wong2008-10-121-3/+9
* Avoid calling isRootDirectory when we have a directory objectEric Wong2008-10-121-1/+1
* Merge branch 'mk/directory'Eric Wong2008-10-111-6/+10
|\
| * directory: don't use identical struct and variable namesEric Wong2008-10-111-3/+3
| * update: job ID must be positiveMax Kellermann2008-10-111-5/+3
| * diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-111-0/+1
| * database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-1/+1
| * database: removed printDirectoryInfo()Max Kellermann2008-10-111-1/+4
| * directory: moved code to database.cMax Kellermann2008-10-111-0/+1
| * directory: moved code to update.cMax Kellermann2008-10-111-0/+1
* | Fix error code for "Playlist already exists"Qball Cow2008-10-091-2/+1
|/
* command: fix return statusEric Wong2008-10-051-16/+6
* Merge commit 'box/directory' into ew/song-locksEric Wong2008-10-041-145/+73
|\
| * command: get rid of specialized list handlersEric Wong2008-10-031-106/+67
| * directory: simplify list update handling logicEric Wong2008-10-031-37/+7
* | Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-3/+3
* | Merge branch 'ew/directory'Eric Wong2008-09-291-13/+35
|\|
| * update: move path sanitation up the stack to avoid extra copiesEric Wong2008-09-291-15/+25
| * clean up updateInit calling and error handlingEric Wong2008-09-281-4/+16
* | command: don't clobber next list value when preparsingEric Wong2008-09-291-3/+6
|/
* command: fix command "addid"Max Kellermann2008-09-261-1/+1
* directory: update do its work inside a threadEric Wong2008-09-221-14/+4
* playlist: return -1 after assert(0)Max Kellermann2008-09-091-0/+1
* command: concatenate strings at compile timeMax Kellermann2008-09-091-27/+33
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-091-4/+14
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-091-4/+16
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-091-1/+3
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-091-4/+43
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-091-2/+14
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-091-8/+23
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-091-36/+126
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-091-2/+4
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-091-2/+18
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-1/+1
* include cleanupMax Kellermann2008-08-311-0/+1
* playlist: eliminate unused fd parametersMax Kellermann2008-08-311-8/+12
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-301-0/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-69/+129
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-23/+27
* command.c: remove dead commented codeEric Wong2008-04-141-1/+0
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* fix -Wconst warningsMax Kellermann2008-02-051-6/+5
* Revert the queue implementation and commandsEric Wong2008-01-261-50/+0
* command: allow "addid" command to take an optional second argument, positionEric Wong2008-01-261-2/+14
* command: cleanup integer argument validation for commandsEric Wong2008-01-261-214/+106
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-2/+7
* fixed -Wshadow warningsMax Kellermann2008-01-261-13/+13
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-261-0/+50