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-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
2008-03-26
player: more assertions
Max Kellermann
1
-0
/
+2
2008-03-26
audio: use a machine word for array sizes
Max Kellermann
2
-20
/
+20
2008-03-26
inputPlugins/oggvorbis: removed unused variables
Max Kellermann
1
-7
/
+6
2008-03-26
fix segmentation fault in song info parser
Max Kellermann
1
-4
/
+5
2008-03-26
fix strtok() related segmentation fault
Max Kellermann
1
-1
/
+4
2008-03-26
eliminated duplicate initialization
Max Kellermann
9
-24
/
+20
2008-03-26
parse/initialize with the correct data type
Max Kellermann
1
-1
/
+1
2008-03-26
fix "unreachable code" warning
Max Kellermann
5
-12
/
+4
2008-03-26
explicitly downcast
Max Kellermann
5
-14
/
+14
2008-03-26
check the result of fopen() in all code paths
Max Kellermann
1
-0
/
+5
2008-03-26
zero is a valid file descriptor
Max Kellermann
2
-7
/
+7
2008-03-26
moved handlePendingSignals() check into while() condition
Max Kellermann
1
-3
/
+2
2008-03-20
inputPlugins: add .oga suffix support for Ogg containers
Eric Wong
2
-2
/
+2
2008-02-05
listen.c: fix shadow warning here
Eric Wong
1
-8
/
+8
2008-02-05
compress.c: fix skips/distortion introduced in r7146
Eric Wong
1
-1
/
+1
2008-02-05
fix -Wconst warnings
Max Kellermann
37
-197
/
+223
2008-01-29
storedPlaylist: faster, but less accurate check for maximum sizes
Eric Wong
1
-7
/
+7
2008-01-27
interface: abort if we expire while processing lines
Eric Wong
1
-0
/
+2
2008-01-27
gcc.h: fix compilation with !(gcc >= 3)
Eric Wong
1
-0
/
+1
2008-01-26
Revert the queue implementation and commands
Eric Wong
5
-259
/
+1
2008-01-26
storedPlaylist: prevent potential DoS from stored playlist commands
Eric Wong
3
-2
/
+18
2008-01-26
playlist: don't allow no-op/senseless movement of songs
Eric Wong
1
-8
/
+14
2008-01-26
playlist: allow move to specify offset from current song
Eric Wong
1
-1
/
+10
2008-01-26
command: allow "addid" command to take an optional second argument, position
Eric Wong
1
-2
/
+14
2008-01-26
command: cleanup integer argument validation for commands
Eric Wong
1
-214
/
+106
2008-01-26
addToPlaylist/addSongToPlaylist: printId argument changed to added_id
Eric Wong
4
-13
/
+19
2008-01-26
gcc.h: support mpd_fprintf__, with arguments shifted even further right
Eric Wong
1
-0
/
+1
2008-01-26
Cleanup checking for tests in src/ when building in separate dir
Eric Wong
1
-1
/
+2
2008-01-26
fixed "comparison between signed and unsigned"
Max Kellermann
5
-10
/
+10
2008-01-26
fix -Waggregate-return
Max Kellermann
3
-10
/
+10
2008-01-26
assume old flac api when FLAC_API_VERSION_CURRENT is not defined
Max Kellermann
1
-1
/
+1
2008-01-26
fixed -Wshadow warnings
Max Kellermann
20
-183
/
+185
2008-01-26
fixed invalid C prototypes
Max Kellermann
7
-8
/
+8
2008-01-03
ioops: make this zero-impact when compiling w/o zeroconf as well
Eric Wong
4
-49
/
+106
2008-01-03
zeroconf: reformat (with mpd-indent.sh + manual tweaks)
Eric Wong
4
-232
/
+266
2008-01-03
directory: allow db_file to reside on / once again
Eric Wong
1
-0
/
+2
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
93
-477
/
+167
2008-01-03
directory.c: get rid of the horrid dirname(3) and libgen.h dependency
Eric Wong
1
-13
/
+3
2008-01-03
document parent_path()
Eric Wong
2
-3
/
+20
2008-01-03
playerCloseAudio() is static
Eric Wong
2
-3
/
+3
2008-01-03
player.c: introduce set_current_song to avoid needless repetition
Eric Wong
1
-27
/
+13
2008-01-01
song: updateSongInfo: left out charset conversion when going thread-safe
Eric Wong
1
-2
/
+4
2008-01-01
silence is constant, as is the buffer we pass to playAudio
Eric Wong
3
-5
/
+3
2008-01-01
Simplify decode cleanup logic a bit
Eric Wong
11
-126
/
+21
2008-01-01
charConv: tie the buffer size for iconv() to our PATH_MAX constant
Eric Wong
1
-1
/
+2
2008-01-01
storedPlaylist: remove the needless StoredPlaylist struct and just use List
Eric Wong
3
-90
/
+60
[next]