aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-11Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman1-1/+2
2006-06-07Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman1-0/+30
2006-06-05main.c: fix gcc-2.95 compilation problemEric Wong1-1/+2
2006-06-05Made pid_file an optional config parameter.J. Alexander Treuman1-17/+28
2006-06-04Return -1 on error, not on success.J. Alexander Treuman1-1/+1
2006-06-04correctly check for setenv() functionEric Wong1-2/+2
2006-06-04gcc 2.95 compatibility fixesEric Wong2-4/+8
2006-05-21inputStream_http: avoid printf, use our handy macros in log.hEric Wong1-1/+1
2006-05-20Remove superfluous \n from addid's commandError call.J. Alexander Treuman1-1/+1
2006-05-20Save audio output state in correct order.J. Alexander Treuman1-1/+1
2006-05-15Fix log message when removing subdirectories.J. Alexander Treuman1-3/+2
2006-05-15Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman1-4/+17
2006-05-14Applied a modified patch for bug 344, needs testing with ipv6Qball Cow1-83/+69
2006-05-10My first commit! :D Make sure the same interface isn't closed twice when max...J. Alexander Treuman1-1/+2
2006-05-08Jat/Q patch for checking permission on database before creating itQball Cow3-0/+15
2006-05-08Fix for bug 483Qball Cow1-1/+2
2006-05-08Commit Jat's patch for bug 1282Qball Cow1-3/+3
2006-05-08Commit Jat's patch for bug 1281Qball Cow5-12/+7
2006-05-03Add 'aif' as an extension with libaudiofile.Avuton Olrich1-1/+1
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow5-6/+26
2006-04-30Remove unused config valueQball Cow2-2/+0
2006-04-30update help textQball Cow1-4/+4
2006-04-27outputs now only needs read permissionQball Cow1-1/+1
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow3-0/+39
2006-04-22Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jatAvuton Olrich1-8/+34
2006-04-22Solaris is reported to not have a setenv() thusAvuton Olrich1-0/+12
2006-04-22Fix typo, fixes bug in mantis, will sign off laterAvuton Olrich1-1/+1
2006-04-18oggvorbis_plugin.c: eek, I'm a moron..Eric Wong1-1/+1
2006-04-18oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong1-2/+2
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong2-3/+8
2006-03-29myfprintf: we should be near -ke speeds on most desktopsEric Wong1-3/+1
2006-03-26src/playlist.c: remove unnecessary strdup()Eric Wong1-4/+5
2006-03-26src/command.c: protocol commands are all lowercase, _always_Eric Wong1-2/+2
2006-03-26Small fix, it's file: test not file:testQball Cow1-2/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow3-73/+123
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong1-15/+19
2006-03-19src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong1-1/+1
2006-03-18rewrite statefile code for audio devicesEric Wong3-108/+91
2006-03-18ls.c: remove unnecessary strdupEric Wong1-2/+0
2006-03-16merge with mpd/trunk up to r3925Eric Wong23-340/+1063
2006-03-16fix some uninitialized variables (found by valgrind)Eric Wong2-0/+3
2006-03-16command.c: remove unnecessary strdup()Eric Wong1-5/+3
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong3-5/+5
2006-03-16conf.c: correctly parse "~username/file" in config filesEric Wong1-1/+1
2006-03-15inputStream_http.c: speling fikcsesEric Wong1-4/+4
2006-03-15conf.c: speling ficksesEric Wong1-3/+3
2006-01-25fix bug 544Warren Dukes1-11/+4
2006-01-21fix for mp3 replaygaineQball Cow1-4/+1
2006-01-14Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow1-18/+70
2006-01-07fix addid crash ( found by qball )Warren Dukes1-1/+1