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