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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
output: static audio_output_plugin list as array
Max Kellermann
2008-09-08
8
-80
/
+104
*
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2008-09-07
2
-24
/
+12
*
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
14
-131
/
+142
*
output: added output_api.h
Max Kellermann
2008-09-07
15
-90
/
+115
*
pack the struct audio_format
Max Kellermann
2008-09-07
1
-1
/
+1
*
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
34
-83
/
+98
*
playlist: return -1 after assert(0)
Max Kellermann
2008-09-07
1
-0
/
+1
*
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
1
-16
/
+29
*
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
3
-84
/
+86
*
client: added client_[gs]et_permission()
Max Kellermann
2008-09-07
2
-0
/
+14
*
command: don't pass permission as pointer where appropriate
Max Kellermann
2008-09-07
1
-6
/
+6
*
audio_format: volatile removal
Eric Wong
2008-09-07
1
-3
/
+3
*
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
1
-2
/
+2
*
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
3
-6
/
+15
*
tag: introduce handy items_size() function
Eric Wong
2008-09-07
1
-11
/
+12
*
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2008-09-07
6
-33
/
+43
*
removed fdprintf() and client_print()
Max Kellermann
2008-09-07
5
-120
/
+0
*
client: removed client_get_fd()
Max Kellermann
2008-09-07
2
-15
/
+0
*
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
3
-9
/
+12
*
stats: don't pass "fd" to printStats()
Max Kellermann
2008-09-07
3
-12
/
+21
*
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
3
-11
/
+10
*
playlist: added playlist_save()
Max Kellermann
2008-09-07
1
-2
/
+11
*
ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()
Max Kellermann
2008-09-07
3
-10
/
+12
*
tag: don't pass "fd" to printVisitedInTagTracker()
Max Kellermann
2008-09-07
3
-8
/
+9
*
command: concatenate strings at compile time
Max Kellermann
2008-09-07
1
-27
/
+27
*
command: removed commandError()
Max Kellermann
2008-09-07
2
-27
/
+0
*
playlist: pass struct client to loadPlaylist()
Max Kellermann
2008-09-07
3
-5
/
+5
*
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
12
-110
/
+121
*
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
3
-5
/
+35
*
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-07
3
-18
/
+21
*
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
2008-09-07
3
-22
/
+26
*
directory: don't pass "fd" to updateInit()
Max Kellermann
2008-09-07
3
-17
/
+53
*
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2008-09-07
2
-4
/
+4
*
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-07
6
-32
/
+69
*
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
2008-09-07
4
-51
/
+81
*
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-07
2
-6
/
+15
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
6
-150
/
+124
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
4
-188
/
+247
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
3
-10
/
+8
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-07
3
-24
/
+26
*
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
2008-09-07
1
-0
/
+2
*
playlist: replaced run-time check with assertion
Max Kellermann
2008-09-07
1
-2
/
+1
*
playlist: added is_valid_playlist_name()
Max Kellermann
2008-09-07
2
-3
/
+10
*
tag: added buffered versions of the tag_print.c code
Max Kellermann
2008-09-07
4
-3
/
+85
*
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
10
-183
/
+284
*
tag: moved code to tag_print.c
Max Kellermann
2008-09-07
8
-29
/
+105
*
client: added client_printf()
Max Kellermann
2008-09-07
2
-0
/
+40
*
client: added client_write() and client_puts()
Max Kellermann
2008-09-07
3
-26
/
+45
[prev]
[next]