| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: output ipv6 support option result | Max Kellermann | 2008-04-12 | 1 | -0/+6 |
* | provide switches for TCP and unix sockets | Max Kellermann | 2008-04-12 | 4 | -1/+60 |
* | support listening on unix domain sockets | Max Kellermann | 2008-04-12 | 2 | -0/+17 |
* | use constant pointers when possible | Max Kellermann | 2008-04-12 | 3 | -25/+24 |
* | eliminate unused parameters | Max Kellermann | 2008-04-12 | 1 | -6/+5 |
* | unsigned integers in playerData.[ch] | Max Kellermann | 2008-04-12 | 2 | -6/+5 |
* | use unsigned integers in outputBuffer.c | Max Kellermann | 2008-04-12 | 2 | -3/+3 |
* | fix sign compare warnings | Max Kellermann | 2008-04-12 | 4 | -10/+10 |
* | deconstify input buffer for iconv() | Max Kellermann | 2008-04-12 | 1 | -2/+18 |
* | use unsigned integers in the flac plugin | Max Kellermann | 2008-04-12 | 2 | -2/+2 |
* | removed unused variable | Max Kellermann | 2008-04-12 | 2 | -6/+6 |
* | use unsigned integers in decoder.c | Max Kellermann | 2008-04-12 | 1 | -5/+5 |
* | enable more warnings | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | include os_compat.h in tarball distributions | Eric Wong | 2008-03-30 | 1 | -0/+1 |
* | notify: initialize variable to keep valgrind from bitching | Eric Wong | 2008-03-27 | 1 | -1/+1 |
* | notify: more cleanups, add error checking for pipe errors | Eric Wong | 2008-03-26 | 2 | -9/+10 |
* | interface: use a saner fdmax for select(2) when closing errored interfaces | Eric Wong | 2008-03-26 | 1 | -1/+2 |
* | notify: cleanups | Eric Wong | 2008-03-26 | 7 | -41/+31 |
* | send notify signal after SIGCONT | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | notify the decoder instead of polling 100hz | Max Kellermann | 2008-03-26 | 6 | -1/+125 |
* | unsigned counters | Max Kellermann | 2008-03-26 | 2 | -13/+13 |
* | don't repeat select() | Max Kellermann | 2008-03-26 | 1 | -5/+2 |
* | unlimited select() timeout | Max Kellermann | 2008-03-26 | 1 | -5/+3 |
* | wavpack_plugin: cleanups after the last commit | Eric Wong | 2008-03-26 | 1 | -2/+2 |
* | WavPack improvements | Laszlo Ashin | 2008-03-26 | 1 | -29/+130 |
* | networking: more assertions and cleanups to size_t/unsigned changes | Eric Wong | 2008-03-26 | 2 | -48/+58 |
* | audio.c: unsigned int functions return unsigned ints, not size_t | Eric Wong | 2008-03-26 | 1 | -1/+1 |
* | audiofile_plugin: fix nasty long lines introduced in previous commit | Eric Wong | 2008-03-26 | 1 | -2/+4 |
* | moved code to initOutputBuffer() | Max Kellermann | 2008-03-26 | 3 | -16/+22 |
* | use size_t | Max Kellermann | 2008-03-26 | 9 | -58/+57 |
* | player: more assertions | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | audio: use a machine word for array sizes | Max Kellermann | 2008-03-26 | 2 | -20/+20 |
* | inputPlugins/oggvorbis: removed unused variables | Max Kellermann | 2008-03-26 | 1 | -7/+6 |
* | fix segmentation fault in song info parser | Max Kellermann | 2008-03-26 | 1 | -4/+5 |
* | fix strtok() related segmentation fault | Max Kellermann | 2008-03-26 | 1 | -1/+4 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 9 | -24/+20 |
* | parse/initialize with the correct data type | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 5 | -12/+4 |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 5 | -14/+14 |
* | check the result of fopen() in all code paths | Max Kellermann | 2008-03-26 | 1 | -0/+5 |
* | zero is a valid file descriptor | Max Kellermann | 2008-03-26 | 2 | -7/+7 |
* | moved handlePendingSignals() check into while() condition | Max Kellermann | 2008-03-26 | 1 | -3/+2 |
* | inputPlugins: add .oga suffix support for Ogg containers | Eric Wong | 2008-03-20 | 2 | -2/+2 |
* | Update ChangeLog and TODO | Eric Wong | 2008-02-25 | 2 | -16/+20 |
* | listen.c: fix shadow warning here | Eric Wong | 2008-02-05 | 1 | -8/+8 |
* | compress.c: fix skips/distortion introduced in r7146 | Eric Wong | 2008-02-05 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 37 | -197/+223 |
* | storedPlaylist: faster, but less accurate check for maximum sizes | Eric Wong | 2008-01-29 | 1 | -7/+7 |
* | interface: abort if we expire while processing lines | Eric Wong | 2008-01-27 | 1 | -0/+2 |
* | gcc.h: fix compilation with !(gcc >= 3) | Eric Wong | 2008-01-27 | 1 | -0/+1 |