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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-09
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
5
-22
/
+14
2008-09-09
audio: replaced copyAudioFormat() with simple assignment
Max Kellermann
4
-21
/
+9
2008-09-09
output: renamed the functions in output_control.c
Max Kellermann
4
-34
/
+34
2008-09-09
output: moved code from audioOutput.c to output_control.c
Max Kellermann
7
-216
/
+281
2008-09-09
output: renamed method names
Max Kellermann
2
-34
/
+23
2008-09-09
output: removed keepAudioOutputAlive() declaration
Max Kellermann
1
-1
/
+0
2008-09-09
timer: constant pointers
Max Kellermann
3
-3
/
+3
2008-09-09
storedPlaylist: correctly expand path when writing
Eric Wong
1
-5
/
+6
2008-09-09
alsa: use blocking instead of non-blocking write
Eric Wong
1
-1
/
+6
2008-09-08
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
1
-5
/
+0
2008-09-08
alsa: only run snd_config_update_free_global once atexit
Eric Wong
1
-3
/
+7
2008-09-08
alsa: move bitformat reading code out of the way
Eric Wong
1
-16
/
+12
2008-09-08
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
1
-11
/
+12
2008-09-08
alsa: get rid of the needless canPause flag
Eric Wong
1
-3
/
+0
2008-09-08
alsa: capitalize "ALSA" consistently in messages
Eric Wong
1
-8
/
+8
2008-09-08
alsa: optimistically try resuming from suspend
Eric Wong
1
-6
/
+4
2008-09-08
strset: fix duplicate values
Max Kellermann
1
-1
/
+1
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
6
-163
/
+58
2008-09-08
added string set library
Max Kellermann
3
-0
/
+195
2008-09-08
output: const plugin structures
Max Kellermann
11
-11
/
+11
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
8
-80
/
+104
2008-09-07
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2
-24
/
+12
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
14
-131
/
+142
2008-09-07
output: added output_api.h
Max Kellermann
15
-90
/
+115
2008-09-07
pack the struct audio_format
Max Kellermann
1
-1
/
+1
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
34
-83
/
+98
2008-09-07
playlist: return -1 after assert(0)
Max Kellermann
1
-0
/
+1
2008-09-07
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
1
-16
/
+29
2008-09-07
command: use client_[gs]et_permission()
Max Kellermann
3
-84
/
+86
2008-09-07
client: added client_[gs]et_permission()
Max Kellermann
2
-0
/
+14
2008-09-07
command: don't pass permission as pointer where appropriate
Max Kellermann
1
-6
/
+6
2008-09-07
audio_format: volatile removal
Eric Wong
1
-3
/
+3
2008-09-07
tag: oops, of course items is now ** and not *
Eric Wong
1
-2
/
+2
2008-09-07
tag: lock all accesses to tag_pool
Eric Wong
3
-6
/
+15
2008-09-07
tag: introduce handy items_size() function
Eric Wong
1
-11
/
+12
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
6
-33
/
+43
2008-09-07
removed fdprintf() and client_print()
Max Kellermann
5
-120
/
+0
2008-09-07
client: removed client_get_fd()
Max Kellermann
2
-15
/
+0
2008-09-07
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
3
-9
/
+12
2008-09-07
stats: don't pass "fd" to printStats()
Max Kellermann
3
-12
/
+21
2008-09-07
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
3
-11
/
+10
2008-09-07
playlist: added playlist_save()
Max Kellermann
1
-2
/
+11
2008-09-07
ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()
Max Kellermann
3
-10
/
+12
2008-09-07
tag: don't pass "fd" to printVisitedInTagTracker()
Max Kellermann
3
-8
/
+9
2008-09-07
command: concatenate strings at compile time
Max Kellermann
1
-27
/
+27
2008-09-07
command: removed commandError()
Max Kellermann
2
-27
/
+0
2008-09-07
playlist: pass struct client to loadPlaylist()
Max Kellermann
3
-5
/
+5
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
12
-110
/
+121
2008-09-07
command: pass struct client to all commands
Max Kellermann
1
-248
/
+259
2008-09-07
command: pass struct client to getCommandEntryAnd...()
Max Kellermann
1
-26
/
+21
[next]