aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* provide switches for TCP and unix socketsMax Kellermann2008-04-12
* support listening on unix domain socketsMax Kellermann2008-04-12
* use constant pointers when possibleMax Kellermann2008-04-12
* eliminate unused parametersMax Kellermann2008-04-12
* unsigned integers in playerData.[ch]Max Kellermann2008-04-12
* use unsigned integers in outputBuffer.cMax Kellermann2008-04-12
* fix sign compare warningsMax Kellermann2008-04-12
* deconstify input buffer for iconv()Max Kellermann2008-04-12
* use unsigned integers in the flac pluginMax Kellermann2008-04-12
* removed unused variableMax Kellermann2008-04-12
* use unsigned integers in decoder.cMax Kellermann2008-04-12
* include os_compat.h in tarball distributionsEric Wong2008-03-30
* notify: initialize variable to keep valgrind from bitchingEric Wong2008-03-27
* notify: more cleanups, add error checking for pipe errorsEric Wong2008-03-26
* interface: use a saner fdmax for select(2) when closing errored interfacesEric Wong2008-03-26
* notify: cleanupsEric Wong2008-03-26
* send notify signal after SIGCONTMax Kellermann2008-03-26
* notify the decoder instead of polling 100hzMax Kellermann2008-03-26
* unsigned countersMax Kellermann2008-03-26
* don't repeat select()Max Kellermann2008-03-26
* unlimited select() timeoutMax Kellermann2008-03-26
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-26
* WavPack improvementsLaszlo Ashin2008-03-26
* networking: more assertions and cleanups to size_t/unsigned changesEric Wong2008-03-26
* audio.c: unsigned int functions return unsigned ints, not size_tEric Wong2008-03-26
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-26
* moved code to initOutputBuffer()Max Kellermann2008-03-26
* use size_tMax Kellermann2008-03-26
* player: more assertionsMax Kellermann2008-03-26
* audio: use a machine word for array sizesMax Kellermann2008-03-26
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-26
* fix segmentation fault in song info parserMax Kellermann2008-03-26
* fix strtok() related segmentation faultMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* parse/initialize with the correct data typeMax Kellermann2008-03-26
* fix "unreachable code" warningMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* check the result of fopen() in all code pathsMax Kellermann2008-03-26
* zero is a valid file descriptorMax Kellermann2008-03-26
* moved handlePendingSignals() check into while() conditionMax Kellermann2008-03-26
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-20
* listen.c: fix shadow warning hereEric Wong2008-02-05
* compress.c: fix skips/distortion introduced in r7146Eric Wong2008-02-05
* fix -Wconst warningsMax Kellermann2008-02-05
* storedPlaylist: faster, but less accurate check for maximum sizesEric Wong2008-01-29
* interface: abort if we expire while processing linesEric Wong2008-01-27
* gcc.h: fix compilation with !(gcc >= 3)Eric Wong2008-01-27
* Revert the queue implementation and commandsEric Wong2008-01-26
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-26
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-26