index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
command.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
command: fix return status
Eric Wong
2008-10-06
1
-17
/
+8
*
command: get rid of specialized list handlers
Eric Wong
2008-10-06
1
-88
/
+67
*
directory: simplify list update handling logic
Eric Wong
2008-10-06
1
-61
/
+18
*
switch to C99 types, part II
Max Kellermann
2008-09-29
1
-3
/
+3
*
command: don't clobber next list value when preparsing
Eric Wong
2008-09-29
1
-3
/
+6
*
update: send proper response to the client
Max Kellermann
2008-09-25
1
-5
/
+8
*
command: fix command "addid"
Max Kellermann
2008-09-23
1
-1
/
+1
*
directory: update do its work inside a thread
Eric Wong
2008-09-23
1
-41
/
+6
*
playlist: return -1 after assert(0)
Max Kellermann
2008-09-07
1
-0
/
+1
*
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
1
-78
/
+83
*
command: don't pass permission as pointer where appropriate
Max Kellermann
2008-09-07
1
-6
/
+6
*
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
1
-1
/
+1
*
stats: don't pass "fd" to printStats()
Max Kellermann
2008-09-07
1
-1
/
+1
*
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
1
-2
/
+2
*
ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()
Max Kellermann
2008-09-07
1
-2
/
+2
*
command: concatenate strings at compile time
Max Kellermann
2008-09-07
1
-27
/
+27
*
command: removed commandError()
Max Kellermann
2008-09-07
1
-25
/
+0
*
playlist: pass struct client to loadPlaylist()
Max Kellermann
2008-09-07
1
-1
/
+1
*
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
1
-16
/
+16
*
command: pass struct client to all commands
Max Kellermann
2008-09-07
1
-248
/
+259
*
command: pass struct client to getCommandEntryAnd...()
Max Kellermann
2008-09-07
1
-26
/
+21
*
command: added command_success() and command_error()
Max Kellermann
2008-09-07
1
-0
/
+28
*
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-07
1
-4
/
+14
*
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
2008-09-07
1
-4
/
+16
*
directory: don't pass "fd" to updateInit()
Max Kellermann
2008-09-07
1
-5
/
+43
*
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2008-09-07
1
-1
/
+3
*
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-07
1
-4
/
+43
*
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-07
1
-2
/
+14
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
1
-8
/
+23
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
1
-36
/
+126
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
1
-2
/
+4
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-07
1
-2
/
+18
*
tag: moved code to tag_print.c
Max Kellermann
2008-09-07
1
-0
/
+1
*
client: added client_write() and client_puts()
Max Kellermann
2008-09-07
1
-2
/
+1
*
include cleanup
Max Kellermann
2008-09-06
1
-0
/
+1
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
1
-1
/
+1
*
export the function client_is_expired()
Max Kellermann
2008-08-29
1
-2
/
+2
*
client: pass the client struct to processCommand()
Max Kellermann
2008-08-29
1
-5
/
+9
*
include cleanup
Max Kellermann
2008-08-28
1
-0
/
+1
*
renamed player.c to player_control.c
Max Kellermann
2008-08-26
1
-1
/
+1
*
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
[prev]
[next]