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-10-07
Assert if we don't have song or song->url set
Eric Wong
2
-4
/
+10
2008-10-06
autotools: tidy up make dist
Eric Wong
2
-144
/
+1
2008-10-06
song: stop storing song_type
Eric Wong
6
-27
/
+22
2008-10-06
song: don't make the struct packed
Max Kellermann
2
-2
/
+2
2008-10-06
song: use flex arrays to store song->url
Eric Wong
4
-17
/
+25
2008-10-06
song: get rid of newNullSong()
Eric Wong
3
-16
/
+3
2008-10-06
song: call freeJustSong if newSong fails
Eric Wong
1
-1
/
+1
2008-10-06
command: fix return status
Eric Wong
1
-17
/
+8
2008-10-06
directory: reuse existing directory if found on update
Eric Wong
1
-4
/
+9
2008-10-06
tag: merge clearMpdTag into tag_free
Eric Wong
1
-12
/
+2
2008-10-06
command: get rid of specialized list handlers
Eric Wong
1
-88
/
+67
2008-10-06
directory: simplify list update handling logic
Eric Wong
3
-111
/
+83
2008-10-06
main_notify: define main_task so we can use it for assertions
Eric Wong
2
-1
/
+6
2008-10-06
directory: streamline deletes
Eric Wong
1
-17
/
+15
2008-09-29
pcm_utils: 24 bit support
Max Kellermann
1
-0
/
+67
2008-09-29
pcm_utils: moved code to special 8/16 bit functions
Max Kellermann
1
-72
/
+93
2008-09-29
pcm_utils: pass only one buffer size to pcm_mix()
Max Kellermann
3
-22
/
+28
2008-09-29
audio_output: added method pause()
Max Kellermann
9
-2
/
+73
2008-09-29
audio_output: added function audio_output_is_pending()
Max Kellermann
2
-0
/
+11
2008-09-29
use C99 struct initializers
Max Kellermann
20
-190
/
+141
2008-09-29
decoder: renamed plugin methods
Max Kellermann
5
-62
/
+67
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
11
-82
/
+4
2008-09-29
song: converted "type" to enum
Max Kellermann
2
-5
/
+8
2008-09-29
removed union const_hack
Max Kellermann
2
-7
/
+4
2008-09-29
switch to C99 types, part II
Max Kellermann
17
-58
/
+82
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
20
-72
/
+437
2008-09-29
allow searching for albums with an empty tag
Eric Wong
2
-1
/
+25
2008-09-29
command: don't clobber next list value when preparsing
Eric Wong
1
-3
/
+6
2008-09-29
directory: isRootDirectory() is a one-liner
Eric Wong
1
-4
/
+1
2008-09-29
directory: writeDirectoryInfo propagates errors
Eric Wong
1
-21
/
+19
2008-09-29
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
1
-1
/
+1
2008-09-29
directory: remove "Mp3" references
Eric Wong
3
-22
/
+22
2008-09-29
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2
-2
/
+2
2008-09-29
songvec: songvec_delete takes a const Song pointer
Eric Wong
2
-2
/
+2
2008-09-29
directory: remove shortname arguments everywhere
Eric Wong
1
-80
/
+41
2008-09-29
path: add mpd_basename() function
Eric Wong
2
-0
/
+20
2008-09-29
directory.h: remove directory_sigChldHandler decl
Eric Wong
1
-2
/
+0
2008-09-29
directory: replace DirectoryList with dirvec
Eric Wong
4
-197
/
+175
2008-09-29
directory: remove unused CPP defines
Eric Wong
1
-4
/
+0
2008-09-29
songvec_free => songvec_destroy
Eric Wong
3
-3
/
+3
2008-09-29
directory.c: kill unnecessary includes
Eric Wong
1
-4
/
+1
2008-09-29
directory: update playlist version if updated
Eric Wong
1
-1
/
+6
2008-09-28
pcm_utils: added pcm_range()
Max Kellermann
1
-10
/
+18
2008-09-28
pcm_utils: added inline function pcm_dither()
Max Kellermann
1
-8
/
+10
2008-09-28
output: fix the "outputenabled" value
Max Kellermann
1
-1
/
+1
2008-09-26
notify: protect notify->pending with the mutex
Max Kellermann
6
-41
/
+4
2008-09-26
song: removed type SongList
Max Kellermann
4
-46
/
+2
2008-09-26
audio_output: workaround for deadlock
Max Kellermann
3
-2
/
+19
2008-09-25
update: send proper response to the client
Max Kellermann
1
-5
/
+8
2008-09-24
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2
-29
/
+20
[next]