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-04-12
some comments in decode.c
Max Kellermann
1
-0
/
+39
2008-04-12
integrated macro handleDecodeStart() into caller
Max Kellermann
1
-43
/
+40
2008-04-12
use clearOutputBuffer()
Max Kellermann
1
-4
/
+2
2008-04-12
do not check dc->start after loop
Max Kellermann
1
-1
/
+1
2008-04-12
use DECODE_ERROR_NOERROR instead of 0
Max Kellermann
1
-3
/
+3
2008-04-12
converted macro processDecodeInput() to function
Max Kellermann
1
-52
/
+80
2008-04-12
added clearPlayerQueueLocked()
Max Kellermann
1
-43
/
+24
2008-04-12
don't set quit=1 before break
Max Kellermann
1
-5
/
+2
2008-04-12
simplified some code in decode.c
Max Kellermann
1
-11
/
+10
2008-04-12
add method availableOutputBuffer()
Max Kellermann
3
-2
/
+12
2008-04-12
replace advanceOutputBufferTo() with trivial assignment
Max Kellermann
1
-6
/
+1
2008-04-12
removed unused parameters from advanceOutputBufferTo()
Max Kellermann
1
-6
/
+2
2008-04-12
moved code to function tailChunk()
Max Kellermann
1
-33
/
+58
2008-04-12
use free()+malloc() instead of realloc()
Max Kellermann
1
-1
/
+3
2008-04-12
some documentation about OutputBuffer
Max Kellermann
1
-0
/
+9
2008-04-12
Start using song pointers in core data structures
Eric Wong
5
-66
/
+53
2008-04-12
outputBuffer: remove unused variable
Eric Wong
1
-1
/
+0
2008-04-12
song: document get_song_url()
Eric Wong
1
-0
/
+6
2008-04-12
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
11
-328
/
+7
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
21
-377
/
+212
2008-04-12
whitespace cleanup
Max Kellermann
2
-8
/
+8
2008-04-12
proper bind error message for unix socket
Max Kellermann
1
-1
/
+2
2008-04-12
provide switches for TCP and unix sockets
Max Kellermann
3
-1
/
+24
2008-04-12
support listening on unix domain sockets
Max Kellermann
2
-0
/
+17
2008-04-12
use constant pointers when possible
Max Kellermann
3
-25
/
+24
2008-04-12
eliminate unused parameters
Max Kellermann
1
-6
/
+5
2008-04-12
unsigned integers in playerData.[ch]
Max Kellermann
2
-6
/
+5
2008-04-12
use unsigned integers in outputBuffer.c
Max Kellermann
2
-3
/
+3
2008-04-12
fix sign compare warnings
Max Kellermann
4
-10
/
+10
2008-04-12
deconstify input buffer for iconv()
Max Kellermann
1
-2
/
+18
2008-04-12
use unsigned integers in the flac plugin
Max Kellermann
2
-2
/
+2
2008-04-12
removed unused variable
Max Kellermann
2
-6
/
+6
2008-04-12
use unsigned integers in decoder.c
Max Kellermann
1
-5
/
+5
2008-03-30
include os_compat.h in tarball distributions
Eric Wong
1
-0
/
+1
2008-03-27
notify: initialize variable to keep valgrind from bitching
Eric Wong
1
-1
/
+1
2008-03-26
notify: more cleanups, add error checking for pipe errors
Eric Wong
2
-9
/
+10
2008-03-26
interface: use a saner fdmax for select(2) when closing errored interfaces
Eric Wong
1
-1
/
+2
2008-03-26
notify: cleanups
Eric Wong
7
-41
/
+31
2008-03-26
send notify signal after SIGCONT
Max Kellermann
1
-0
/
+2
2008-03-26
notify the decoder instead of polling 100hz
Max Kellermann
6
-1
/
+125
2008-03-26
unsigned counters
Max Kellermann
2
-13
/
+13
2008-03-26
don't repeat select()
Max Kellermann
1
-5
/
+2
2008-03-26
unlimited select() timeout
Max Kellermann
1
-5
/
+3
2008-03-26
wavpack_plugin: cleanups after the last commit
Eric Wong
1
-2
/
+2
2008-03-26
WavPack improvements
Laszlo Ashin
1
-29
/
+130
2008-03-26
networking: more assertions and cleanups to size_t/unsigned changes
Eric Wong
2
-48
/
+58
2008-03-26
audio.c: unsigned int functions return unsigned ints, not size_t
Eric Wong
1
-1
/
+1
2008-03-26
audiofile_plugin: fix nasty long lines introduced in previous commit
Eric Wong
1
-2
/
+4
2008-03-26
moved code to initOutputBuffer()
Max Kellermann
3
-16
/
+22
2008-03-26
use size_t
Max Kellermann
9
-58
/
+57
[next]