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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
command: added command "sticker find"
Max Kellermann
1
-0
/
+41
2009-04-01
Move db_get_song into sub-handlers. (FReq 2112)
Eric Wollesen
1
-9
/
+27
2009-04-01
sticker_print: new library for sending stickers to a client
Max Kellermann
1
-10
/
+3
2009-03-31
do not consider single mode with "next" command
Romain Bignon
1
-0
/
+7
2009-03-30
command: command_error() is not necessary for export.
Avuton Olrich
1
-1
/
+1
2009-03-30
implemented the 'consume' mode
Romain Bignon
1
-1
/
+23
2009-03-27
renamed smartstop to single and changed behavior
Romain Bignon
1
-6
/
+6
2009-03-27
implements the smartstop feature
Romain Bignon
1
-0
/
+22
2009-03-26
queue/playlist/command: move range
Jeffrey Middleton
1
-3
/
+5
2009-03-15
log: removed DEBUG() and FATAL()
Max Kellermann
1
-4
/
+3
2009-03-14
command: return COMMAND_RETURN_OK in handle_addid()
Max Kellermann
1
-1
/
+1
2009-03-14
command: handle the addToPlaylist() result properly
Max Kellermann
1
-1
/
+2
2009-03-14
command: use sticker_song_get() instead of sticker_song_list_values()
Max Kellermann
1
-11
/
+10
2009-03-14
volume: use bool instead of int
Max Kellermann
1
-8
/
+14
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-11
Move from the opaque GPtrArray to GHashTable for sticker lists.
Eric Wollesen
1
-20
/
+13
2009-03-03
Add sticker list command.
Eric Wollesen
1
-1
/
+29
2009-02-27
tag: no CamelCase
Max Kellermann
1
-1
/
+1
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
1
-0
/
+1
2009-02-13
added the shufflerange command
Romain Bignon
1
-2
/
+7
2009-02-11
audio: moved code to output_command.c
Max Kellermann
1
-9
/
+13
2009-02-10
audio: moved protocol code to output_print.c
Max Kellermann
1
-0
/
+1
2009-02-09
playlist: provide information about "next song"
Vladimir S Eremin
1
-0
/
+10
2009-02-04
playlist_save: added spl_save_playlist()
Max Kellermann
1
-1
/
+1
2009-02-04
playlist_print: added wrappers for printing the queue
Max Kellermann
1
-31
/
+13
2009-02-04
playlist_print: use bool instead of int
Max Kellermann
1
-8
/
+12
2009-02-04
playlist_print: no CamelCase
Max Kellermann
1
-2
/
+2
2009-02-04
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
1
-40
/
+41
2009-01-25
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
1
-2
/
+3
2009-01-24
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
1
-7
/
+6
2009-01-24
locate: added struct locate_item_list
Max Kellermann
1
-48
/
+53
2009-01-24
locate: no CamelCase
Max Kellermann
1
-14
/
+14
2009-01-24
playlist: removed locate functions to queue_print.c
Max Kellermann
1
-2
/
+2
2009-01-24
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
1
-9
/
+7
2009-01-24
command: use queue_print_*()
Max Kellermann
1
-15
/
+43
2009-01-24
command: eliminate gcc warning
Laszlo Ashin
1
-1
/
+1
2009-01-23
commands: don't advertise "sticker" unless configured
Max Kellermann
1
-1
/
+13
2009-01-23
playlist: moved PlaylistInfo() to playlist_print.c
Max Kellermann
1
-0
/
+1
2009-01-23
playlist: removed stopOnError flag from playPlaylist()
Max Kellermann
1
-2
/
+2
2009-01-21
command: don't restart player in the "status" command
Max Kellermann
1
-1
/
+0
2009-01-20
Add space after sticker: to make it consistent.
Qball Cow
1
-1
/
+1
2009-01-19
command: added "sticker" command
Max Kellermann
1
-0
/
+72
2009-01-18
mapper: make the playlist directory optional
Max Kellermann
1
-0
/
+5
2009-01-18
stats: no CamelCase
Max Kellermann
1
-1
/
+1
2009-01-11
command: restore the "playlistinfo -1" behavior
Max Kellermann
1
-0
/
+8
2009-01-10
playlist: pass unsigned integers to playlistInfo()
Max Kellermann
1
-10
/
+26
2009-01-10
playlist: exclude end of range
Max Kellermann
1
-1
/
+1
2009-01-10
command: playlistinfo now uses a range argument rather than just a song id
Thomas Jansen
1
-4
/
+5
2009-01-10
command: add a parser for range arguments
Thomas Jansen
1
-0
/
+48
2009-01-08
added missing explicit config.h includes
Max Kellermann
1
-0
/
+1
[next]