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