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-29
pcm_utils: added pcm_range()
Max Kellermann
1
-10
/
+18
2008-09-29
pcm_utils: added inline function pcm_dither()
Max Kellermann
1
-8
/
+10
2008-09-28
directory: update playlist version if updated
Eric Wong
1
-1
/
+6
2008-09-28
playlist: fix currentsong info after swapping songs
Eric Wong
1
-0
/
+4
2008-09-28
playlist: reset after we've hit the end
Eric Wong
1
-0
/
+6
2008-09-28
advance to the next song on decoder errors
Eric Wong
3
-6
/
+17
2008-09-26
song: removed type SongList
Max Kellermann
4
-45
/
+2
2008-09-26
command: fix command "addid"
Max Kellermann
1
-1
/
+1
2008-09-23
Revert "directory: serialize freeSong() within the main thread"
Eric Wong
1
-9
/
+1
2008-09-23
songvec: avoid free(NULL)
Eric Wong
1
-2
/
+4
2008-09-23
directory: use songvec_free to prevent memory leaks.
Eric Wong
1
-2
/
+1
2008-09-23
directory: fix leak introduced with threaded update
Eric Wong
1
-1
/
+1
2008-09-23
directory: serialize freeSong() within the main thread
Eric Wong
1
-1
/
+10
2008-09-22
log: remove umask() calls, just change open(2) args
Eric Wong
1
-8
/
+2
2008-09-22
Remove EINTR checking for open(2)
Eric Wong
2
-4
/
+2
2008-09-22
directory: don't leak file handles if we get a corrupt db
Eric Wong
1
-1
/
+1
2008-09-22
songvec: remove songvec_prune
Eric Wong
3
-27
/
+0
2008-09-22
directory: update do its work inside a thread
Eric Wong
5
-125
/
+56
2008-09-22
directory: use enum update_return for return values
Eric Wong
1
-72
/
+49
2008-09-20
Don't try to prune unless we're updating
Eric Wong
1
-1
/
+2
2008-09-20
workaround race condition on updates with broken signal blocking
Eric Wong
1
-39
/
+50
2008-09-20
Replace SongList with struct songvec
Eric Wong
8
-136
/
+226
2008-09-20
directory: remove unused updateMp3Directory() function
Eric Wong
2
-20
/
+0
2008-09-20
start using prefixcmp()
Eric Wong
8
-58
/
+29
2008-09-20
Add prefixcmp() (stol^H^H^H^Hborrowed from git)
Eric Wong
2
-0
/
+12
2008-09-20
Oops, open() with O_CREAT is nicer with a mode
Eric Wong
2
-2
/
+2
2008-09-18
volume: oops, only #include <alloca.h> if OSS is enabled
Eric Wong
1
-1
/
+0
2008-09-18
oss: avoid heap allocations when configuring mixer
Eric Wong
1
-13
/
+13
2008-09-18
Move away from fprintf() when writing DB/state_file
Eric Wong
10
-55
/
+60
2008-09-18
fdprintf and vfdprintf get error handling
Eric Wong
2
-14
/
+22
2008-09-18
Directory: don't allocate stat information dynamically
Eric Wong
2
-50
/
+22
2008-09-17
mp3: fix long line, I can't read past 80 cols
Eric Wong
1
-1
/
+2
2008-09-17
mp3: fix buffer overflow when max_frames is too large
Max Kellermann
1
-0
/
+5
2008-09-17
client: check expired after client_process_line()
Max Kellermann
1
-1
/
+2
2008-09-12
mp4: fix potential integer overflow bug in the mp4_decode() function
Terry
1
-0
/
+7
2008-09-12
client: shorten names of the struct client variables
Eric Wong
1
-210
/
+209
2008-09-10
client: simplified client_read()
Max Kellermann
1
-3
/
+5
2008-09-10
client: client_input_received() returns 0
Max Kellermann
1
-4
/
+2
2008-09-10
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
1
-15
/
+14
2008-09-10
client: renamed local variable "selret" to "ret"
Max Kellermann
1
-4
/
+5
2008-09-10
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
1
-4
/
+3
2008-09-10
alsa: re-enable-nonblocking, but sleep if busy
Eric Wong
1
-7
/
+9
2008-09-09
metadata_pipe: kill "writer is ahead of reader" message
Eric Wong
1
-4
/
+1
2008-09-09
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
1
-1
/
+2
2008-09-09
client: removed assert(client->fd)>=0
Max Kellermann
1
-4
/
+2
2008-09-09
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
5
-27
/
+42
2008-09-09
playlist: return -1 after assert(0)
Max Kellermann
1
-0
/
+1
2008-09-09
command: concatenate strings at compile time
Max Kellermann
1
-27
/
+33
2008-09-09
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
3
-18
/
+21
2008-09-09
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
3
-21
/
+26
[next]