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
*
update: validate in command.c and fix small memory leak
Eric Wong
2008-10-12
1
-3
/
+9
*
Avoid calling isRootDirectory when we have a directory object
Eric Wong
2008-10-12
1
-1
/
+1
*
Merge branch 'mk/directory'
Eric Wong
2008-10-11
1
-6
/
+10
|
\
|
*
directory: don't use identical struct and variable names
Eric Wong
2008-10-11
1
-3
/
+3
|
*
update: job ID must be positive
Max Kellermann
2008-10-11
1
-5
/
+3
|
*
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-11
1
-0
/
+1
|
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-11
1
-1
/
+1
|
*
database: removed printDirectoryInfo()
Max Kellermann
2008-10-11
1
-1
/
+4
|
*
directory: moved code to database.c
Max Kellermann
2008-10-11
1
-0
/
+1
|
*
directory: moved code to update.c
Max Kellermann
2008-10-11
1
-0
/
+1
*
|
Fix error code for "Playlist already exists"
Qball Cow
2008-10-09
1
-2
/
+1
|
/
*
command: fix return status
Eric Wong
2008-10-05
1
-16
/
+6
*
Merge commit 'box/directory' into ew/song-locks
Eric Wong
2008-10-04
1
-145
/
+73
|
\
|
*
command: get rid of specialized list handlers
Eric Wong
2008-10-03
1
-106
/
+67
|
*
directory: simplify list update handling logic
Eric Wong
2008-10-03
1
-37
/
+7
*
|
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
1
-3
/
+3
*
|
Merge branch 'ew/directory'
Eric Wong
2008-09-29
1
-13
/
+35
|
\
|
|
*
update: move path sanitation up the stack to avoid extra copies
Eric Wong
2008-09-29
1
-15
/
+25
|
*
clean up updateInit calling and error handling
Eric Wong
2008-09-28
1
-4
/
+16
*
|
command: don't clobber next list value when preparsing
Eric Wong
2008-09-29
1
-3
/
+6
|
/
*
command: fix command "addid"
Max Kellermann
2008-09-26
1
-1
/
+1
*
directory: update do its work inside a thread
Eric Wong
2008-09-22
1
-14
/
+4
*
playlist: return -1 after assert(0)
Max Kellermann
2008-09-09
1
-0
/
+1
*
command: concatenate strings at compile time
Max Kellermann
2008-09-09
1
-27
/
+33
*
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-09
1
-4
/
+14
*
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
2008-09-09
1
-4
/
+16
*
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2008-09-09
1
-1
/
+3
*
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-09
1
-4
/
+43
*
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-09
1
-2
/
+14
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-09
1
-8
/
+23
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-09
1
-36
/
+126
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-09
1
-2
/
+4
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-09
1
-2
/
+18
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-09-02
1
-1
/
+1
*
include cleanup
Max Kellermann
2008-08-31
1
-0
/
+1
*
playlist: eliminate unused fd parameters
Max Kellermann
2008-08-31
1
-8
/
+12
*
moved struct AudioFormat to audio_format.h
Max Kellermann
2008-08-30
1
-0
/
+1
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-30
1
-69
/
+129
*
core rewrite (decode,player,outputBuffer,playlist)
Eric Wong
2008-08-16
1
-23
/
+27
*
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
*
command: cleanup integer argument validation for commands
Eric Wong
2008-01-26
1
-214
/
+106
*
addToPlaylist/addSongToPlaylist: printId argument changed to added_id
Eric Wong
2008-01-26
1
-2
/
+7
*
fixed -Wshadow warnings
Max Kellermann
2008-01-26
1
-13
/
+13
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-6
/
+1
*
Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.
Qball Cow
2007-09-26
1
-0
/
+50
[next]