aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12some documentation about OutputBufferMax Kellermann1-0/+9
2008-04-12Start using song pointers in core data structuresEric Wong5-66/+53
2008-04-12outputBuffer: remove unused variableEric Wong1-1/+0
2008-04-12song: document get_song_url()Eric Wong1-0/+6
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong11-328/+7
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong21-377/+212
2008-04-12whitespace cleanupMax Kellermann2-8/+8
2008-04-12proper bind error message for unix socketMax Kellermann1-1/+2
2008-04-12provide switches for TCP and unix socketsMax Kellermann3-1/+24
2008-04-12support listening on unix domain socketsMax Kellermann2-0/+17
2008-04-12use constant pointers when possibleMax Kellermann3-25/+24
2008-04-12eliminate unused parametersMax Kellermann1-6/+5
2008-04-12unsigned integers in playerData.[ch]Max Kellermann2-6/+5
2008-04-12use unsigned integers in outputBuffer.cMax Kellermann2-3/+3
2008-04-12fix sign compare warningsMax Kellermann4-10/+10
2008-04-12deconstify input buffer for iconv()Max Kellermann1-2/+18
2008-04-12use unsigned integers in the flac pluginMax Kellermann2-2/+2
2008-04-12removed unused variableMax Kellermann2-6/+6
2008-04-12use unsigned integers in decoder.cMax Kellermann1-5/+5
2008-03-30include os_compat.h in tarball distributionsEric Wong1-0/+1
2008-03-27notify: initialize variable to keep valgrind from bitchingEric Wong1-1/+1
2008-03-26notify: more cleanups, add error checking for pipe errorsEric Wong2-9/+10
2008-03-26interface: use a saner fdmax for select(2) when closing errored interfacesEric Wong1-1/+2
2008-03-26notify: cleanupsEric Wong7-41/+31
2008-03-26send notify signal after SIGCONTMax Kellermann1-0/+2
2008-03-26notify the decoder instead of polling 100hzMax Kellermann6-1/+125
2008-03-26unsigned countersMax Kellermann2-13/+13
2008-03-26don't repeat select()Max Kellermann1-5/+2
2008-03-26unlimited select() timeoutMax Kellermann1-5/+3
2008-03-26wavpack_plugin: cleanups after the last commitEric Wong1-2/+2
2008-03-26WavPack improvementsLaszlo Ashin1-29/+130
2008-03-26networking: more assertions and cleanups to size_t/unsigned changesEric Wong2-48/+58
2008-03-26audio.c: unsigned int functions return unsigned ints, not size_tEric Wong1-1/+1
2008-03-26audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong1-2/+4
2008-03-26moved code to initOutputBuffer()Max Kellermann3-16/+22
2008-03-26use size_tMax Kellermann9-58/+57
2008-03-26player: more assertionsMax Kellermann1-0/+2
2008-03-26audio: use a machine word for array sizesMax Kellermann2-20/+20
2008-03-26inputPlugins/oggvorbis: removed unused variablesMax Kellermann1-7/+6
2008-03-26fix segmentation fault in song info parserMax Kellermann1-4/+5
2008-03-26fix strtok() related segmentation faultMax Kellermann1-1/+4
2008-03-26eliminated duplicate initializationMax Kellermann9-24/+20
2008-03-26parse/initialize with the correct data typeMax Kellermann1-1/+1
2008-03-26fix "unreachable code" warningMax Kellermann5-12/+4
2008-03-26explicitly downcastMax Kellermann5-14/+14
2008-03-26check the result of fopen() in all code pathsMax Kellermann1-0/+5
2008-03-26zero is a valid file descriptorMax Kellermann2-7/+7
2008-03-26moved handlePendingSignals() check into while() conditionMax Kellermann1-3/+2
2008-03-20inputPlugins: add .oga suffix support for Ogg containersEric Wong2-2/+2
2008-02-05listen.c: fix shadow warning hereEric Wong1-8/+8