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
...
*
audio: moved protocol code to output_print.c
Max Kellermann
2009-02-10
1
-0
/
+1
*
playlist: provide information about "next song"
Vladimir S Eremin
2009-02-09
1
-0
/
+10
*
playlist_save: added spl_save_playlist()
Max Kellermann
2009-02-04
1
-1
/
+1
*
playlist_print: added wrappers for printing the queue
Max Kellermann
2009-02-04
1
-31
/
+13
*
playlist_print: use bool instead of int
Max Kellermann
2009-02-04
1
-8
/
+12
*
playlist_print: no CamelCase
Max Kellermann
2009-02-04
1
-2
/
+2
*
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
2009-02-04
1
-40
/
+41
*
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
2009-01-25
1
-2
/
+3
*
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
2009-01-24
1
-7
/
+6
*
locate: added struct locate_item_list
Max Kellermann
2009-01-24
1
-48
/
+53
*
locate: no CamelCase
Max Kellermann
2009-01-24
1
-14
/
+14
*
playlist: removed locate functions to queue_print.c
Max Kellermann
2009-01-24
1
-2
/
+2
*
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
2009-01-24
1
-9
/
+7
*
command: use queue_print_*()
Max Kellermann
2009-01-24
1
-15
/
+43
*
command: eliminate gcc warning
Laszlo Ashin
2009-01-24
1
-1
/
+1
*
commands: don't advertise "sticker" unless configured
Max Kellermann
2009-01-23
1
-1
/
+13
*
playlist: moved PlaylistInfo() to playlist_print.c
Max Kellermann
2009-01-23
1
-0
/
+1
*
playlist: removed stopOnError flag from playPlaylist()
Max Kellermann
2009-01-23
1
-2
/
+2
*
command: don't restart player in the "status" command
Max Kellermann
2009-01-21
1
-1
/
+0
*
Add space after sticker: to make it consistent.
Qball Cow
2009-01-20
1
-1
/
+1
*
command: added "sticker" command
Max Kellermann
2009-01-19
1
-0
/
+72
*
mapper: make the playlist directory optional
Max Kellermann
2009-01-18
1
-0
/
+5
*
stats: no CamelCase
Max Kellermann
2009-01-18
1
-1
/
+1
*
command: restore the "playlistinfo -1" behavior
Max Kellermann
2009-01-11
1
-0
/
+8
*
playlist: pass unsigned integers to playlistInfo()
Max Kellermann
2009-01-10
1
-10
/
+26
*
playlist: exclude end of range
Max Kellermann
2009-01-10
1
-1
/
+1
*
command: playlistinfo now uses a range argument rather than just a song id
Thomas Jansen
2009-01-10
1
-4
/
+5
*
command: add a parser for range arguments
Thomas Jansen
2009-01-10
1
-0
/
+48
*
added missing explicit config.h includes
Max Kellermann
2009-01-08
1
-0
/
+1
*
playlist: log errors during loadPlaylist()
Max Kellermann
2009-01-04
1
-1
/
+1
*
ls: renamed functions, no CamelCase
Max Kellermann
2009-01-04
1
-4
/
+4
*
command: check URI scheme in "addid"
Max Kellermann
2009-01-04
1
-12
/
+22
*
command: added variable "uri" to command handlers
Max Kellermann
2009-01-04
1
-20
/
+24
*
don't include utils.h when it isn't used
Max Kellermann
2009-01-03
1
-1
/
+2
*
command: fix adding local files on !WIN32
Max Kellermann
2009-01-03
1
-1
/
+5
*
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
1
-3
/
+3
*
command: don't allow adding local files on WIN32
Max Kellermann
2008-12-30
1
-0
/
+4
*
removed os_compat.h
Max Kellermann
2008-12-29
1
-1
/
+3
*
command: use gmtime() on WIN32
Max Kellermann
2008-12-29
1
-1
/
+8
*
command: reject unsupported URI schemes
Max Kellermann
2008-12-16
1
-1
/
+11
*
ls: make printRemoteUrlHandlers() return void
Max Kellermann
2008-12-16
1
-1
/
+2
*
replaced mpd_printf etc by G_GNUC_PRINTF
Thomas Jansen
2008-12-02
1
-4
/
+4
*
command.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-63
/
+63
*
command: format strerror() with "%s"
Max Kellermann
2008-11-22
1
-1
/
+1
*
command: allow clients to subscribe to specific idle events
Marc Pavot
2008-11-22
1
-2
/
+23
*
path: removed sanitizePathDup()
Max Kellermann
2008-10-31
1
-4
/
+2
*
client: use GSList instead of struct strnode for command lists
Max Kellermann
2008-10-31
1
-7
/
+6
*
command: removed range check from check_bool()
Max Kellermann
2008-10-26
1
-6
/
+0
*
command: fix boolean value parser
Max Kellermann
2008-10-23
1
-1
/
+1
*
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
2008-10-23
1
-1
/
+1
[prev]
[next]